dev-python/cx_Freeze: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:11:52 +0000 (17:11 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:11:52 +0000 (17:11 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/cx_Freeze/cx_Freeze-4.3.4.ebuild
dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild

index 4d28b631cef882edb00edd6eba46a99a51bc2feb..a366fb3482229bfafec447aa934c1928ea4a23c4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
 inherit distutils-r1
 
 DESCRIPTION="Create standalone executables from Python scripts"
index 52bac57fad1e304527e8abf6595e978cdfbeaf85..443dc221b367d4019db2947d5608ccf71bedd769 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Create standalone executables from Python scripts"