diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:41:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:47:54 +0100 |
commit | 9d85e1959e31462fbb36abdf79d98b1e4598fdc2 (patch) | |
tree | 9955234c92cf4e627c7092d25173023c6cb7b811 /dev-python/google-auth | |
parent | dev-python/google-auth-oauthlib: Remove py2 (diff) | |
download | gentoo-9d85e1959e31462fbb36abdf79d98b1e4598fdc2.tar.gz gentoo-9d85e1959e31462fbb36abdf79d98b1e4598fdc2.tar.bz2 gentoo-9d85e1959e31462fbb36abdf79d98b1e4598fdc2.zip |
dev-python/google-auth: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-auth')
-rw-r--r-- | dev-python/google-auth/google-auth-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/google-auth/google-auth-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/google-auth/google-auth-1.4.1.ebuild | 2 | ||||
-rw-r--r-- | 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 3439a9b7bde1..553ccb457d1c 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 f36bfdca3b9f..363f92d4a6af 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 3d075164ca22..094f852eece4 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 1baba96c4b41..8ab4aa30d8ee 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 |