* [gentoo-commits] repo/gentoo:master commit in: dev-python/husl/
@ 2016-02-16 22:11 Amadeusz Piotr Żołnowski
0 siblings, 0 replies; 4+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-02-16 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 7d2959a2ca4fe1e7d20dca1cbf48cb4e551d1a94
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 22:09:24 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 22:10:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2959a2
dev-python/husl: Add new package
It's needed by new version of www-apps/nikola-7.7.5.
Package-Manager: portage-2.2.27
dev-python/husl/Manifest | 1 +
dev-python/husl/husl-4.0.3.ebuild | 20 ++++++++++++++++++++
dev-python/husl/metadata.xml | 16 ++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-python/husl/Manifest b/dev-python/husl/Manifest
new file mode 100644
index 0000000..577e65a
--- /dev/null
+++ b/dev-python/husl/Manifest
@@ -0,0 +1 @@
+DIST husl-4.0.3.tar.gz 3880 SHA256 8a1d622565a01ca553a87f52de97244f33d04c20d9e4d0dac76ddfeccb6850b9 SHA512 1df5e08b24c3b815e4bf643d8bfc911aeeff25328565123122efb2a7042aea1e6e7709ed9d2c6a42390a0cece98863813a83952964c7df1dfcdc566671858034 WHIRLPOOL a745b12d2cac76ecdcaa7a726d2332046871dcaff9091db11d29455230350b33fd7ed07c25209341dc287b87315db9722e0fe72710b6201dc5994a70ae99501f
diff --git a/dev-python/husl/husl-4.0.3.ebuild b/dev-python/husl/husl-4.0.3.ebuild
new file mode 100644
index 0000000..7cbefce
--- /dev/null
+++ b/dev-python/husl/husl-4.0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Human-friendly HSL"
+HOMEPAGE="http://www.husl-colors.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-python/husl/metadata.xml b/dev-python/husl/metadata.xml
new file mode 100644
index 0000000..3885851
--- /dev/null
+++ b/dev-python/husl/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>aidecoe@gentoo.org</email>
+ <name>Amadeusz Żołnowski</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">husl</remote-id>
+ <remote-id type="github">husl-colors/husl-python</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/husl/
@ 2016-02-16 22:22 Amadeusz Piotr Żołnowski
0 siblings, 0 replies; 4+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-02-16 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 1d93e628dd1c7ce2ad9aa9418dd943056a3b8c38
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 22:21:44 2016 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 22:21:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d93e628
dev-python/husl: Add missing dependency on setuptools
Package-Manager: portage-2.2.27
dev-python/husl/husl-4.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/husl/husl-4.0.3.ebuild b/dev-python/husl/husl-4.0.3.ebuild
index 7cbefce..3f776a7 100644
--- a/dev-python/husl/husl-4.0.3.ebuild
+++ b/dev-python/husl/husl-4.0.3.ebuild
@@ -16,5 +16,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/husl/
@ 2018-06-24 14:22 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-06-24 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 60aecd5c0c9c3944677eae754f88982dbf336336
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 13:16:48 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 14:21:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60aecd5c
dev-python/husl: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/husl/husl-4.0.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/husl/husl-4.0.3.ebuild b/dev-python/husl/husl-4.0.3.ebuild
index 0a13677dc6e..9ad43107659 100644
--- a/dev-python/husl/husl-4.0.3.ebuild
+++ b/dev-python/husl/husl-4.0.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/husl/
@ 2020-04-06 9:04 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2020-04-06 9:04 UTC (permalink / raw
To: gentoo-commits
commit: bb7f0fd4c1fa2e7eead3c23cca631e1513f3c46e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 6 09:04:04 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 6 09:04:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7f0fd4
dev-python/husl: remove last rited pkg
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-python/husl/Manifest | 1 -
dev-python/husl/husl-4.0.3.ebuild | 19 -------------------
dev-python/husl/metadata.xml | 16 ----------------
3 files changed, 36 deletions(-)
diff --git a/dev-python/husl/Manifest b/dev-python/husl/Manifest
deleted file mode 100644
index 9f1e490289b..00000000000
--- a/dev-python/husl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST husl-4.0.3.tar.gz 3880 BLAKE2B 9824a50904c880d35a0a0b1efa402e7b5267db4df2ddea2114acc14b416da8bdac39f1383703abfd3a64f55680ac398e3479a6f2c9df1017b9eb265513172462 SHA512 1df5e08b24c3b815e4bf643d8bfc911aeeff25328565123122efb2a7042aea1e6e7709ed9d2c6a42390a0cece98863813a83952964c7df1dfcdc566671858034
diff --git a/dev-python/husl/husl-4.0.3.ebuild b/dev-python/husl/husl-4.0.3.ebuild
deleted file mode 100644
index aa2238f2b75..00000000000
--- a/dev-python/husl/husl-4.0.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Human-friendly HSL"
-HOMEPAGE="http://www.husl-colors.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
diff --git a/dev-python/husl/metadata.xml b/dev-python/husl/metadata.xml
deleted file mode 100644
index 38858514d7f..00000000000
--- a/dev-python/husl/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>aidecoe@gentoo.org</email>
- <name>Amadeusz Żołnowski</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">husl</remote-id>
- <remote-id type="github">husl-colors/husl-python</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-04-06 9:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-06 9:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/husl/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2018-06-24 14:22 Pacho Ramos
2016-02-16 22:22 Amadeusz Piotr Żołnowski
2016-02-16 22:11 Amadeusz Piotr Żołnowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox