diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 17:08:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 17:08:24 +0200 |
commit | 61049dc423aee06ba1c6378ae16c04597c742dcf (patch) | |
tree | e6d75dd1cf0f9ccde064c0171a91f267f2109694 | |
parent | dev-python/sphinx-autoapi: Remove old (diff) | |
download | gentoo-61049dc423aee06ba1c6378ae16c04597c742dcf.tar.gz gentoo-61049dc423aee06ba1c6378ae16c04597c742dcf.tar.bz2 gentoo-61049dc423aee06ba1c6378ae16c04597c742dcf.zip |
dev-python/sabyenc: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/sabyenc/sabyenc-7.0.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild b/dev-python/sabyenc/sabyenc-7.0.2.ebuild index 2eabc28e67d4..ae97ca71bd87 100644 --- a/dev-python/sabyenc/sabyenc-7.0.2.ebuild +++ b/dev-python/sabyenc/sabyenc-7.0.2.ebuild @@ -3,9 +3,12 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 + MY_PN="sabctools" MY_P="${MY_PN}-${PV}" |