commit: 471e30110b4ad3496a10a0c4b3c1c05d58ecaba6 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Feb 25 19:25:53 2023 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 19:58:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471e3011
sci-mathematics/dunshire: PEP517 and python-3.11 support. Closes: https://bugs.gentoo.org/897236 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> .../dunshire/{dunshire-0.1.1-r2.ebuild => dunshire-0.1.1-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild similarity index 93% rename from sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild rename to sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild index 07433b5d2252..f90e22df1022 100644 --- a/sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild +++ b/sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) - +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Python library to solve linear games over symmetric cones"
