mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user