app-portage/gpyutils: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:30:50 +0000 (12:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:38:13 +0000 (12:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/gpyutils/gpyutils-0.2.2.ebuild
app-portage/gpyutils/gpyutils-0.3.ebuild
app-portage/gpyutils/gpyutils-0.4.1.ebuild
app-portage/gpyutils/gpyutils-0.4.ebuild
app-portage/gpyutils/gpyutils-9999.ebuild

index c5079188f4fb9685d864d1a48238764b906ec2c7..9d2a031d5cb7d438b81d883925d0a34139b14052 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 e0e7821fc50b34ba06d216adb6fcec616f2a3c04..07d1c4984b1c1c95dadd8bebb85dae4fd6309fc3 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index e0e7821fc50b34ba06d216adb6fcec616f2a3c04..07d1c4984b1c1c95dadd8bebb85dae4fd6309fc3 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index e0e7821fc50b34ba06d216adb6fcec616f2a3c04..07d1c4984b1c1c95dadd8bebb85dae4fd6309fc3 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index 9d8bc151248df15fd4d425199ab24b6fc8b387d1..6c4f2aa07f73dba39011607b2cd45935977ba3ec 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
 inherit distutils-r1 git-r3