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>
This commit is contained in:
Julien Roy
2024-05-15 12:24:59 -04:00
parent 7d4882c68d
commit dfe70fb26b

View File

@@ -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