commit: 0421a583fbde0b37162cb755788d37fa1399c6b1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 13:10:25 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 14:36:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0421a583
dev-python/setuptools: Disable setuptools self-dependency
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools/setuptools-40.6.3.ebuild | 1 +
dev-python/setuptools/setuptools-41.5.1.ebuild | 1 +
dev-python/setuptools/setuptools-42.0.0.ebuild | 1 +
dev-python/setuptools/setuptools-42.0.1.ebuild | 1 +
dev-python/setuptools/setuptools-9999.ebuild | 1 +
5 files changed, 5 insertions(+)
diff --git a/dev-python/setuptools/setuptools-40.6.3.ebuild
b/dev-python/setuptools/setuptools-40.6.3.ebuild
index d5d482efd58..a21883a89f8 100644
--- a/dev-python/setuptools/setuptools-40.6.3.ebuild
+++ b/dev-python/setuptools/setuptools-40.6.3.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
PYTHON_REQ_USE="xml(+)"
diff --git a/dev-python/setuptools/setuptools-41.5.1.ebuild
b/dev-python/setuptools/setuptools-41.5.1.ebuild
index ff4a7aa5463..a7b9022b6a0 100644
--- a/dev-python/setuptools/setuptools-41.5.1.ebuild
+++ b/dev-python/setuptools/setuptools-41.5.1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
PYTHON_REQ_USE="xml(+)"
diff --git a/dev-python/setuptools/setuptools-42.0.0.ebuild
b/dev-python/setuptools/setuptools-42.0.0.ebuild
index e7aa7c945a8..8c33401e75b 100644
--- a/dev-python/setuptools/setuptools-42.0.0.ebuild
+++ b/dev-python/setuptools/setuptools-42.0.0.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
PYTHON_REQ_USE="xml(+)"
diff --git a/dev-python/setuptools/setuptools-42.0.1.ebuild
b/dev-python/setuptools/setuptools-42.0.1.ebuild
index 0c293d1ea95..58369bab16c 100644
--- a/dev-python/setuptools/setuptools-42.0.1.ebuild
+++ b/dev-python/setuptools/setuptools-42.0.1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
PYTHON_REQ_USE="xml(+)"
diff --git a/dev-python/setuptools/setuptools-9999.ebuild
b/dev-python/setuptools/setuptools-9999.ebuild
index 8d522c4213f..34b0627c072 100644
--- a/dev-python/setuptools/setuptools-9999.ebuild
+++ b/dev-python/setuptools/setuptools-9999.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
PYTHON_REQ_USE="xml(+)"