Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/probeinterface/
Date: Thu, 03 Nov 2022 23:26:54
Message-Id: 1667517988.13ae70b880c03bc4970d4a0da592ea8cb9660c52.chymera@gentoo
1 commit: 13ae70b880c03bc4970d4a0da592ea8cb9660c52
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Thu Nov 3 23:26:28 2022 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Nov 3 23:26:28 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=13ae70b8
7
8 dev-python/probeinterface: switched to PEP517 build mode
9
10 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
11
12 dev-python/probeinterface/probeinterface-0.2.11.ebuild | 1 +
13 dev-python/probeinterface/probeinterface-0.2.5.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/dev-python/probeinterface/probeinterface-0.2.11.ebuild b/dev-python/probeinterface/probeinterface-0.2.11.ebuild
17 index fb1ab4cbc..d7751fe0d 100644
18 --- a/dev-python/probeinterface/probeinterface-0.2.11.ebuild
19 +++ b/dev-python/probeinterface/probeinterface-0.2.11.ebuild
20 @@ -3,6 +3,7 @@
21
22 EAPI=8
23
24 +DISTUTILS_USE_PEP517=setuptools
25 PYTHON_COMPAT=( python3_{8..10} )
26 inherit distutils-r1
27
28
29 diff --git a/dev-python/probeinterface/probeinterface-0.2.5.ebuild b/dev-python/probeinterface/probeinterface-0.2.5.ebuild
30 index fb1ab4cbc..d7751fe0d 100644
31 --- a/dev-python/probeinterface/probeinterface-0.2.5.ebuild
32 +++ b/dev-python/probeinterface/probeinterface-0.2.5.ebuild
33 @@ -3,6 +3,7 @@
34
35 EAPI=8
36
37 +DISTUTILS_USE_PEP517=setuptools
38 PYTHON_COMPAT=( python3_{8..10} )
39 inherit distutils-r1