dev-python/python-zunclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 22:05:16 +0000 (23:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:46:12 +0000 (10:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-zunclient/python-zunclient-1.1.0.ebuild
dev-python/python-zunclient/python-zunclient-2.1.0.ebuild
dev-python/python-zunclient/python-zunclient-3.3.0.ebuild

index d62c31a6ee20616807f5198bfa83ba64bb2e92ce..ffa87330c6280f1be0cb46d760e9286886fcdbad 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A client for the OpenStack Zun API"
index bdbc62d38414e3c9f54010e8d9ab91c18cc543eb..83948b75a1ca9679ec6b7e48c58f041698e83337 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A client for the OpenStack Zun API"
index 82c7828ac2140dfc0a28f7d6bb4bba91561fa707..18ae2b86aa176cd1f4a24e20dd5eeab69b3eae58 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