From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C174138351 for ; Wed, 15 Apr 2020 05:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24175E08AE; Wed, 15 Apr 2020 05:33:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B936E08AE for ; Wed, 15 Apr 2020 05:33:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEB1B34F30D for ; Wed, 15 Apr 2020 05:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA4631DC for ; Wed, 15 Apr 2020 05:33:04 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1586928765.aa48a25a2d280cf6f6edaff3078dddccf6cd582b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenv/virtualenv-16.7.9-r1.ebuild dev-python/virtualenv/virtualenv-16.7.9.ebuild X-VCS-Directories: dev-python/virtualenv/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: aa48a25a2d280cf6f6edaff3078dddccf6cd582b X-VCS-Branch: master Date: Wed, 15 Apr 2020 05:33:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b69d7ab0-0d2e-48a2-8f37-cdcaee3a70c3 X-Archives-Hash: 8e9fa8ef662d48f23129999eb11d02a3 commit: aa48a25a2d280cf6f6edaff3078dddccf6cd582b Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 05:32:45 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 05:32:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa48a25a dev-python/virtualenv: DISTUTILS_USE_SETUPTOOLS=manual Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert gentoo.org> .../{virtualenv-16.7.9.ebuild => virtualenv-16.7.9-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/virtualenv/virtualenv-16.7.9.ebuild b/dev-python/virtualenv/virtualenv-16.7.9-r1.ebuild similarity index 93% rename from dev-python/virtualenv/virtualenv-16.7.9.ebuild rename to dev-python/virtualenv/virtualenv-16.7.9-r1.ebuild index 1eb5c4ecea4..d6c847fb9ef 100644 --- a/dev-python/virtualenv/virtualenv-16.7.9.ebuild +++ b/dev-python/virtualenv/virtualenv-16.7.9-r1.ebuild @@ -5,6 +5,7 @@ EAPI=7 # pypy{,3} dropped until test deps are tested/updated PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 @@ -23,7 +24,8 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -BDEPEND=">=dev-python/setuptools-19.6.2[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/setuptools-19.6.2[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND} test? ( >=dev-python/pip-19.3.1-r1[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}]