dev-python/requestsexceptions: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:03:13 +0000 (22:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:39 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild
dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild

index dc9d810bd514ac819a0caf7e1a923648c2bd1dfd..cec3c0fa401a67b8a85e8631ab1bcb9c6f606f15 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 375b7eaf772a3b1e94198b9d228fedcbccac1c71..80335091eb4192dc1f3a8a4dd7c4ececb483ee99 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1