dev-python/pyte: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Fri, 24 Jan 2020 07:47:50 +0000 (08:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 24 Jan 2020 19:18:39 +0000 (20:18 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyte/pyte-0.5.2-r2.ebuild
dev-python/pyte/pyte-0.8.0-r1.ebuild

index 97c7074737a044515eaf4ac35f61de968e65b081..63421405c8e62933974009cec577e1969817bf65 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index b4ea4d05ae8727cc941402dbf3106871a965890e..c9d871fa5b676dccb8bc2d2563a65d6a58b20410 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1