commit: 56e6835de2abac9d1b3102ecbd390a591721f845 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 01:52:35 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 01:59:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e6835d
dev-python/primecountpy: enable py3.13 Closes: https://bugs.gentoo.org/952363 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> .../{primecountpy-0.1.0.ebuild => primecountpy-0.1.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild similarity index 88% rename from dev-python/primecountpy/primecountpy-0.1.0.ebuild rename to dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild index 032409f7feab..b05321f02429 100644 --- a/dev-python/primecountpy/primecountpy-0.1.0.ebuild +++ b/dev-python/primecountpy/primecountpy-0.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 inherit distutils-r1 pypi
