diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:40:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 16:47:50 +0100 |
commit | 62443182d68620572d421b98923412739d209953 (patch) | |
tree | 6d8f88b95ec48eb3b21636b6be416e3404d3bfb1 /dev-python/google-api-python-client | |
parent | app-misc/gcalcli: Remove py2 (diff) | |
download | gentoo-62443182d68620572d421b98923412739d209953.tar.gz gentoo-62443182d68620572d421b98923412739d209953.tar.bz2 gentoo-62443182d68620572d421b98923412739d209953.zip |
dev-python/google-api-python-client: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client')
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/google-api-python-client/google-api-python-client-1.5.3.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.5.3.ebuild index e77c75887077..c66c66487bde 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.5.3.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.5.3.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/google-api-python-client/google-api-python-client-1.6.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild index a89e87eef3a7..dfb0efc4bc83 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.6.2.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/google-api-python-client/google-api-python-client-1.6.5.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.6.5.ebuild index 531e5b76ba00..d3edcaf291da 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.6.5.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.6.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.7.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.7.0.ebuild index 1c8b3d211e87..140bfc9d35cc 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.7.0.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.7.9.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.7.9.ebuild index 1c8b3d211e87..140bfc9d35cc 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.7.9.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.7.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |