Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
Date: Wed, 27 Apr 2022 06:46:45
Message-Id: 1651041995.fd3158c9be3337b1b8a4e65118057b769a42e774.mgorny@gentoo
1 commit: fd3158c9be3337b1b8a4e65118057b769a42e774
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 06:42:36 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 06:46:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3158c9
7
8 dev-python/google-api-python-client: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-api-python-client/Manifest | 3 --
13 .../google-api-python-client-2.41.0.ebuild | 47 --------------------
14 .../google-api-python-client-2.42.0.ebuild | 47 --------------------
15 .../google-api-python-client-2.43.0.ebuild | 50 ----------------------
16 4 files changed, 147 deletions(-)
17
18 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
19 index dc1571ed4af2..206fee054ab7 100644
20 --- a/dev-python/google-api-python-client/Manifest
21 +++ b/dev-python/google-api-python-client/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST google-api-python-client-2.41.0.tar.gz 29608471 BLAKE2B 5a6f9eb414f02b9528d0ee8f8777da6596bd298f6aea8191966d1ebaa67219f8ea2e44a77bc667bfedab39c4ab0352a13ba04fd805f0df9a6936247cd4cf3481 SHA512 b9ee6a4374438d019d0efd09d02426c1c773fd2ca561e2bf91e426535fec2865a47a32cc5cf780e5e7da193ca3d8b5677339fee2a4983e7f4af9612d901c883d
24 -DIST google-api-python-client-2.42.0.tar.gz 29772877 BLAKE2B f478a719c3a6ef2f78d1fa16c231d47f2d72b55e67746612579f644b92dbd93ebd7f320f0684d85c1c1e253ed2f5163d7f6ce2904343bbe7a4f6746889663970 SHA512 e55cd75dec478a3410829a7eb7ee5478b52b44450d4ade69e3a7ee11b30e5ab5690c93ff6444f4b723db6cd1f26ac70553b3f1b9c77dc0b428db271b773faa9f
25 -DIST google-api-python-client-2.43.0.tar.gz 29820752 BLAKE2B d0f7337f2d63d9db2da3526670a5f034103cb1b2e3eefcc77fea6d15258d185c06c238662de6d304e73b4f9ea25f8b202386eae8b7b94d7c52ad2b6c15d2ea76 SHA512 0e59f22b0c03d1b29247219e39a83bf6b637afe3eddfa302ecd34acc30bebb850f771e4b7b5c24e5a607ddd74ef6833fe0597465776d00675ed868612ebd1d70
26 DIST google-api-python-client-2.44.0.tar.gz 29961288 BLAKE2B 3bb7d421c76180009c7105d693edc32c5f6af7d853cf9f70d18001976e854c343d6d9e03ad5210562a1c1c17c5127b6d96d2b12128997a8007bc027eb10c841d SHA512 8a12684117a1bdd6b72ec6fce2e7d1e48115e05788e39c8aaad8f6095e4bdc3245f6c471044e6b0e6983210f8cd0328bb9ef459f55c4c9b973a89a658a30677b
27 DIST google-api-python-client-2.45.0.tar.gz 30011332 BLAKE2B e8a734a7aea1152ac92427de7059fa59216ba96c5fc68976b341fe0fcdd8851cbbcf1eb8e9cdc37cd18eec5cce0e8f87d3832b0df39c8795f3363f61c457a17e SHA512 b0adabae6ea29390fa7506cd7b846b8499591e49ecb247818b7304683c4ea3def25203a106b371ceff5e576c84f3ab207ffd428cb7b1b543b170c2ef0ea731d4
28
29 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.41.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.41.0.ebuild
30 deleted file mode 100644
31 index e50aafd6b03d..000000000000
32 --- a/dev-python/google-api-python-client/google-api-python-client-2.41.0.ebuild
33 +++ /dev/null
34 @@ -1,47 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Google API Client for Python"
46 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
47 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm ~arm64 x86"
52 -
53 -RDEPEND="
54 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
55 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
56 - >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
57 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
58 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
59 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
60 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
61 -"
62 -BDEPEND="
63 - test? (
64 - dev-python/mock[${PYTHON_USEDEP}]
65 - dev-python/oauth2client[${PYTHON_USEDEP}]
66 - dev-python/pandas[${PYTHON_USEDEP}]
67 - dev-python/parameterized[${PYTHON_USEDEP}]
68 - )
69 -"
70 -
71 -distutils_enable_tests pytest
72 -
73 -python_test() {
74 - local EPYTEST_DESELECT=(
75 - # require Internet access (and credentials)
76 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
77 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
78 - )
79 -
80 - epytest tests
81 -}
82
83 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.42.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.42.0.ebuild
84 deleted file mode 100644
85 index 8c829ff884d3..000000000000
86 --- a/dev-python/google-api-python-client/google-api-python-client-2.42.0.ebuild
87 +++ /dev/null
88 @@ -1,47 +0,0 @@
89 -# Copyright 1999-2022 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=8
93 -
94 -DISTUTILS_USE_PEP517=setuptools
95 -PYTHON_COMPAT=( python3_{8..10} )
96 -
97 -inherit distutils-r1
98 -
99 -DESCRIPTION="Google API Client for Python"
100 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
101 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
102 -
103 -LICENSE="Apache-2.0"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
106 -
107 -RDEPEND="
108 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
109 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
110 - >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
111 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
112 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
113 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
114 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
115 -"
116 -BDEPEND="
117 - test? (
118 - dev-python/mock[${PYTHON_USEDEP}]
119 - dev-python/oauth2client[${PYTHON_USEDEP}]
120 - dev-python/pandas[${PYTHON_USEDEP}]
121 - dev-python/parameterized[${PYTHON_USEDEP}]
122 - )
123 -"
124 -
125 -distutils_enable_tests pytest
126 -
127 -python_test() {
128 - local EPYTEST_DESELECT=(
129 - # require Internet access (and credentials)
130 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
131 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
132 - )
133 -
134 - epytest tests
135 -}
136
137 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.43.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.43.0.ebuild
138 deleted file mode 100644
139 index 9ffc1aa432ce..000000000000
140 --- a/dev-python/google-api-python-client/google-api-python-client-2.43.0.ebuild
141 +++ /dev/null
142 @@ -1,50 +0,0 @@
143 -# Copyright 1999-2022 Gentoo Authors
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=8
147 -
148 -DISTUTILS_USE_PEP517=setuptools
149 -PYTHON_COMPAT=( python3_{8..10} )
150 -
151 -inherit distutils-r1
152 -
153 -DESCRIPTION="Google API Client for Python"
154 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
155 -SRC_URI="
156 - https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
157 - -> ${P}.tar.gz
158 -"
159 -
160 -LICENSE="Apache-2.0"
161 -SLOT="0"
162 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
163 -
164 -RDEPEND="
165 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
166 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
167 - >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
168 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
169 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
170 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
171 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
172 -"
173 -BDEPEND="
174 - test? (
175 - dev-python/mock[${PYTHON_USEDEP}]
176 - dev-python/oauth2client[${PYTHON_USEDEP}]
177 - dev-python/pandas[${PYTHON_USEDEP}]
178 - dev-python/parameterized[${PYTHON_USEDEP}]
179 - )
180 -"
181 -
182 -distutils_enable_tests pytest
183 -
184 -python_test() {
185 - local EPYTEST_DESELECT=(
186 - # require Internet access (and credentials)
187 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
188 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
189 - )
190 -
191 - epytest tests
192 -}