dev-python/repoze-lru: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:02:15 +0000 (22:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:35 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/repoze-lru/repoze-lru-0.6-r2.ebuild
dev-python/repoze-lru/repoze-lru-0.6-r3.ebuild
dev-python/repoze-lru/repoze-lru-0.7.ebuild

index d02c1b6e98a0d4f37c8832aeb996726f89b90973..2616206005f180864470becc3b065088ea0c6840 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 51e89b36cd76085ce5c4f6069d3fd3e73030fd94..e09a6b53a364d83866b245a02d0d8e0d06b48191 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 64187abab66aa503316520c38e7df9c570664e77..4746ba1b286c44bc5f38574c44c7506d8cc03b13 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