dev-python/pylibmc: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:29:43 +0000 (20:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:37:17 +0000 (20:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pylibmc/pylibmc-1.5.1-r1.ebuild
dev-python/pylibmc/pylibmc-1.6.1-r1.ebuild

index c5c3088a455f417d2c2ac1116f5313e92e2647a5..a8c201bb4de2c43704e151695439583184e60cbe 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 0e0fadaef8a7e5658e097e84cc1ed9e7ad56ae76..64bdc8f3b6caf9727157a76190f24f10361edb87 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}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1