commit:     a0759429e7429c34dcf60326cf55fce1b830c9a8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 22:05:16 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 09:46:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0759429

dev-python/python-zunclient: Remove Python 2 support

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-zunclient/python-zunclient-1.1.0.ebuild | 2 +-
 dev-python/python-zunclient/python-zunclient-2.1.0.ebuild | 2 +-
 dev-python/python-zunclient/python-zunclient-3.3.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-zunclient/python-zunclient-1.1.0.ebuild 
b/dev-python/python-zunclient/python-zunclient-1.1.0.ebuild
index d62c31a6ee2..ffa87330c62 100644
--- a/dev-python/python-zunclient/python-zunclient-1.1.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-1.1.0.ebuild
@@ -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"

diff --git a/dev-python/python-zunclient/python-zunclient-2.1.0.ebuild 
b/dev-python/python-zunclient/python-zunclient-2.1.0.ebuild
index bdbc62d3841..83948b75a1c 100644
--- a/dev-python/python-zunclient/python-zunclient-2.1.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-2.1.0.ebuild
@@ -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"

diff --git a/dev-python/python-zunclient/python-zunclient-3.3.0.ebuild 
b/dev-python/python-zunclient/python-zunclient-3.3.0.ebuild
index 82c7828ac21..18ae2b86aa1 100644
--- a/dev-python/python-zunclient/python-zunclient-3.3.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-3.3.0.ebuild
@@ -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
 

Reply via email to