dev-python/zc-lockfile: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:02:58 +0000 (08:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:51 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
dev-python/zc-lockfile/zc-lockfile-2.0.ebuild

index 0cc2e04dc84bb051dc15d253e5e707c93baddc79..865969ca40497c19f3d1af25a31048fa9f3990e5 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} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
 
 inherit distutils-r1
 
index a92d5f9a547e7c0c2347114df36be6401c93b49b..29d32611f280ff88995348ae96aa4329cf73fce3 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,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1