summaryrefslogtreecommitdiff
path: root/dev-python/stringcase
diff options
context:
space:
mode:
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)5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild
index 90fd4fb4c8d0..3083bd4fd654 100644
--- a/dev-python/stringcase/stringcase-1.2.0-r1.ebuild
+++ b/dev-python/stringcase/stringcase-1.2.0-r2.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-DISTUTILS_USE_SETUPTOOLS=no
-
inherit distutils-r1 pypi
DESCRIPTION="Convert string cases between camel case, pascal case, snake case etc."