diff options
author | Sam James <sam@gentoo.org> | 2024-06-03 07:32:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-03 07:32:56 +0100 |
commit | 54e0ad63c889050e78fa0be7877e8852d4e8846d (patch) | |
tree | 80349400bb6dc115b80e73c5381d23da9ace833f /dev-python/pypax | |
parent | sys-auth/ssh-ldap-pubkey: enable py3.12 (diff) | |
download | gentoo-54e0ad63c889050e78fa0be7877e8852d4e8846d.tar.gz gentoo-54e0ad63c889050e78fa0be7877e8852d4e8846d.tar.bz2 gentoo-54e0ad63c889050e78fa0be7877e8852d4e8846d.zip |
dev-python/pypax: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pypax')
-rw-r--r-- | dev-python/pypax/pypax-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild index ed47719cbc03..dbf920e9c77c 100644 --- a/dev-python/pypax/pypax-9999.ebuild +++ b/dev-python/pypax/pypax-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |