diff --git a/dev-python/husl/Manifest b/dev-python/husl/Manifest new file mode 100644 index 0000000000000..577e65a27a5ee --- /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 0000000000000..7cbefce08bd68 --- /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 0000000000000..38858514d7fd5 --- /dev/null +++ b/dev-python/husl/metadata.xml @@ -0,0 +1,16 @@ + + + + + aidecoe@gentoo.org + Amadeusz Żołnowski + + + python@gentoo.org + Python + + + husl + husl-colors/husl-python + +