commit: 702c6708120999b077c34eb9267b794208c494d2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 12:10:55 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 21:32:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702c6708
dev-python/utidylib: python3_9, unrestricted tests pass
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/utidylib/utidylib-0.6-r1.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild
b/dev-python/utidylib/utidylib-0.6-r1.ebuild
index 65cb24ad7cc..aac52bdb1b4 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() {