commit: 1a9eb5102f79c3e6912e8d8cf321fa87c02532dd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 10:33:44 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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