Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/utidylib/
Date: Sun, 11 Oct 2020 21:33:24
Message-Id: 1602451971.702c6708120999b077c34eb9267b794208c494d2.asturm@gentoo
1 commit: 702c6708120999b077c34eb9267b794208c494d2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 12:10:55 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 21:32:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702c6708
7
8 dev-python/utidylib: python3_9, unrestricted tests pass
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/utidylib/utidylib-0.6-r1.ebuild | 8 ++------
14 1 file changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild
17 index 65cb24ad7cc..aac52bdb1b4 100644
18 --- a/dev-python/utidylib/utidylib-0.6-r1.ebuild
19 +++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7,8} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26
27 MY_P="uTidylib-${PV}"
28 inherit distutils-r1
29 @@ -17,9 +17,7 @@ SLOT="0"
30 KEYWORDS="amd64 arm64 ppc ppc64 x86"
31 IUSE="doc test"
32
33 -REQUIRED_USE="${PYTHON_REQUIRED_USE}
34 - test? ( || ( $(python_gen_useflags 'python2*' python3_6 python3_7) ) )
35 -"
36 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
37
38 BDEPEND="
39 dev-python/setuptools[${PYTHON_USEDEP}]
40 @@ -33,8 +31,6 @@ RDEPEND="
41 app-text/tidy-html5
42 "
43
44 -RESTRICT="test" # 1/11 tests fail
45 -
46 S="${WORKDIR}/${MY_P}"
47
48 python_compile_all() {