dev-python/os-traits: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:17:21 +0000 (22:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:24 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/os-traits/os-traits-0.11.0.ebuild
dev-python/os-traits/os-traits-0.16.0.ebuild
dev-python/os-traits/os-traits-0.5.0.ebuild

index 65528f14e14b44e2c7954f4b83a905aa2da2a263..92ca6d87d411d2146db0df583d0ed31c85ff507d 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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 65528f14e14b44e2c7954f4b83a905aa2da2a263..92ca6d87d411d2146db0df583d0ed31c85ff507d 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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 293085fcf16dc7313ca6167c9268c404f2b4e024..f36ab09fb6b504067496123bde7b7a775bfaf40c 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