dev-python/python-zaqarclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:38:35 +0000 (11:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:12 +0000 (10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-zaqarclient/python-zaqarclient-1.11.0.ebuild
dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild

index 89574d3df784b6385e3847a316b95cd44aaeec35..9562e9703a1c426af1098a43439a53a5b14356fd 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 e3055ba6d59efef4385334f1a03f023e6b05f836..f565f9a353f5803058a221f516554b813c747aec 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