summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-10-23 13:45:36 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-10-23 13:45:56 +0200
commite889e8d9bba989d96676ad04188bf1e30461b36e (patch)
tree4f0b8327e1500c3aa6539a1cfa1e94834722461b /sci-mathematics/mathlib-tools
parentsci-mathematics/mathlib-tools: drop old 1.1.0-r1 (diff)
downloadgentoo-e889e8d9bba989d96676ad04188bf1e30461b36e.tar.gz
gentoo-e889e8d9bba989d96676ad04188bf1e30461b36e.tar.bz2
gentoo-e889e8d9bba989d96676ad04188bf1e30461b36e.zip
sci-mathematics/mathlib-tools: add DISTUTILS_USE_PEP517
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/mathlib-tools')
-rw-r--r--sci-mathematics/mathlib-tools/mathlib-tools-1.1.1-r1.ebuild (renamed from sci-mathematics/mathlib-tools/mathlib-tools-1.1.1.ebuild)1
-rw-r--r--sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild (renamed from sci-mathematics/mathlib-tools/mathlib-tools-1.1.2.ebuild)1
2 files changed, 2 insertions, 0 deletions
diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.1.ebuild b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.1-r1.ebuild
index 9ecb36eac185..4a38f370ad66 100644
--- a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.1.ebuild
+++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.1-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2.ebuild b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild
index bc7818d3db62..e89cd971f102 100644
--- a/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2.ebuild
+++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.1.2-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1