diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-11 14:10:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-11 23:32:51 +0200 |
commit | 702c6708120999b077c34eb9267b794208c494d2 (patch) | |
tree | 3171b14e246f0afa72a902a0487a83b544d3a0e7 /dev-python/utidylib | |
parent | dev-python/python-levenshtein: EAPI-7 bump, python3_9 (diff) | |
download | gentoo-702c6708120999b077c34eb9267b794208c494d2.tar.gz gentoo-702c6708120999b077c34eb9267b794208c494d2.tar.bz2 gentoo-702c6708120999b077c34eb9267b794208c494d2.zip |
dev-python/utidylib: python3_9, unrestricted tests pass
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r-- | dev-python/utidylib/utidylib-0.6-r1.ebuild | 8 |
1 files 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 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() { |