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 ABED5139894 for ; Mon, 24 Aug 2015 10:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFEC21420E; Mon, 24 Aug 2015 10:12:31 +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 62FFC1420E for ; Mon, 24 Aug 2015 10:12:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5CF53408C5 for ; Mon, 24 Aug 2015 10:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01F50185 for ; Mon, 24 Aug 2015 10:12:22 +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: <1440411133.f306395782c35d86d0e40bfc4458b49193aacadb.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-18.2-r1.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f306395782c35d86d0e40bfc4458b49193aacadb X-VCS-Branch: master Date: Mon, 24 Aug 2015 10:12:22 +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: e023646b-a0fc-4d9c-8555-2f376846537c X-Archives-Hash: 5f6a377286d4ecafcc7ea992d2782540 commit: f306395782c35d86d0e40bfc4458b49193aacadb Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 24 08:55:37 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 24 10:12:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3063957 dev-python/setuptools: Add python3 USEDEP support to dev-python/mock Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/setuptools/setuptools-18.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/setuptools/setuptools-18.2-r1.ebuild b/dev-python/setuptools/setuptools-18.2-r1.ebuild index 0d3656a..8b03864 100644 --- a/dev-python/setuptools/setuptools-18.2-r1.ebuild +++ b/dev-python/setuptools/setuptools-18.2-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=">=dev-python/packaging-15.3[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + dev-python/mock[${PYTHON_USEDEP}] ) " @@ -31,7 +31,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/packaging || die + rm -r ./pkg_resources/_vendor || die # disable tests requiring a network connection rm setuptools/tests/test_packageindex.py || die