From d96d2b5c981aa4c340626f2dba5bc8457280689c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 26 Mar 2020 18:35:19 +0100 Subject: [PATCH] dev-python/nose: Coverage supports py3.8 now MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 e09fa46958b6..1c0a751bc7f4 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}) -- 2.26.2