Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gflags/
Date: Sat, 28 Mar 2020 21:11:50
Message-Id: 1585429863.cf4a59f1c94e510df84d68c2580b035338b5ab31.mgorny@gentoo
1 commit: cf4a59f1c94e510df84d68c2580b035338b5ab31
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 20:59:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 21:11:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4a59f1
7
8 dev-python/python-gflags: Set DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
16 index 35b08f2fdfe..400d38c38cf 100644
17 --- a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
18 +++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
19 @@ -3,6 +3,7 @@
20
21 EAPI=7
22
23 +DISTUTILS_USE_SETUPTOOLS=no
24 PYTHON_COMPAT=( python{2_7,3_6,3_7} )
25
26 inherit distutils-r1
27 @@ -19,8 +20,7 @@ RDEPEND="
28 dev-python/six[${PYTHON_USEDEP}]"
29
30 DEPEND="
31 - ${RDEPEND}
32 - dev-python/setuptools[${PYTHON_USEDEP}]"
33 + ${RDEPEND}"
34
35 PATCHES=(
36 "${FILESDIR}"/${PN}-3.1.1-script-install.patch