commit:     d96d2b5c981aa4c340626f2dba5bc8457280689c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:35:19 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:36:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96d2b5c

dev-python/nose: Coverage supports py3.8 now

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nose/nose-1.3.7-r4.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-python/nose/nose-1.3.7-r4.ebuild 
b/dev-python/nose/nose-1.3.7-r4.ebuild
index e09fa46958b..1c0a751bc7f 100644
--- a/dev-python/nose/nose-1.3.7-r4.ebuild
+++ b/dev-python/nose/nose-1.3.7-r4.ebuild
@@ -22,22 +22,15 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
ppc ppc64 s390 sparc x
 IUSE="coverage doc examples test"
 RESTRICT="!test? ( test )"
 
-COVERAGE_IMPLS=( -2 python3_{5,6,7} pypy3 )
 REQUIRED_USE="
-       coverage? ( || ( $(python_gen_useflags "${COVERAGE_IMPLS[@]}") ) )
        doc? ( || ( $(python_gen_useflags 'python2*') ) )"
 
 RDEPEND="
-       coverage? (
-               $(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]' \
-                       "${COVERAGE_IMPLS[@]}")
-       )"
+       coverage? ( dev-python/coverage[${PYTHON_USEDEP}] )"
 DEPEND="${RDEPEND}
        doc? ( >=dev-python/sphinx-0.6[$(python_gen_usedep 'python2*')] )
        test? (
-               $(python_gen_cond_dep '
-                       dev-python/coverage[${PYTHON_USEDEP}]
-               ' "${COVERAGE_IMPLS[@]}")
+               dev-python/coverage[${PYTHON_USEDEP}]
                $(python_gen_cond_dep '
                        dev-python/twisted[${PYTHON_USEDEP}]
                ' python2_7 python3_{6,7})

Reply via email to