dev-python/pytrie: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:54:53 +0000 (21:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:19 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytrie/pytrie-0.3.1.ebuild
dev-python/pytrie/pytrie-0.3.ebuild

index 6e691bcdaff09df1228dc14a46681350344715f3..565ed0863459576ddb19cc05372af7e977791d23 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 89b2e162a304d9d8c99f1096aea78275d443ff26..458bf5c0f666c78dc0064b14094940a1c3e560be 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1