From: Justin Lecher Date: Thu, 25 Feb 2016 18:59:15 +0000 (+0100) Subject: dev-python/setuptools: Propagate latest changes to live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9bb152f7c61589523711e716e98a9d9a1a761521;p=gentoo.git dev-python/setuptools: Propagate latest changes to live ebuild Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild index 972ed4c32177..77e3f0f92c99 100644 --- a/dev-python/setuptools/setuptools-9999.ebuild +++ b/dev-python/setuptools/setuptools-9999.ebuild @@ -18,17 +18,19 @@ SLOT="0" KEYWORDS="" IUSE="test" -RDEPEND=" - >=dev-python/packaging-15.3-r1[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - " +RDEPEND="" +# >=dev-python/packaging-16.4[${PYTHON_USEDEP}] +# >=dev-python/six-1.10.0[${PYTHON_USEDEP}] +# " DEPEND="${RDEPEND} test? ( >=dev-python/pytest-2.8[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] ) " -PDEPEND=">=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]" +# >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}] +PDEPEND=" + >=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]" # Force in-source build because build system modifies sources. DISTUTILS_IN_SOURCE_BUILD=1 @@ -36,7 +38,7 @@ DISTUTILS_IN_SOURCE_BUILD=1 DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} ) python_prepare_all() { - rm -r ./pkg_resources/_vendor || die +# rm -r ./pkg_resources/_vendor || die # disable tests requiring a network connection rm setuptools/tests/test_packageindex.py || die