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: Sun, 27 Feb 2022 18:46:48
Message-Id: 1645987127.5b80103994f5acbc17f82969ad9646849fdd1993.mgorny@gentoo
1 commit: 5b80103994f5acbc17f82969ad9646849fdd1993
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:38:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:38:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b801039
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.34.0.ebuild | 45 ---------------------
14 .../google-api-python-client-2.35.0.ebuild | 45 ---------------------
15 .../google-api-python-client-2.36.0.ebuild | 45 ---------------------
16 .../google-api-python-client-2.38.0.ebuild | 47 ----------------------
17 5 files changed, 185 deletions(-)
18
19 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
20 index 7e0851d09cea..9bd163cb7605 100644
21 --- a/dev-python/google-api-python-client/Manifest
22 +++ b/dev-python/google-api-python-client/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST google-api-python-client-2.34.0.tar.gz 28469433 BLAKE2B aa2c8849b629fe489cf39cddd410a40a0af0bddfa5f370a4a41c1446aeadf69cd4592eeb1d76e6c63da9737906801aea9c8a4d706328b63a7bf5b34a43b83e00 SHA512 321dfdd3ba821beabc6c3a96575afd06c75a0c8e3db61b1ff5fa9db472e62de81b037c435a1051d6294c2a37e471bcaa068cd27ad7434a3416231d31931dd74e
25 -DIST google-api-python-client-2.35.0.tar.gz 28553015 BLAKE2B 8ff92145f280e090b8f43c10e425dd4a8fe65b4cf565c5b5a0df2813cdb8ba1bcea50e37556efb9dd0b270a21fe11b7d6d1b445c8fdaa83326c7dc6230ee1fdb SHA512 4d0325b79250a26ae252568759e8345d31d692aa1d8f1d7aae623bb9a1a950efae654cd689d39f30450789c6d4fa9ca264111f8a9e798820cf6d0c3acba904f6
26 -DIST google-api-python-client-2.36.0.tar.gz 28624616 BLAKE2B 738d89e740ded848683a4bc5c1d4b27f57acb817c54397ed563de376fa395d1202c47fd4b42046f313b31c826fb3d0fc2e3761c0779bf9c9718b3b2923fc63a3 SHA512 bdca303fa84f5cb510102265ebb7629b48b939c8d7a01420e61635ef4c461f62b6dfa6f29e96060a80d86baf0ea6587d88b0ec64a7b4c6b32563921c3a1a53ca
27 DIST google-api-python-client-2.37.0.tar.gz 28868090 BLAKE2B 971fa3a873c902a34c100066a026ab6698d142a4875282d8be890b403a2edf1f00ea5a3dc4bcf90a30ad9dfb8aa5e1d5eb1b60e64a6718a6e054d49b7ff94afc SHA512 72543f78779403a5d16cfae8f84718d7a6dc08e9fcaa4e97d7a1f6e5ba6594b3a87762e229b94ccfc3a3ca196bbe0cd17c5fde949d101d5975b61cdc57a32622
28 DIST google-api-python-client-2.38.0.tar.gz 29194978 BLAKE2B 741cf925256f0bd648e68c339233cfc13a9eaa12e123e202eab64b8389bc493755838c3da8ca4e7f4ffeecacec783c41f37df1847edf0fb54387d58163c112fc SHA512 b93f1f946ebab226b9fdd9012c3ae70563197a895d9069f09c7eb8926cd8fe5567535d3677a6824f66720b9ed1f0a732f02be9440dc800a13cb7e335728a3ce8
29
30 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
31 deleted file mode 100644
32 index ee4279a8e2a4..000000000000
33 --- a/dev-python/google-api-python-client/google-api-python-client-2.34.0.ebuild
34 +++ /dev/null
35 @@ -1,45 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -PYTHON_COMPAT=( python3_{8..9} )
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Google API Client for Python"
45 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
46 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm ~arm64 x86"
51 -
52 -RDEPEND="
53 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
54 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
55 - dev-python/google-api-core[${PYTHON_USEDEP}]
56 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
57 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
58 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
59 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
60 - "
61 -BDEPEND="
62 - test? (
63 - dev-python/mock[${PYTHON_USEDEP}]
64 - dev-python/oauth2client[${PYTHON_USEDEP}]
65 - dev-python/pandas[${PYTHON_USEDEP}]
66 - dev-python/parameterized[${PYTHON_USEDEP}]
67 - )"
68 -
69 -distutils_enable_tests --install pytest
70 -
71 -python_test() {
72 - local EPYTEST_DESELECT=(
73 - # require Internet access (and credentials)
74 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
75 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
76 - )
77 -
78 - distutils_install_for_testing
79 - epytest tests
80 -}
81
82 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
83 deleted file mode 100644
84 index b7db8f42faf4..000000000000
85 --- a/dev-python/google-api-python-client/google-api-python-client-2.35.0.ebuild
86 +++ /dev/null
87 @@ -1,45 +0,0 @@
88 -# Copyright 1999-2022 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=8
92 -
93 -PYTHON_COMPAT=( python3_{8..9} )
94 -inherit distutils-r1
95 -
96 -DESCRIPTION="Google API Client for Python"
97 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
98 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
99 -
100 -LICENSE="Apache-2.0"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
103 -
104 -RDEPEND="
105 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
106 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
107 - dev-python/google-api-core[${PYTHON_USEDEP}]
108 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
109 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
110 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
111 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
112 - "
113 -BDEPEND="
114 - test? (
115 - dev-python/mock[${PYTHON_USEDEP}]
116 - dev-python/oauth2client[${PYTHON_USEDEP}]
117 - dev-python/pandas[${PYTHON_USEDEP}]
118 - dev-python/parameterized[${PYTHON_USEDEP}]
119 - )"
120 -
121 -distutils_enable_tests --install pytest
122 -
123 -python_test() {
124 - local EPYTEST_DESELECT=(
125 - # require Internet access (and credentials)
126 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
127 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
128 - )
129 -
130 - distutils_install_for_testing
131 - epytest tests
132 -}
133
134 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
135 deleted file mode 100644
136 index 13b520b44abe..000000000000
137 --- a/dev-python/google-api-python-client/google-api-python-client-2.36.0.ebuild
138 +++ /dev/null
139 @@ -1,45 +0,0 @@
140 -# Copyright 1999-2022 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=8
144 -
145 -DISTUTILS_USE_PEP517=setuptools
146 -PYTHON_COMPAT=( python3_{8..9} )
147 -inherit distutils-r1
148 -
149 -DESCRIPTION="Google API Client for Python"
150 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
151 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
152 -
153 -LICENSE="Apache-2.0"
154 -SLOT="0"
155 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
156 -
157 -RDEPEND="
158 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
159 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
160 - dev-python/google-api-core[${PYTHON_USEDEP}]
161 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
162 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
163 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
164 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
165 - "
166 -BDEPEND="
167 - test? (
168 - dev-python/mock[${PYTHON_USEDEP}]
169 - dev-python/oauth2client[${PYTHON_USEDEP}]
170 - dev-python/pandas[${PYTHON_USEDEP}]
171 - dev-python/parameterized[${PYTHON_USEDEP}]
172 - )"
173 -
174 -distutils_enable_tests pytest
175 -
176 -python_test() {
177 - local EPYTEST_DESELECT=(
178 - # require Internet access (and credentials)
179 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
180 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
181 - )
182 -
183 - epytest tests
184 -}
185
186 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
187 deleted file mode 100644
188 index d12380148d9f..000000000000
189 --- a/dev-python/google-api-python-client/google-api-python-client-2.38.0.ebuild
190 +++ /dev/null
191 @@ -1,47 +0,0 @@
192 -# Copyright 1999-2022 Gentoo Authors
193 -# Distributed under the terms of the GNU General Public License v2
194 -
195 -EAPI=8
196 -
197 -DISTUTILS_USE_PEP517=setuptools
198 -PYTHON_COMPAT=( python3_{8..9} )
199 -
200 -inherit distutils-r1
201 -
202 -DESCRIPTION="Google API Client for Python"
203 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
204 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
205 -
206 -LICENSE="Apache-2.0"
207 -SLOT="0"
208 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
209 -
210 -RDEPEND="
211 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
212 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
213 - dev-python/google-api-core[${PYTHON_USEDEP}]
214 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
215 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
216 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
217 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
218 -"
219 -BDEPEND="
220 - test? (
221 - dev-python/mock[${PYTHON_USEDEP}]
222 - dev-python/oauth2client[${PYTHON_USEDEP}]
223 - dev-python/pandas[${PYTHON_USEDEP}]
224 - dev-python/parameterized[${PYTHON_USEDEP}]
225 - )
226 -"
227 -
228 -distutils_enable_tests pytest
229 -
230 -python_test() {
231 - local EPYTEST_DESELECT=(
232 - # require Internet access (and credentials)
233 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
234 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
235 - )
236 -
237 - epytest tests
238 -}