summaryrefslogtreecommitdiff
path: root/dev-python/mistune
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:11:11 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:12:22 +0000
commit5ce1cd7c3ba5a024e1c212d93f1eace7bea7da10 (patch)
treef92599b911380b43462087968ecb6d942d01c1bd /dev-python/mistune
parentwww-client/arcanist: version bump (diff)
downloadportage-5ce1cd7c3ba5a024e1c212d93f1eace7bea7da10.tar.xz
dev-python/mistune: enable py3.11
Diffstat (limited to 'dev-python/mistune')
-rw-r--r--dev-python/mistune/mistune-0.8.4-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild b/dev-python/mistune/mistune-0.8.4-r1.ebuild
index 2dfe24a7..9ab6d547 100644
--- a/dev-python/mistune/mistune-0.8.4-r1.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
@@ -14,5 +15,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
KEYWORDS="amd64 arm arm64 x86"
-
-distutils_enable_tests nose