commit: 9d85e1959e31462fbb36abdf79d98b1e4598fdc2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 15:41:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 15:47:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d85e195
dev-python/google-auth: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/google-auth/google-auth-1.0.1.ebuild | 2 +-
dev-python/google-auth/google-auth-1.1.0.ebuild | 2 +-
dev-python/google-auth/google-auth-1.4.1.ebuild | 2 +-
dev-python/google-auth/google-auth-1.6.3.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/google-auth/google-auth-1.0.1.ebuild
b/dev-python/google-auth/google-auth-1.0.1.ebuild
index 3439a9b7bde..553ccb457d1 100644
--- a/dev-python/google-auth/google-auth-1.0.1.ebuild
+++ b/dev-python/google-auth/google-auth-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/google-auth/google-auth-1.1.0.ebuild
b/dev-python/google-auth/google-auth-1.1.0.ebuild
index f36bfdca3b9..363f92d4a6a 100644
--- a/dev-python/google-auth/google-auth-1.1.0.ebuild
+++ b/dev-python/google-auth/google-auth-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/google-auth/google-auth-1.4.1.ebuild
b/dev-python/google-auth/google-auth-1.4.1.ebuild
index 3d075164ca2..094f852eece 100644
--- a/dev-python/google-auth/google-auth-1.4.1.ebuild
+++ b/dev-python/google-auth/google-auth-1.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/google-auth/google-auth-1.6.3.ebuild
b/dev-python/google-auth/google-auth-1.6.3.ebuild
index 1baba96c4b4..8ab4aa30d8e 100644
--- a/dev-python/google-auth/google-auth-1.6.3.ebuild
+++ b/dev-python/google-auth/google-auth-1.6.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1