summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-02-16 22:09:24 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-02-16 22:10:22 +0000
commit7d2959a2ca4fe1e7d20dca1cbf48cb4e551d1a94 (patch)
tree8e0e55e7d94ad461f9bb9bbf0439b4164f4d9da8 /dev-python/husl/husl-4.0.3.ebuild
parentmedia-libs/libcdr: Version bump (diff)
downloadgentoo-7d2959a2ca4fe1e7d20dca1cbf48cb4e551d1a94.tar.gz
gentoo-7d2959a2ca4fe1e7d20dca1cbf48cb4e551d1a94.tar.bz2
gentoo-7d2959a2ca4fe1e7d20dca1cbf48cb4e551d1a94.zip
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
Diffstat (limited to 'dev-python/husl/husl-4.0.3.ebuild')
-rw-r--r--dev-python/husl/husl-4.0.3.ebuild20
1 files changed, 20 insertions, 0 deletions
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 000000000000..7cbefce08bd6
--- /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}"