dev-python/serpent: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:46:55 +0000 (06:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:40 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/serpent/serpent-1.19.ebuild
dev-python/serpent/serpent-1.28.ebuild

index 2befc32339f2b4c106b1779f82fcb61686adf9e0..4dc1318e074091fa0c43066ab9100dc76e27a054 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 405c52911bb434f3d72a03c13c33a8b66301402b..ae84b933745639b737e1cf0335d6136d670e4f35 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1