dev-util/catfish: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:55:02 +0000 (12:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:16:05 +0000 (13:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/catfish/catfish-1.4.10.ebuild
dev-util/catfish/catfish-1.4.12.ebuild

index d9d46da57b5b3b3161ecbaf63bdd476355a998eb..0bc71a930237fbaaa53cf530551400cfdcb206a3 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} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 xdg-utils
 
index 75b42f50ed9c52d5c543e75c10e0e4bd695e36cf..1db3db29c0d4d1efa9ecaaaa709407df92256eb7 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 xdg-utils