dev-python/logutils: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:14:43 +0000 (17:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:36 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/logutils/logutils-0.3.3-r1.ebuild
dev-python/logutils/logutils-0.3.3.ebuild

index 44214d61aa184f0df45e4986182be388c05ecf09..0a97d1d1f31bbc63cedcbde0647aea8518951264 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 7559718a6336c64c16726aff46d8b541fae7953f..ffcbc60435031ff4c41698501f7a0721d4def39f 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