dev-python/portend: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 18:57:41 +0000 (19:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:12:29 +0000 (20:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/portend/portend-2.2-r1.ebuild
dev-python/portend/portend-2.2.ebuild
dev-python/portend/portend-2.6.ebuild

index 3ebf5796b8cfda0bed9ba1b0addb6a9f9130649d..6de23cc5124495b3d7b6385aa4a99edc9f6d6153 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 
index c789204db46376b02951d7fa2281a40dbdcda3a4..7df3273e2ae22a904b8d1409e6c5843c791cc19f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index aa8f2d39e0f405803a2c582baaee08f19b43aedd..a37ce462f810fa0141938d6760c7a96dba613e03 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1