From 702c6708120999b077c34eb9267b794208c494d2 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 11 Oct 2020 14:10:55 +0200 Subject: dev-python/utidylib: python3_9, unrestricted tests pass Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner --- dev-python/utidylib/utidylib-0.6-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'dev-python/utidylib') diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild index 65cb24ad7ccb..aac52bdb1b41 100644 --- a/dev-python/utidylib/utidylib-0.6-r1.ebuild +++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) MY_P="uTidylib-${PV}" inherit distutils-r1 @@ -17,9 +17,7 @@ SLOT="0" KEYWORDS="amd64 arm64 ppc ppc64 x86" IUSE="doc test" -REQUIRED_USE="${PYTHON_REQUIRED_USE} - test? ( || ( $(python_gen_useflags 'python2*' python3_6 python3_7) ) ) -" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] @@ -33,8 +31,6 @@ RDEPEND=" app-text/tidy-html5 " -RESTRICT="test" # 1/11 tests fail - S="${WORKDIR}/${MY_P}" python_compile_all() { -- cgit v1.2.3-65-gdbad