commit:     5b80103994f5acbc17f82969ad9646849fdd1993
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 18:38:47 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 18:38:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b801039

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       |  3 --
 .../google-api-python-client-2.34.0.ebuild         | 45 ---------------------
 .../google-api-python-client-2.35.0.ebuild         | 45 ---------------------
 .../google-api-python-client-2.36.0.ebuild         | 45 ---------------------
 .../google-api-python-client-2.38.0.ebuild         | 47 ----------------------
 5 files changed, 185 deletions(-)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 7e0851d09cea..9bd163cb7605 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,5 +1,2 @@
-DIST google-api-python-client-2.34.0.tar.gz 28469433 BLAKE2B 
aa2c8849b629fe489cf39cddd410a40a0af0bddfa5f370a4a41c1446aeadf69cd4592eeb1d76e6c63da9737906801aea9c8a4d706328b63a7bf5b34a43b83e00
 SHA512 
321dfdd3ba821beabc6c3a96575afd06c75a0c8e3db61b1ff5fa9db472e62de81b037c435a1051d6294c2a37e471bcaa068cd27ad7434a3416231d31931dd74e
-DIST google-api-python-client-2.35.0.tar.gz 28553015 BLAKE2B 
8ff92145f280e090b8f43c10e425dd4a8fe65b4cf565c5b5a0df2813cdb8ba1bcea50e37556efb9dd0b270a21fe11b7d6d1b445c8fdaa83326c7dc6230ee1fdb
 SHA512 
4d0325b79250a26ae252568759e8345d31d692aa1d8f1d7aae623bb9a1a950efae654cd689d39f30450789c6d4fa9ca264111f8a9e798820cf6d0c3acba904f6
-DIST google-api-python-client-2.36.0.tar.gz 28624616 BLAKE2B 
738d89e740ded848683a4bc5c1d4b27f57acb817c54397ed563de376fa395d1202c47fd4b42046f313b31c826fb3d0fc2e3761c0779bf9c9718b3b2923fc63a3
 SHA512 
bdca303fa84f5cb510102265ebb7629b48b939c8d7a01420e61635ef4c461f62b6dfa6f29e96060a80d86baf0ea6587d88b0ec64a7b4c6b32563921c3a1a53ca
 DIST google-api-python-client-2.37.0.tar.gz 28868090 BLAKE2B 
971fa3a873c902a34c100066a026ab6698d142a4875282d8be890b403a2edf1f00ea5a3dc4bcf90a30ad9dfb8aa5e1d5eb1b60e64a6718a6e054d49b7ff94afc
 SHA512 
72543f78779403a5d16cfae8f84718d7a6dc08e9fcaa4e97d7a1f6e5ba6594b3a87762e229b94ccfc3a3ca196bbe0cd17c5fde949d101d5975b61cdc57a32622
 DIST google-api-python-client-2.38.0.tar.gz 29194978 BLAKE2B 
741cf925256f0bd648e68c339233cfc13a9eaa12e123e202eab64b8389bc493755838c3da8ca4e7f4ffeecacec783c41f37df1847edf0fb54387d58163c112fc
 SHA512 
b93f1f946ebab226b9fdd9012c3ae70563197a895d9069f09c7eb8926cd8fe5567535d3677a6824f66720b9ed1f0a732f02be9440dc800a13cb7e335728a3ce8

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.34.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.34.0.ebuild
deleted file mode 100644
index ee4279a8e2a4..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.34.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 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.35.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.35.0.ebuild
deleted file mode 100644
index b7db8f42faf4..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.35.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 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.36.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.36.0.ebuild
deleted file mode 100644
index 13b520b44abe..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.36.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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 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
-       )
-
-       epytest tests
-}

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.38.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.38.0.ebuild
deleted file mode 100644
index d12380148d9f..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.38.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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 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
-       )
-
-       epytest tests
-}

Reply via email to