dev-util/cookiecutter: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:25:49 +0000 (13:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:25:49 +0000 (13:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/cookiecutter/cookiecutter-1.6.0.ebuild
dev-util/cookiecutter/cookiecutter-1.7.0.ebuild

index 50f38300a5a1a5696fae32f6b6aee86c2d9a7d1b..9f74aae46a14cd30141fcadc1cfe6266ef2096d6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 76f1d784ee90e12fdf81a26a33e71122a3955dca..13a0f94d191cd399a1d30077a3ae697af5fb1b06 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1