commit:     a38dd1e21b8abfe39c7dc97a846fbe6653ecf569
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 11:12:13 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  6 11:12:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38dd1e2

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-1.8.3-r1.ebuild       | 50 ----------------------
 .../google-api-python-client-2.0.0.ebuild          | 46 --------------------
 .../google-api-python-client-2.0.2.ebuild          | 49 ---------------------
 .../google-api-python-client-2.1.0.ebuild          | 49 ---------------------
 5 files changed, 198 deletions(-)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 9ddbb81c64c..64f9c9bf915 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-1.8.3.tar.gz 13537177 BLAKE2B 
00b1d46f349a8ad66d08a01da31aed224260ad38f0ee2d7a5b68afe29264234475d28b33cd95addf9f7020fa052e9528b01a4c9cdb73e2ca5742134c4f8f86b5
 SHA512 
7b9138b27bf032cc1b8beb321459ba5935ed31e4965fa783e472b9483cfd0e97c1da6a34e84fb8c939c462fac462d3f0d853266586ab37be8f890a6b873cf4e6
-DIST google-api-python-client-2.0.0.tar.gz 23121166 BLAKE2B 
427160b34982438ef7b2ded441623daf49285c5734313f49cc47d1bef5a86a80613ae357a0307b84c145219c44d301b5fb5243bda9f4005c56aa2de97efe112c
 SHA512 
1172e50349d2062e1c79d864c0b9602a1a51823c4453f68f1d6d8644fca330ef7767168cdd45623452271930c0234ff07a94fa694509095bffd8724be3961c2b
-DIST google-api-python-client-2.0.2.tar.gz 23122914 BLAKE2B 
0df0b44b2e86088069c5abc1916e733340ccfdb5be7629a2b5f1fcc8e5597183213d2ec149ef64a879bd50710ac804839b7d3be3d912ff6f132473dc6b4050f1
 SHA512 
9224a1f925ddeedfa0237372b4c5d1dbab913e07a8885398b955ff188decea68ebcde36fdc06394674e31d8ff4dee02aba0e13ebf8f599b1fc19854c21f9ce85
-DIST google-api-python-client-2.1.0.tar.gz 23921001 BLAKE2B 
8594d79a0eb71587c2d0d55c3d9bc1414f5ec057594324638947fb408182a58f04a8672bbbfeda95a262ff2888d93e3e103730f592caf4d884d392f8ed894824
 SHA512 
c76075920a3e56f3d64ada1973ade61bb3806afd63e5bd184074b4a3a16e143aa5662543127e98451a942c6b47e8f9f28002ef52b548fc8702ef703c0da33cf4
 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

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
deleted file mode 100644
index c37ee31943b..00000000000
--- 
a/dev-python/google-api-python-client/google-api-python-client-1.8.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-python/chardet[${PYTHON_USEDEP}]
-       >=dev-python/httplib2-0.9.2[${PYTHON_USEDEP}]
-       <dev-python/httplib2-1[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/google-api-core[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-1.4.1[${PYTHON_USEDEP}]
-       >=dev-python/google-auth-httplib2-0.0.3[${PYTHON_USEDEP}]
-       >=dev-python/uritemplate-3.0[${PYTHON_USEDEP}]
-       <dev-python/uritemplate-4[${PYTHON_USEDEP}]
-       >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-       <dev-python/six-2[${PYTHON_USEDEP}]
-       "
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
-               dev-python/oauth2client[${PYTHON_USEDEP}]
-               dev-python/rsa[${PYTHON_USEDEP}]
-               dev-python/unittest2[${PYTHON_USEDEP}]
-       )"
-
-PATCHES=(
-       "${FILESDIR}/google-api-python-client-1.8.3-tests.patch"
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       distutils_install_for_testing
-       pytest -vv || die "tests fail with ${EPYTHON}"
-}

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.0.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.0.0.ebuild
deleted file mode 100644
index f2bb3877647..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.0.0.ebuild
+++ /dev/null
@@ -1,46 +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.0.3[${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/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.0.2.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.0.2.ebuild
deleted file mode 100644
index c99cd35d27c..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.0.2.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.0.3[${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.1.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.1.0.ebuild
deleted file mode 100644
index 57f77829418..00000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.1.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}"
-}

Reply via email to