commit:     886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 15:42:37 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 15:47:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886ae430

dev-python/oauth2client: Remove py2

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

 dev-python/oauth2client/oauth2client-2.0.1.ebuild | 2 +-
 dev-python/oauth2client/oauth2client-2.2.0.ebuild | 2 +-
 dev-python/oauth2client/oauth2client-4.1.2.ebuild | 2 +-
 dev-python/oauth2client/oauth2client-4.1.3.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/oauth2client/oauth2client-2.0.1.ebuild 
b/dev-python/oauth2client/oauth2client-2.0.1.ebuild
index 9e4fe5bf637..d9abd69e6a8 100644
--- a/dev-python/oauth2client/oauth2client-2.0.1.ebuild
+++ b/dev-python/oauth2client/oauth2client-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
 
 inherit distutils-r1
 

diff --git a/dev-python/oauth2client/oauth2client-2.2.0.ebuild 
b/dev-python/oauth2client/oauth2client-2.2.0.ebuild
index 750cc3869f8..1e40b242be1 100644
--- a/dev-python/oauth2client/oauth2client-2.2.0.ebuild
+++ b/dev-python/oauth2client/oauth2client-2.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
 
 inherit distutils-r1
 

diff --git a/dev-python/oauth2client/oauth2client-4.1.2.ebuild 
b/dev-python/oauth2client/oauth2client-4.1.2.ebuild
index 5a6e3debe7d..8a4381e866d 100644
--- a/dev-python/oauth2client/oauth2client-4.1.2.ebuild
+++ b/dev-python/oauth2client/oauth2client-4.1.2.ebuild
@@ -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
 

diff --git a/dev-python/oauth2client/oauth2client-4.1.3.ebuild 
b/dev-python/oauth2client/oauth2client-4.1.3.ebuild
index 22cdb28cf89..9142e679b20 100644
--- a/dev-python/oauth2client/oauth2client-4.1.3.ebuild
+++ b/dev-python/oauth2client/oauth2client-4.1.3.ebuild
@@ -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
 

Reply via email to