diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:21:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:21:30 +0200 |
commit | bd6126543dfb70f355736e46c759d28b5d9f773f (patch) | |
tree | 621d7788e3f50f67672faeb8082720e246995ad7 | |
parent | dev-python/rfc3986-validator: Remove py2.7 (diff) | |
download | gentoo-bd6126543dfb70f355736e46c759d28b5d9f773f.tar.gz gentoo-bd6126543dfb70f355736e46c759d28b5d9f773f.tar.bz2 gentoo-bd6126543dfb70f355736e46c759d28b5d9f773f.zip |
dev-python/rfc3986: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/rfc3986/rfc3986-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | 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 7473707fed29..48477afdb570 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 f9310928db4e..0c700a7a936f 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 |