dev-python/zict: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:11:53 +0000 (15:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:24:11 +0000 (15:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/zict/zict-0.1.2.ebuild
dev-python/zict/zict-0.1.3.ebuild
dev-python/zict/zict-0.1.4.ebuild

index c2c724b4931b09851c54e3da576e9a324c2c9ad4..85e4db0c5b5b497fe79c57e259f2550ef94944e8 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 409eb9478ea01ee3f4ed324e9a539ee7987b4fb0..5fb26c305b971705fef5abb13a6bb8fca6fe6bd3 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 05b954bd6283b8d787c12f057e9ab4c9a0d7c035..ff9e1def3a60efbe63d7f0346b939f28ef8e3669 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