app-portage/gentoopm: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:31:06 +0000 (12:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:38:15 +0000 (12:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/gentoopm/gentoopm-0.3.0.ebuild
app-portage/gentoopm/gentoopm-0.3.1.ebuild
app-portage/gentoopm/gentoopm-9999.ebuild

index 56056b4658b5d97c6f9e8553f6a5a43004817cfc..abd20a56c46b48dc1c6ff6149e811e84a6fb1814 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 9b91c0258f1764eebf5784e1360f78e9f5ba1305..e484c87c1b9ae71411c9786c7d3bc6eb3f684154 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 
index 32c5bfe6d4ba025acef19ac1af12c88b93a52c32..de49913038dea8f8dbb174b58c8aed468e2bcd85 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
 inherit distutils-r1 git-r3