app-text/pytextile: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:33:08 +0000 (12:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:38:20 +0000 (12:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-text/pytextile/pytextile-2.3.3.ebuild
app-text/pytextile/pytextile-3.0.3.ebuild

index 2226c9abb45472ac1852a422d0fe31ff539bec6a..69515f328b862ee0b0fdbbde67c9c380d1c56683 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 8ea0f74d9ac31789f2fecfee091811057e974bed..136381cfdbd1869ae4e67cbb78456098b41c5d54 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1