dev-python/python-keystoneclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:37:55 +0000 (11:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:59 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-keystoneclient/python-keystoneclient-3.15.0.ebuild
dev-python/python-keystoneclient/python-keystoneclient-3.17.0.ebuild
dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild
dev-python/python-keystoneclient/python-keystoneclient-3.21.0.ebuild

index 700faad3e7663e86b372808717db9fe1bdc9203e..cad3612fe0df5cd14f28dea8550e58f08a148194 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 18635c8b7359b9951f5f979f07997d4fa983855d..1cf67d4f5ebe6225ffb7da35baa1ff55f3c60064 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 5246344e0c352639900259e45c3ba15fa007036c..c9534e0be00c3092f351b7521718bf37c4c0321f 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 5246344e0c352639900259e45c3ba15fa007036c..c9534e0be00c3092f351b7521718bf37c4c0321f 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