dev-python/case: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:40:43 +0000 (14:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:42:31 +0000 (14:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/case/case-1.5.2-r1.ebuild
dev-python/case/case-1.5.3.ebuild

index d078118426beac403bb637f185949df61732df6b..85cca93f22aaf34588a5748247d15547239e1b21 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index 6a8f2b244ed30d29efc19dbb9bc42413357a58db..6dee7201f5759209afbda7e7a4fc9c312e98468d 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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1