dev-python/colorspacious: Fix Repoman Issues and add missing DEP on app-arch/unzip

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Manuel Rüger
2017-06-21 13:24:47 +02:00
parent 15b9b18f53
commit 9e625f9100

View File

@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="A powerful, accurate, and easy-to-use Python library for doing colorspace conversions"
DESCRIPTION="Powerful, accurate, and easy-to-use Python library for colorspace conversions"
HOMEPAGE="http://colorspacious.readthedocs.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
@@ -15,10 +15,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
app-arch/unzip
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND="${DEPEND}"
python_test () {
nosetests --all-modules || die "Tests fail with ${EPYTHON}"