diff options
author | 2024-04-23 16:33:37 -0700 | |
---|---|---|
committer | 2024-04-23 16:33:51 -0700 | |
commit | a57423ad4e0f77cfd1f1631bad8756472ce84d06 (patch) | |
tree | 05366c7f314ed0db728f1dec18f9326f0f3c4552 /dev-libs/libpy | |
parent | dev-util/trace-cmd: Revbump, add py312 (bug #929556) (diff) | |
download | gentoo-a57423ad4e0f77cfd1f1631bad8756472ce84d06.tar.gz gentoo-a57423ad4e0f77cfd1f1631bad8756472ce84d06.tar.bz2 gentoo-a57423ad4e0f77cfd1f1631bad8756472ce84d06.zip |
dev-libs/libpy: Revbump, add py312 (bug #929422)
Closes: https://bugs.gentoo.org/929422
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-libs/libpy')
-rw-r--r-- | dev-libs/libpy/libpy-0.2.5-r3.ebuild (renamed from dev-libs/libpy/libpy-0.2.5-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libpy/libpy-0.2.5-r2.ebuild b/dev-libs/libpy/libpy-0.2.5-r3.ebuild index e11055754550..285956b05a94 100644 --- a/dev-libs/libpy/libpy-0.2.5-r2.ebuild +++ b/dev-libs/libpy/libpy-0.2.5-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools inherit flag-o-matic distutils-r1 |