commit: 13ae70b880c03bc4970d4a0da592ea8cb9660c52
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Nov 3 23:26:28 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Nov 3 23:26:28 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=13ae70b8
dev-python/probeinterface: switched to PEP517 build mode
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/probeinterface/probeinterface-0.2.11.ebuild | 1 +
dev-python/probeinterface/probeinterface-0.2.5.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-python/probeinterface/probeinterface-0.2.11.ebuild
b/dev-python/probeinterface/probeinterface-0.2.11.ebuild
index fb1ab4cbc..d7751fe0d 100644
--- a/dev-python/probeinterface/probeinterface-0.2.11.ebuild
+++ b/dev-python/probeinterface/probeinterface-0.2.11.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
diff --git a/dev-python/probeinterface/probeinterface-0.2.5.ebuild
b/dev-python/probeinterface/probeinterface-0.2.5.ebuild
index fb1ab4cbc..d7751fe0d 100644
--- a/dev-python/probeinterface/probeinterface-0.2.5.ebuild
+++ b/dev-python/probeinterface/probeinterface-0.2.5.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1