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 1F4BF138359 for ; Sun, 20 Sep 2020 10:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60D38E08E5; Sun, 20 Sep 2020 10:47:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 47598E08E5 for ; Sun, 20 Sep 2020 10:47:07 +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 46210341044 for ; Sun, 20 Sep 2020 10:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6775377 for ; Sun, 20 Sep 2020 10:47:03 +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: <1600598820.1a9eb5102f79c3e6912e8d8cf321fa87c02532dd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/service_identity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/service_identity/service_identity-18.1.0-r1.ebuild dev-python/service_identity/service_identity-18.1.0.ebuild X-VCS-Directories: dev-python/service_identity/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1a9eb5102f79c3e6912e8d8cf321fa87c02532dd X-VCS-Branch: master Date: Sun, 20 Sep 2020 10:47:03 +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: a4c6d917-6ee0-440e-baca-0d011d399db2 X-Archives-Hash: f3daab39dec77474db68e04a08167159 commit: 1a9eb5102f79c3e6912e8d8cf321fa87c02532dd Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 10:33:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 10:47:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9eb510 dev-python/service_identity: Remove python2 Signed-off-by: Michał Górny gentoo.org> ...rvice_identity-18.1.0.ebuild => service_identity-18.1.0-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/service_identity/service_identity-18.1.0.ebuild b/dev-python/service_identity/service_identity-18.1.0-r1.ebuild similarity index 88% rename from dev-python/service_identity/service_identity-18.1.0.ebuild rename to dev-python/service_identity/service_identity-18.1.0-r1.ebuild index 9991f69d852..341382fac25 100644 --- a/dev-python/service_identity/service_identity-18.1.0.ebuild +++ b/dev-python/service_identity/service_identity-18.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -22,8 +22,6 @@ RDEPEND=" dev-python/pyasn1-modules[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}] dev-python/attrs[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}]" distutils_enable_sphinx docs distutils_enable_tests pytest