aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-15 12:24:59 -0400
committerJulien Roy <julien@jroy.ca>2024-05-15 12:55:16 -0400
commitdfe70fb26b6a74e43b1aeae66a940b9d1119e153 (patch)
tree5d4658b3bbc0fff61c05448cf75e676cb7a3af9c /dev-python/stringcase
parentdev-python/starkbank-ecdsa: use PEP517, enable py3.12, py3.13 (diff)
downloadguru-dfe70fb26b6a74e43b1aeae66a940b9d1119e153.tar.gz
guru-dfe70fb26b6a74e43b1aeae66a940b9d1119e153.tar.bz2
guru-dfe70fb26b6a74e43b1aeae66a940b9d1119e153.zip
dev-python/stringcase: use PEP517, enable py3.12, py3.13
Closes: https://bugs.gentoo.org/931430 Closes: https://bugs.gentoo.org/921874 Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/stringcase')
-rw-r--r--dev-python/stringcase/stringcase-1.2.0-r2.ebuild (renamed from dev-python/stringcase/stringcase-1.2.0-r1.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild
index 3910056d8..710f45a10 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