commit: f3e2d883bc6019040a2dc86694797f6aada90e72 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 00:34:02 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 01:59:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e2d883
dev-python/lrcalc: enable py3.13 Closes: https://bugs.gentoo.org/952349 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-python/lrcalc/{lrcalc-2.1-r1.ebuild => lrcalc-2.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/lrcalc/lrcalc-2.1-r1.ebuild b/dev-python/lrcalc/lrcalc-2.1-r2.ebuild similarity index 90% rename from dev-python/lrcalc/lrcalc-2.1-r1.ebuild rename to dev-python/lrcalc/lrcalc-2.1-r2.ebuild index 98af79d57843..2607a47f6dd5 100644 --- a/dev-python/lrcalc/lrcalc-2.1-r1.ebuild +++ b/dev-python/lrcalc/lrcalc-2.1-r2.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_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 inherit distutils-r1 pypi
