commit: bd6126543dfb70f355736e46c759d28b5d9f773f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 09:21:30 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 09:21:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd612654
dev-python/rfc3986: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rfc3986/rfc3986-1.2.0.ebuild | 2 +-
dev-python/rfc3986/rfc3986-1.4.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/rfc3986/rfc3986-1.2.0.ebuild
b/dev-python/rfc3986/rfc3986-1.2.0.ebuild
index 7473707fed2..48477afdb57 100644
--- a/dev-python/rfc3986/rfc3986-1.2.0.ebuild
+++ b/dev-python/rfc3986/rfc3986-1.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3)
+PYTHON_COMPAT=( python3_{6,7} pypy3)
inherit distutils-r1
diff --git a/dev-python/rfc3986/rfc3986-1.4.0.ebuild
b/dev-python/rfc3986/rfc3986-1.4.0.ebuild
index f9310928db4..0c700a7a936 100644
--- a/dev-python/rfc3986/rfc3986-1.4.0.ebuild
+++ b/dev-python/rfc3986/rfc3986-1.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3)
+PYTHON_COMPAT=( python3_{6..9} pypy3)
inherit distutils-r1