commit:     c6a40ca969241cfac9024188b8b0b8f564e26ec1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 14:25:03 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 14:45:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a40ca9

dev-python/google-api-python-client: Remove old

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

 dev-python/google-api-python-client/Manifest       |  4 --
 .../google-api-python-client-2.27.0.ebuild         | 45 ----------------------
 .../google-api-python-client-2.28.0.ebuild         | 45 ----------------------
 .../google-api-python-client-2.29.0.ebuild         | 45 ----------------------
 .../google-api-python-client-2.30.0.ebuild         | 45 ----------------------
 5 files changed, 184 deletions(-)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index fd3e0eda0265..efc6b2a48e2c 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,5 +1 @@
-DIST google-api-python-client-2.27.0.tar.gz 27434968 BLAKE2B 
95575f70ec3a7cb71a252495c8daa74ee06fc5499c4b9febbb4f492db9d043e1a67d78bb7a5cafb64bf50697922b1b5f92cf8e5d023fab762cd4dc585507d139
 SHA512 
7486cb120ca726a7ba57e8629e6e369c49d1de4459986c1458d087fd1c01be2979ac0d30697d50adbb1ff67c0d262e68bb17c7f43e1148db62d04b7befe3af2f
-DIST google-api-python-client-2.28.0.tar.gz 27582046 BLAKE2B 
84803c124bdda7d93a28b9690848ab2a41bcb1327feb26cb13c17b395f6fa57d86cb4ae01095966cf5423a821c49996931dde45f95d5f23fedc05e09f875de3a
 SHA512 
d9cbec2ad600af281df2ad6db34d146a37b8248240357d7bc8a7c651d06029dc9dba2e408aa6b7f364e30ffd2b063926e67b184d90ff66f771974ca84979d8db
-DIST google-api-python-client-2.29.0.tar.gz 27697101 BLAKE2B 
e8c9ea3e6a0ff89dce9baef9328dd6a424b096cafe00504f28b516c753c5e9a861fe472edd3e980861c244b0642589cddf537f9a0a37ec9e089ea533b8b5d22c
 SHA512 
c842c16496349fff2ba9522fc7144342024fcb056a79c50350c9fdd01a44f843aaaf5c7f8058595029815c0b9d4d7014ea41d28647dae6780a4dc9ee1bcddad2
-DIST google-api-python-client-2.30.0.tar.gz 27735458 BLAKE2B 
5ed8d7d08643bd0f67d51b4316f5eed5ff247fb68ab751cd95a35015a738601ead2b5e96b5c32293386b01297eeaf8eb80e1102f6a3364241e375c0c10461d1e
 SHA512 
b9b403f2c8face4277858231cd72ef79d39191ca6dd1cb763ad1216a9c14315d46a08e7d70c835254c0f1405bc519bce81ac71917e03c0fa133db128edad2ff8
 DIST google-api-python-client-2.31.0.tar.gz 27822400 BLAKE2B 
447d97ec10376c1a9e911023051b8e3e278db782f91e0e4c1eb72f4ba54db0498439fca42633bc9fdf16ac2982a286103d6d7a99b701b0ff30e024e131b5e175
 SHA512 
80359f415e2ec4c42b7e12aa333d91849a4246fd744ec627397099be261176add44bf4ada875bc353729bbbca589be59e6cad3810f609d9d23f9fb458bf2c69e

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.27.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.27.0.ebuild
deleted file mode 100644
index 1f9e418e28c2..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.27.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="https://github.com/googleapis/google-api-python-client";
-SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-       >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
-       <dev-python/httplib2-1[${PYTHON_USEDEP}]
-       dev-python/google-api-core[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-5[${PYTHON_USEDEP}]
-       "
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests --install pytest
-
-python_test() {
-       local deselect=(
-               # require Internet access (and credentials)
-               
tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
-               
tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
-       )
-
-       distutils_install_for_testing
-       epytest tests ${deselect[@]/#/--deselect }
-}

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.28.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.28.0.ebuild
deleted file mode 100644
index 274177292963..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.28.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="https://github.com/googleapis/google-api-python-client";
-SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-       >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
-       <dev-python/httplib2-1[${PYTHON_USEDEP}]
-       dev-python/google-api-core[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-5[${PYTHON_USEDEP}]
-       "
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests --install pytest
-
-python_test() {
-       local deselect=(
-               # require Internet access (and credentials)
-               
tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
-               
tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
-       )
-
-       distutils_install_for_testing
-       epytest tests ${deselect[@]/#/--deselect }
-}

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild
deleted file mode 100644
index 94711a2ec4c1..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="https://github.com/googleapis/google-api-python-client";
-SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-       >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
-       <dev-python/httplib2-1[${PYTHON_USEDEP}]
-       dev-python/google-api-core[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-5[${PYTHON_USEDEP}]
-       "
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests --install pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # require Internet access (and credentials)
-               
tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
-               
tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
-       )
-
-       distutils_install_for_testing
-       epytest tests
-}

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild
deleted file mode 100644
index 94711a2ec4c1..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Google API Client for Python"
-HOMEPAGE="https://github.com/googleapis/google-api-python-client";
-SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-       >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
-       <dev-python/httplib2-1[${PYTHON_USEDEP}]
-       dev-python/google-api-core[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-5[${PYTHON_USEDEP}]
-       "
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests --install pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # require Internet access (and credentials)
-               
tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
-               
tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
-       )
-
-       distutils_install_for_testing
-       epytest tests
-}

Reply via email to