commit:     3914358b2bb0363bfb16122972f5928c667eb080
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 21:02:48 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 21:08:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3914358b

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.2.0.ebuild          | 49 ---------------------
 .../google-api-python-client-2.3.0.ebuild          | 50 ----------------------
 .../google-api-python-client-2.5.0.ebuild          | 49 ---------------------
 .../google-api-python-client-2.6.0.ebuild          | 49 ---------------------
 5 files changed, 201 deletions(-)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 984bdc3d677..f012f658b6b 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,6 +1,2 @@
-DIST google-api-python-client-2.2.0.tar.gz 24631108 BLAKE2B 
377b87d30a0adb2bdbf983e9821e8be5db371e70572d79cafc1c4d231206461d50373b87aed5927cf5a485c3c1b21819db2719107cf58472551a7a0f858d8090
 SHA512 
9e921aa4b3868f85ecc3eb572d465c13851b1dfa0e84d11706821d5d02511cd4ae4fab4b9b55c606446d5753dccb973a99de888fbfa890aa1fcb6083fde976de
-DIST google-api-python-client-2.3.0.tar.gz 24912943 BLAKE2B 
60233808f0f6243c37e8915791975e9aa10fa2d82e54c183582db9712dc36920d7d99f6caa67a25a96b1806ae9f96fd4f371010472b753f7a80d5e4fab49bd3e
 SHA512 
11b9ba2f6417c017d47c9563460c38afdbfd01658e6c0f1812b1cdd1068b04bd37bb362e2ade4214fcc9a89d758f31bc977e281b093793a48641a2b7d926715e
 DIST google-api-python-client-2.4.0.tar.gz 24853833 BLAKE2B 
4ed2083a9bb8b4f8fe31ab5dbd7875c0c36c972cdb0f71a59565fe4eb23ff1ef0a40794acd7af9646c1ee3904fbab3caaeb2700a3660b66d3069d2bc4f811e76
 SHA512 
db545850b9d2746e3bcf7b4a2f12b0d4827bd68f44d5627fd80d39bff2ca3303c8d520f72ee17637fe700bc935548706ce885ff0d7fe737ae157668e0314fbc6
-DIST google-api-python-client-2.5.0.tar.gz 24996941 BLAKE2B 
cd29420cde87584324fedc8a0ebb91fa20e65a84418cab1eae8ac5a7adedbb09a8f5b1367e3ff7606f448b1125c6d4289cb2dcd908031707774fe7dad50c9229
 SHA512 
b97abbf87aab42ea14907500d5955d43e318087a73ddb08c43d8f073aefdb56ef31dce7d3ce054ac8bbe6140d5adbb6a54dc977b4c504cad00fe99937f5acb7e
-DIST google-api-python-client-2.6.0.tar.gz 25405797 BLAKE2B 
4961d4940b82edb1ef839b7433c69a0c0abded1593a7a229a97e52f42583d6808a3325d76a1dab4c6ff3d9c66462190e408ac22afc66b8c0585205ff7b0974af
 SHA512 
eaf0bb958d54a5b74916ac962e6d0b1b55679ffe6a2bf663e0574a86c799e9ba3ae49ff9a986b81ebe8ba407c8dfe4e46388325f3725afe49f2b157fca10b978
 DIST google-api-python-client-2.7.0.tar.gz 25488451 BLAKE2B 
a8a761944fed3970ae0cf53b2cb926a6670ac37323c39085a5f7fb4f354451292fca4bbb2c34a72d086dfa961b74a72f66319f6bbc2505ef70f5c94aff3f7a0e
 SHA512 
531e919cc9d0cffc49b31d881a6ee3adb2d9cc166813b5884c300e9a3b63b28c9c269a0d1efe47961fa61f79ec5adb8a12e2208b644fd62ed4baa66c56d219ba

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.2.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.2.0.ebuild
deleted file mode 100644
index 390300fdfff..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.2.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..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.16.0[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-4[${PYTHON_USEDEP}]
-       >=dev-python/six-1.13.0[${PYTHON_USEDEP}]
-       <dev-python/six-2[${PYTHON_USEDEP}]
-       "
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-               dev-python/unittest2[${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
-       pytest -vv ${deselect[@]/#/--deselect } ||
-               die "Tests failed with ${EPYTHON}"
-}

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.3.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.3.0.ebuild
deleted file mode 100644
index 4a2588364e7..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..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.16.0[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-4[${PYTHON_USEDEP}]
-       >=dev-python/six-1.13.0[${PYTHON_USEDEP}]
-       <dev-python/six-2[${PYTHON_USEDEP}]
-       "
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-               dev-python/unittest2[${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
-       pytest -vv ${deselect[@]/#/--deselect } ||
-               die "Tests failed with ${EPYTHON}"
-}

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.5.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.5.0.ebuild
deleted file mode 100644
index 5ab50082b8d..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.5.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..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.16.0[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-4[${PYTHON_USEDEP}]
-       >=dev-python/six-1.13.0[${PYTHON_USEDEP}]
-       <dev-python/six-2[${PYTHON_USEDEP}]
-       "
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-               dev-python/unittest2[${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 ${deselect[@]/#/--deselect }
-}

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.6.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.6.0.ebuild
deleted file mode 100644
index 5ab50082b8d..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.6.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..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.16.0[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-4[${PYTHON_USEDEP}]
-       >=dev-python/six-1.13.0[${PYTHON_USEDEP}]
-       <dev-python/six-2[${PYTHON_USEDEP}]
-       "
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/parameterized[${PYTHON_USEDEP}]
-               dev-python/unittest2[${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 ${deselect[@]/#/--deselect }
-}

Reply via email to