dev-python/ndg-httpsclient: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 26 Feb 2020 12:16:25 +0000 (13:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 26 Feb 2020 12:18:00 +0000 (13:18 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild

index a96ed1a109452db1c021f0239650ad6d5f214f9a..6eafff557f9ff8b1cf5cc55c688e9f4526069aaf 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index f63a67698c4469f8020430dce6579ce2c300cb16..fe720e015ae66817afea230349580c5781ac4ee7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1