dev-python/oslo-policy: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:40:46 +0000 (22:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:49 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-policy/oslo-policy-1.38.1.ebuild
dev-python/oslo-policy/oslo-policy-2.1.1.ebuild
dev-python/oslo-policy/oslo-policy-2.3.2.ebuild
dev-python/oslo-policy/oslo-policy-2.3.3.ebuild

index b0819e4f3b2447583d927290cc0463e3d3cc0c02..85007c3f1dfa4735aceefa123d6dcbcbfc5affc1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 5f4ce40598e022cadb8d2d1f1ccbec5dc2566ed9..c3144b2fa23ac7173b104f5b6a923cbe80ce7308 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,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 5f4ce40598e022cadb8d2d1f1ccbec5dc2566ed9..c3144b2fa23ac7173b104f5b6a923cbe80ce7308 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,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index e5f2582807b6fa988ecbc3fbb51333571499038c..099d09f598fe31b0936a057ab5093a9047ff1069 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,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1