diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2017-03-09 12:28:35 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-09 21:30:35 +0100 |
commit | a6983e4ede47ac57972588c60d909329148fa27b (patch) | |
tree | 3e3790c314c63198c2af596186ee5c8bfe436c84 | |
parent | media-sound/pasystray: add missing dependency, minor fixes (diff) | |
download | gentoo-a6983e4ede47ac57972588c60d909329148fa27b.tar.gz gentoo-a6983e4ede47ac57972588c60d909329148fa27b.tar.bz2 gentoo-a6983e4ede47ac57972588c60d909329148fa27b.zip |
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
-rw-r--r-- | dev-python/blessings/blessings-1.6-r1.ebuild | 7 | ||||
-rw-r--r-- | 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 1222531d276b..359099b28654 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 84fecf676328..b873a1b476ed 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> |