Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, dev-portage@×××××.org, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 2/3] dev-python/setuptools: Disable setuptools self-dependency
Date: Fri, 29 Nov 2019 13:33:14
Message-Id: 20191129133213.137173-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/3] distutils-r1.eclass: Depend on setuptools by default by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 dev-python/setuptools/setuptools-40.6.3.ebuild | 1 +
4 dev-python/setuptools/setuptools-41.5.1.ebuild | 1 +
5 dev-python/setuptools/setuptools-42.0.0.ebuild | 1 +
6 dev-python/setuptools/setuptools-42.0.1.ebuild | 1 +
7 dev-python/setuptools/setuptools-9999.ebuild | 1 +
8 5 files changed, 5 insertions(+)
9
10 diff --git a/dev-python/setuptools/setuptools-40.6.3.ebuild b/dev-python/setuptools/setuptools-40.6.3.ebuild
11 index d5d482efd58e..a21883a89f89 100644
12 --- a/dev-python/setuptools/setuptools-40.6.3.ebuild
13 +++ b/dev-python/setuptools/setuptools-40.6.3.ebuild
14 @@ -2,6 +2,7 @@
15 # Distributed under the terms of the GNU General Public License v2
16
17 EAPI=6
18 +DISTUTILS_USE_SETUPTOOLS=no
19 PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
20 PYTHON_REQ_USE="xml(+)"
21
22 diff --git a/dev-python/setuptools/setuptools-41.5.1.ebuild b/dev-python/setuptools/setuptools-41.5.1.ebuild
23 index ff4a7aa54630..a7b9022b6a0c 100644
24 --- a/dev-python/setuptools/setuptools-41.5.1.ebuild
25 +++ b/dev-python/setuptools/setuptools-41.5.1.ebuild
26 @@ -2,6 +2,7 @@
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 +DISTUTILS_USE_SETUPTOOLS=no
31 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
32 PYTHON_REQ_USE="xml(+)"
33
34 diff --git a/dev-python/setuptools/setuptools-42.0.0.ebuild b/dev-python/setuptools/setuptools-42.0.0.ebuild
35 index e7aa7c945a85..8c33401e75bd 100644
36 --- a/dev-python/setuptools/setuptools-42.0.0.ebuild
37 +++ b/dev-python/setuptools/setuptools-42.0.0.ebuild
38 @@ -2,6 +2,7 @@
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 +DISTUTILS_USE_SETUPTOOLS=no
43 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
44 PYTHON_REQ_USE="xml(+)"
45
46 diff --git a/dev-python/setuptools/setuptools-42.0.1.ebuild b/dev-python/setuptools/setuptools-42.0.1.ebuild
47 index 0c293d1ea950..58369bab16cb 100644
48 --- a/dev-python/setuptools/setuptools-42.0.1.ebuild
49 +++ b/dev-python/setuptools/setuptools-42.0.1.ebuild
50 @@ -2,6 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 +DISTUTILS_USE_SETUPTOOLS=no
55 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
56 PYTHON_REQ_USE="xml(+)"
57
58 diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild
59 index 8d522c4213f5..34b0627c0728 100644
60 --- a/dev-python/setuptools/setuptools-9999.ebuild
61 +++ b/dev-python/setuptools/setuptools-9999.ebuild
62 @@ -2,6 +2,7 @@
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=7
66 +DISTUTILS_USE_SETUPTOOLS=no
67 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
68 PYTHON_REQ_USE="xml(+)"
69
70 --
71 2.24.0