summaryrefslogtreecommitdiff
path: root/dev-python/utidylib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-python/utidylib
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r--dev-python/utidylib/Manifest2
-rw-r--r--dev-python/utidylib/utidylib-0.6-r1.ebuild8
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/utidylib/Manifest b/dev-python/utidylib/Manifest
index c0c0e3f8437b..5dc9bd0aa10f 100644
--- a/dev-python/utidylib/Manifest
+++ b/dev-python/utidylib/Manifest
@@ -1,3 +1,3 @@
DIST uTidylib-0.6.tar.gz 15771 BLAKE2B 9d4fe57d985ea6e52680bd528862d3236137221227a23fe05b886d01d240e21d7159dbf7d6da3af8020009ca45c60c2297e374bb7aa05cb6b5a8eaf444710c58 SHA512 a85506ef8824f66ee326ad651020dc3b4e00190e20dcd3814984fa27ff319f492fe5bac781b7c43c8694cbfc63409e3abda18981969c9be2c3cd023fe7a4f2f8
-EBUILD utidylib-0.6-r1.ebuild 1023 BLAKE2B f4f99cdeb08b4d106c419d77625b2d3ac5fbe186bf5a9fe133938e3019681fa64e8147b9373c95541b9312f80be077dac60cbdd5ba8b4404a724af66f1678c0e SHA512 c2b5341bd13d323b2734be3a8335df330cf73a0d661067b174cbf1a160a88225dad53e2fbe15dfeedd3e597c016953ec31b448dc2d601b9eb46e116a361f8464
+EBUILD utidylib-0.6-r1.ebuild 945 BLAKE2B 91010116ade26a22e77e1988bf1a5b4f4d3376f086e076b9e2a24f405a840712d3f3da02ec68ffe6dcdc96cee2f15d03a211ec68c65a0bf353914a1747c2d496 SHA512 a4179dc23312b4268ca35cfe45c5de74e864ec81033faf4dd0cd486b1571ede7a8d6e23c7c0ec04b4db3b357004bfb5bdd24946abfd7dd03211767edd3d72a94
MISC metadata.xml 372 BLAKE2B 58932a89c0765511f1231a3ea43ac6509792a03b345655f7d15ec306a33a0264d49b32352c57e8d3cc73294c8cfcbd679289011312bdbed55459f6751dabffa0 SHA512 d6602ff98aa2ae6a69cad590ab014cbe5b3f1fc1b28c64e91025140fbecaa78c49d6e45bc8b8b5432b0cfe4c91402db3d3954db92905ddc42c13540a9c1e2ab5
diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild
index 65cb24ad7ccb..64873389cd02 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,7 +31,7 @@ RDEPEND="
app-text/tidy-html5
"
-RESTRICT="test" # 1/11 tests fail
+RESTRICT="!test? ( test )"
S="${WORKDIR}/${MY_P}"