From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7ECDA1388C0 for ; Thu, 25 Feb 2016 19:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B82CE0850; Thu, 25 Feb 2016 19:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33A6FE084B for ; Thu, 25 Feb 2016 19:06:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDAE0340CD0 for ; Thu, 25 Feb 2016 19:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 928EB154D for ; Thu, 25 Feb 2016 19:06:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456426755.9bb152f7c61589523711e716e98a9d9a1a761521.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-9999.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9bb152f7c61589523711e716e98a9d9a1a761521 X-VCS-Branch: master Date: Thu, 25 Feb 2016 19:06:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dbb1abaf-a2a9-45da-8d2d-6e2c05742676 X-Archives-Hash: 9fa0f1f2fb0a0b2f265ff2b1fd1e95dd commit: 9bb152f7c61589523711e716e98a9d9a1a761521 Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 25 18:59:15 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 25 18:59:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb152f7 dev-python/setuptools: Propagate latest changes to live ebuild Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/setuptools/setuptools-9999.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild index 972ed4c..77e3f0f 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