Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
Date: Thu, 25 Feb 2016 19:07:13
Message-Id: 1456426755.9bb152f7c61589523711e716e98a9d9a1a761521.jlec@gentoo
1 commit: 9bb152f7c61589523711e716e98a9d9a1a761521
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 18:59:15 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 18:59:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb152f7
7
8 dev-python/setuptools: Propagate latest changes to live ebuild
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/setuptools/setuptools-9999.ebuild | 14 ++++++++------
14 1 file changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild
17 index 972ed4c..77e3f0f 100644
18 --- a/dev-python/setuptools/setuptools-9999.ebuild
19 +++ b/dev-python/setuptools/setuptools-9999.ebuild
20 @@ -18,17 +18,19 @@ SLOT="0"
21 KEYWORDS=""
22 IUSE="test"
23
24 -RDEPEND="
25 - >=dev-python/packaging-15.3-r1[${PYTHON_USEDEP}]
26 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
27 - "
28 +RDEPEND=""
29 +# >=dev-python/packaging-16.4[${PYTHON_USEDEP}]
30 +# >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
31 +# "
32 DEPEND="${RDEPEND}
33 test? (
34 >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
35 dev-python/mock[${PYTHON_USEDEP}]
36 )
37 "
38 -PDEPEND=">=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]"
39 +# >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}]
40 +PDEPEND="
41 + >=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]"
42
43 # Force in-source build because build system modifies sources.
44 DISTUTILS_IN_SOURCE_BUILD=1
45 @@ -36,7 +38,7 @@ DISTUTILS_IN_SOURCE_BUILD=1
46 DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
47
48 python_prepare_all() {
49 - rm -r ./pkg_resources/_vendor || die
50 +# rm -r ./pkg_resources/_vendor || die
51 # disable tests requiring a network connection
52 rm setuptools/tests/test_packageindex.py || die