diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 13:31:08 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 14:19:28 +0200 |
commit | 609b685d333378e5f4d57711dc873b82eaf6223e (patch) | |
tree | be3863d964647ce7762fac9005cd31f3352fe93d /dev-python/wcmatch | |
parent | dev-python/pyspelling: enable py3.11 (diff) | |
download | gentoo-609b685d333378e5f4d57711dc873b82eaf6223e.tar.gz gentoo-609b685d333378e5f4d57711dc873b82eaf6223e.tar.bz2 gentoo-609b685d333378e5f4d57711dc873b82eaf6223e.zip |
dev-python/wcmatch: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/wcmatch')
-rw-r--r-- | dev-python/wcmatch/wcmatch-8.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/wcmatch/wcmatch-8.3.ebuild b/dev-python/wcmatch/wcmatch-8.3.ebuild index 8a9fe29ef3f2..7648775293cb 100644 --- a/dev-python/wcmatch/wcmatch-8.3.ebuild +++ b/dev-python/wcmatch/wcmatch-8.3.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools DOCS_BUILDER="mkdocs" DOCS_DEPEND=" |