dev-python/astor: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:28:47 +0000 (13:28 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:28:47 +0000 (13:28 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/astor/astor-0.5.ebuild
dev-python/astor/astor-0.6.ebuild
dev-python/astor/astor-0.7.1.ebuild
dev-python/astor/astor-0.8.1.ebuild

index 5d9eb8b17cbe6fb8675cfe783b21199758f3c9a8..64fb34534723020195cb52f0e640f48b3756c7b9 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 e44eb34e0d218680c515d753b03ce884137f8cef..ca7a534773c9dd45696a08166923404532429d1d 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 65e1aa654bfb622d314fa2a712bda9378b221c4c..c1a2d0abeab2b1943ba13f8407bd988bb78e6d34 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index 3a53d4ae0d26ffdd5a8a7e9fa639c4cfd9d8bf07..ff8dbc0871be1351f9c2ba7a66052452e78e9159 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,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1