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:
Louis Sautier
2017-03-09 12:28:35 +01:00
committed by David Seifert
parent b4d9f16e3d
commit a6983e4ede
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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>