diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 13:09:56 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 14:19:17 +0200 |
commit | a97e0df5b0327cf57308010ce13cff7e902c072c (patch) | |
tree | a9976d33a75f732afcc7b38c21583330df81ca7c /dev-python/bracex | |
parent | dev-python/backrefs: enable py3.11 (diff) | |
download | gentoo-a97e0df5b0327cf57308010ce13cff7e902c072c.tar.gz gentoo-a97e0df5b0327cf57308010ce13cff7e902c072c.tar.bz2 gentoo-a97e0df5b0327cf57308010ce13cff7e902c072c.zip |
dev-python/bracex: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/bracex')
-rw-r--r-- | dev-python/bracex/bracex-2.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/bracex/bracex-2.2.1.ebuild b/dev-python/bracex/bracex-2.2.1.ebuild index 60e4d11db697..7a2533e15fda 100644 --- a/dev-python/bracex/bracex-2.2.1.ebuild +++ b/dev-python/bracex/bracex-2.2.1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools DOCS_BUILDER="mkdocs" DOCS_DEPEND=" |