commit: e1b7f97804b159080a77926f1d18fcd9aae09494 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Apr 13 21:21:07 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sat Apr 13 21:21:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1b7f978
dev-python/gnuplot-py: enable py3.12, use PEP517 Signed-off-by: Julien Roy <julien <AT> jroy.ca> .../{gnuplot-py-1.8_p8.ebuild => gnuplot-py-1.8_p8-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8_p8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8_p8-r1.ebuild similarity index 90% rename from dev-python/gnuplot-py/gnuplot-py-1.8_p8.ebuild rename to dev-python/gnuplot-py/gnuplot-py-1.8_p8-r1.ebuild index 18c889f1a7..3640171d79 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.8_p8.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.8_p8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,8 @@ EAPI=8 MYPN="python-gnuplot" MYPV="$(ver_cut 1-2)" MYP="${PN}-${MYPV}" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1