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

index cfb17710ae8655a32f29bc1d957beeed587e7880..4f5517811696b92ad98444e013d4aab060d7aaaa 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="A library to handle official service types for OpenStack and it's aliases."
index ca1211ae2cf05ba21eec2ee9f555abab81eef9f9..d82a40b4fefca85fd9bce247f2bf29ca04c637c0 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 ca1211ae2cf05ba21eec2ee9f555abab81eef9f9..d82a40b4fefca85fd9bce247f2bf29ca04c637c0 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