diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-02-25 14:25:53 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-02-25 14:58:37 -0500 |
commit | 471e30110b4ad3496a10a0c4b3c1c05d58ecaba6 (patch) | |
tree | 1c8f8515b1cfb0bad1c3fcc30262047a7fbfde00 /sci-mathematics/dunshire | |
parent | net-mail/sendEmail: Stabilize 1.56-r3 x86, #897730 (diff) | |
download | gentoo-471e30110b4ad3496a10a0c4b3c1c05d58ecaba6.tar.gz gentoo-471e30110b4ad3496a10a0c4b3c1c05d58ecaba6.tar.bz2 gentoo-471e30110b4ad3496a10a0c4b3c1c05d58ecaba6.zip |
sci-mathematics/dunshire: PEP517 and python-3.11 support.
Closes: https://bugs.gentoo.org/897236
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/dunshire')
-rw-r--r-- | sci-mathematics/dunshire/dunshire-0.1.1-r3.ebuild (renamed from sci-mathematics/dunshire/dunshire-0.1.1-r2.ebuild) | 4 |
1 files 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 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" |