dev-python/oauth2client: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:42:37 +0000 (16:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:47:55 +0000 (16:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oauth2client/oauth2client-2.0.1.ebuild
dev-python/oauth2client/oauth2client-2.2.0.ebuild
dev-python/oauth2client/oauth2client-4.1.2.ebuild
dev-python/oauth2client/oauth2client-4.1.3.ebuild

index 9e4fe5bf637b964f4d7ea9336c38a98b936b4d2c..d9abd69e6a8eb903bc36b322c426fb33cc0a82c7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
 
 inherit distutils-r1
 
index 750cc3869f83694ada60e11134cb547e0b84e326..1e40b242be1efd1e051a14262ef521f7038763a2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
 
 inherit distutils-r1
 
index 5a6e3debe7d42aab3cb62e95abfb4431eb0d331e..8a4381e866dbfa6ce7b0b61d504cd6d211180cf6 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
 
index 22cdb28cf89609a2ba36c6ddb3cd2acb27bb4886..9142e679b2089d1eb8b5c71bab9b30f2ad9d9a70 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,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1