diff --git a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild similarity index 74% rename from dev-python/stringcase/stringcase-1.2.0-r1.ebuild rename to dev-python/stringcase/stringcase-1.2.0-r2.ebuild index 3910056d8b..710f45a101 100644 --- a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild +++ b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) - -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi