commit: 34471af42754d75360bafe705fa4b2cb63e30a9e Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 01:51:41 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 01:59:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34471af4
dev-python/pplpy: enable py3.13 Closes: https://bugs.gentoo.org/952362 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-python/pplpy/{pplpy-0.8.10.ebuild => pplpy-0.8.10-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pplpy/pplpy-0.8.10.ebuild b/dev-python/pplpy/pplpy-0.8.10-r1.ebuild similarity index 92% rename from dev-python/pplpy/pplpy-0.8.10.ebuild rename to dev-python/pplpy/pplpy-0.8.10-r1.ebuild index 132a03801a98..a071af48d910 100644 --- a/dev-python/pplpy/pplpy-0.8.10.ebuild +++ b/dev-python/pplpy/pplpy-0.8.10-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi
