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 6B554138359 for ; Sun, 20 Sep 2020 09:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 359D2E08F1; Sun, 20 Sep 2020 09:36:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1D3E5E08F0 for ; Sun, 20 Sep 2020 09:36:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0D3BD34106D for ; Sun, 20 Sep 2020 09:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 389D8380 for ; Sun, 20 Sep 2020 09:36:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600594581.6ebfa27ce53d16a6b0cab30bdd7469b69a15aac1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-20.1.1-r1.ebuild dev-python/pip/pip-20.1.1.ebuild dev-python/pip/pip-20.2.2-r1.ebuild dev-python/pip/pip-20.2.2.ebuild dev-python/pip/pip-20.2.3-r1.ebuild dev-python/pip/pip-20.2.3.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ebfa27ce53d16a6b0cab30bdd7469b69a15aac1 X-VCS-Branch: master Date: Sun, 20 Sep 2020 09:36:38 +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: 7ddda206-50b3-4b25-9da4-443b0bbc966b X-Archives-Hash: 03c797fab13949b7f253276bf69f0a70 commit: 6ebfa27ce53d16a6b0cab30bdd7469b69a15aac1 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 09:17:09 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 09:36:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebfa27c dev-python/pip: Remove python2 Signed-off-by: Michał Górny gentoo.org> dev-python/pip/{pip-20.1.1.ebuild => pip-20.1.1-r1.ebuild} | 3 +-- dev-python/pip/{pip-20.2.2.ebuild => pip-20.2.2-r1.ebuild} | 3 +-- dev-python/pip/{pip-20.2.3.ebuild => pip-20.2.3-r1.ebuild} | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/pip/pip-20.1.1.ebuild b/dev-python/pip/pip-20.1.1-r1.ebuild similarity index 97% rename from dev-python/pip/pip-20.1.1.ebuild rename to dev-python/pip/pip-20.1.1-r1.ebuild index 9736075020d..1d87f8aac74 100644 --- a/dev-python/pip/pip-20.1.1.ebuild +++ b/dev-python/pip/pip-20.1.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) PYTHON_REQ_USE="ssl(+),threads(+)" inherit bash-completion-r1 distutils-r1 multiprocessing @@ -49,7 +49,6 @@ DEPEND="