dev-python/toolz: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:23:19 +0000 (07:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:38:18 +0000 (07:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/toolz/toolz-0.8.0.ebuild
dev-python/toolz/toolz-0.8.2.ebuild
dev-python/toolz/toolz-0.9.0.ebuild

index cf0e788c22db07db7712d0cfff760505816cb0ab..b26289aab42276052ae68b07a5020c9872516a82 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 194bea99e184a95a63a086edcc02c39d98662e08..0a342536e08d93ffcad16b7ea9db840f110a011e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 5c7ce0a8da311e991cb6548718b79baa646f3bd2..67bb2da757d92602cae425617dbc11fd9ff735a7 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