mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/blessings: add missing setuptools DEPEND
* Bump to EAPI 6 * Add 'bugs-to' to metadata.xml Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4168
This commit is contained in:
committed by
David Seifert
parent
b4d9f16e3d
commit
a6983e4ede
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
@@ -16,7 +16,10 @@ LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/nose[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
python_test() {
|
||||
# The tests need an interactive terminal
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
<upstream>
|
||||
<remote-id type="pypi">blessings</remote-id>
|
||||
<remote-id type="github">erikrose/blessings</remote-id>
|
||||
<bugs-to>https://github.com/erikrose/blessings/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user