dev-python/urwidtrees: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:51:42 +0000 (07:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:03 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild
dev-python/urwidtrees/urwidtrees-1.0.2.ebuild

index a8dfefc6b3595baac640922c5c16bbd753c1f267..68baa31a988112e625030aaf020e71feb51520b5 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
 
index c9ce814892622251622e2cd592f7e60af88bb13a..628ea5e2392a643af8384bf91ed491545d635e37 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1