gentoo/dev-python/husl/husl-4.0.3.ebuild
Pacho Ramos 60aecd5c0c
dev-python/husl: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-24 16:21:58 +02:00

20 lines
421 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{4,5,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=""