dev-python/blessings: add missing setuptools DEPEND
authorLouis Sautier <sautier.louis@gmail.com>
Thu, 9 Mar 2017 11:28:35 +0000 (12:28 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 9 Mar 2017 20:30:35 +0000 (21:30 +0100)
* 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
dev-python/blessings/metadata.xml

index 1222531d276bfbe055360dcda9e014b0bf827c21..359099b28654e39e9d9a371927987f7a21c0cbb4 100644 (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
index 84fecf67632811059c1bffc1e946c3da279adc17..b873a1b476eda58d4569146f823ecccff61baea2 100644 (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>