dev-python/setuptools: depend on dev-python/wheel for tests
authorMike Gilbert <floppym@gentoo.org>
Sat, 11 Nov 2017 19:22:00 +0000 (14:22 -0500)
committerMike Gilbert <floppym@gentoo.org>
Sat, 11 Nov 2017 19:24:02 +0000 (14:24 -0500)
Closes: https://bugs.gentoo.org/637158
Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81

dev-python/setuptools/setuptools-36.6.0.ebuild
dev-python/setuptools/setuptools-9999.ebuild

index 569852df901cffef834cb06985c0ce62ffbb39b9..b9335a39d9538754fe408ff7d5c5a4caf6855e90 100644 (file)
@@ -32,6 +32,7 @@ DEPEND="${RDEPEND}
                dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
                dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
                >=dev-python/backports-unittest-mock-1.2[${PYTHON_USEDEP}]
+               dev-python/wheel[${PYTHON_USEDEP}]
        )
 "
 PDEPEND="
index 6b01e904a243c27db9c707189b587b5aaf79ec79..b9335a39d9538754fe408ff7d5c5a4caf6855e90 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then
        inherit git-r3
 else
        SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86 ~ppc-aix ~x64-cygwin ~sparc-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+       KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Collection of extensions to Distutils"
@@ -29,7 +29,10 @@ DEPEND="${RDEPEND}
        test? (
                dev-python/pip[${PYTHON_USEDEP}]
                >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+               dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+               dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
                >=dev-python/backports-unittest-mock-1.2[${PYTHON_USEDEP}]
+               dev-python/wheel[${PYTHON_USEDEP}]
        )
 "
 PDEPEND="