dev-python/responses: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 19:27:21 +0000 (20:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 19:47:13 +0000 (20:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/responses/responses-0.10.7.ebuild
dev-python/responses/responses-0.6.0.ebuild
dev-python/responses/responses-0.9.0.ebuild

index 460a11b9e026d0e20bde0b14cb54e0a094c68e3c..f781f4d9d74aec7fbbacc14a901a3279f9424a8b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 
index ebd96e53d16fbbc74414a5704b907ce48632a7f4..6fe4e2b545f36a09fa3c2c0e0e1b4cb2ee6efeb7 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 26a732bdfdc8f9af80f003955f16aa41fe07f3e4..54e0807ea717676bcaa31820b6d33e00fdca1d73 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1