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 98af79d578437..2607a47f6dd51 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