commit: a6983e4ede47ac57972588c60d909329148fa27b Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com> AuthorDate: Thu Mar 9 11:28:35 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Mar 9 20:30:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6983e4e
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 dev-python/blessings/blessings-1.6-r1.ebuild | 7 +++++-- dev-python/blessings/metadata.xml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/blessings/blessings-1.6-r1.ebuild b/dev-python/blessings/blessings-1.6-r1.ebuild index 1222531d276..359099b2865 100644 --- a/dev-python/blessings/blessings-1.6-r1.ebuild +++ b/dev-python/blessings/blessings-1.6-r1.ebuild @@ -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 diff --git a/dev-python/blessings/metadata.xml b/dev-python/blessings/metadata.xml index 84fecf67632..b873a1b476e 100644 --- a/dev-python/blessings/metadata.xml +++ b/dev-python/blessings/metadata.xml @@ -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>
