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: Mon, 29 Nov 2021 14:45:30
Message-Id: 1638197111.c6a40ca969241cfac9024188b8b0b8f564e26ec1.mgorny@gentoo
1 commit: c6a40ca969241cfac9024188b8b0b8f564e26ec1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 14:25:03 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 14:45:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a40ca9
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 | 4 --
13 .../google-api-python-client-2.27.0.ebuild | 45 ----------------------
14 .../google-api-python-client-2.28.0.ebuild | 45 ----------------------
15 .../google-api-python-client-2.29.0.ebuild | 45 ----------------------
16 .../google-api-python-client-2.30.0.ebuild | 45 ----------------------
17 5 files changed, 184 deletions(-)
18
19 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
20 index fd3e0eda0265..efc6b2a48e2c 100644
21 --- a/dev-python/google-api-python-client/Manifest
22 +++ b/dev-python/google-api-python-client/Manifest
23 @@ -1,5 +1 @@
24 -DIST google-api-python-client-2.27.0.tar.gz 27434968 BLAKE2B 95575f70ec3a7cb71a252495c8daa74ee06fc5499c4b9febbb4f492db9d043e1a67d78bb7a5cafb64bf50697922b1b5f92cf8e5d023fab762cd4dc585507d139 SHA512 7486cb120ca726a7ba57e8629e6e369c49d1de4459986c1458d087fd1c01be2979ac0d30697d50adbb1ff67c0d262e68bb17c7f43e1148db62d04b7befe3af2f
25 -DIST google-api-python-client-2.28.0.tar.gz 27582046 BLAKE2B 84803c124bdda7d93a28b9690848ab2a41bcb1327feb26cb13c17b395f6fa57d86cb4ae01095966cf5423a821c49996931dde45f95d5f23fedc05e09f875de3a SHA512 d9cbec2ad600af281df2ad6db34d146a37b8248240357d7bc8a7c651d06029dc9dba2e408aa6b7f364e30ffd2b063926e67b184d90ff66f771974ca84979d8db
26 -DIST google-api-python-client-2.29.0.tar.gz 27697101 BLAKE2B e8c9ea3e6a0ff89dce9baef9328dd6a424b096cafe00504f28b516c753c5e9a861fe472edd3e980861c244b0642589cddf537f9a0a37ec9e089ea533b8b5d22c SHA512 c842c16496349fff2ba9522fc7144342024fcb056a79c50350c9fdd01a44f843aaaf5c7f8058595029815c0b9d4d7014ea41d28647dae6780a4dc9ee1bcddad2
27 -DIST google-api-python-client-2.30.0.tar.gz 27735458 BLAKE2B 5ed8d7d08643bd0f67d51b4316f5eed5ff247fb68ab751cd95a35015a738601ead2b5e96b5c32293386b01297eeaf8eb80e1102f6a3364241e375c0c10461d1e SHA512 b9b403f2c8face4277858231cd72ef79d39191ca6dd1cb763ad1216a9c14315d46a08e7d70c835254c0f1405bc519bce81ac71917e03c0fa133db128edad2ff8
28 DIST google-api-python-client-2.31.0.tar.gz 27822400 BLAKE2B 447d97ec10376c1a9e911023051b8e3e278db782f91e0e4c1eb72f4ba54db0498439fca42633bc9fdf16ac2982a286103d6d7a99b701b0ff30e024e131b5e175 SHA512 80359f415e2ec4c42b7e12aa333d91849a4246fd744ec627397099be261176add44bf4ada875bc353729bbbca589be59e6cad3810f609d9d23f9fb458bf2c69e
29
30 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.27.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.27.0.ebuild
31 deleted file mode 100644
32 index 1f9e418e28c2..000000000000
33 --- a/dev-python/google-api-python-client/google-api-python-client-2.27.0.ebuild
34 +++ /dev/null
35 @@ -1,45 +0,0 @@
36 -# Copyright 1999-2021 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 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 ${deselect[@]/#/--deselect }
80 -}
81
82 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.28.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.28.0.ebuild
83 deleted file mode 100644
84 index 274177292963..000000000000
85 --- a/dev-python/google-api-python-client/google-api-python-client-2.28.0.ebuild
86 +++ /dev/null
87 @@ -1,45 +0,0 @@
88 -# Copyright 1999-2021 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 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 ${deselect[@]/#/--deselect }
132 -}
133
134 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild
135 deleted file mode 100644
136 index 94711a2ec4c1..000000000000
137 --- a/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild
138 +++ /dev/null
139 @@ -1,45 +0,0 @@
140 -# Copyright 1999-2021 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=8
144 -
145 -PYTHON_COMPAT=( python3_{8..9} )
146 -inherit distutils-r1
147 -
148 -DESCRIPTION="Google API Client for Python"
149 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
150 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
151 -
152 -LICENSE="Apache-2.0"
153 -SLOT="0"
154 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
155 -
156 -RDEPEND="
157 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
158 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
159 - dev-python/google-api-core[${PYTHON_USEDEP}]
160 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
161 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
162 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
163 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
164 - "
165 -BDEPEND="
166 - test? (
167 - dev-python/mock[${PYTHON_USEDEP}]
168 - dev-python/oauth2client[${PYTHON_USEDEP}]
169 - dev-python/pandas[${PYTHON_USEDEP}]
170 - dev-python/parameterized[${PYTHON_USEDEP}]
171 - )"
172 -
173 -distutils_enable_tests --install pytest
174 -
175 -python_test() {
176 - local EPYTEST_DESELECT=(
177 - # require Internet access (and credentials)
178 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
179 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
180 - )
181 -
182 - distutils_install_for_testing
183 - epytest tests
184 -}
185
186 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild
187 deleted file mode 100644
188 index 94711a2ec4c1..000000000000
189 --- a/dev-python/google-api-python-client/google-api-python-client-2.30.0.ebuild
190 +++ /dev/null
191 @@ -1,45 +0,0 @@
192 -# Copyright 1999-2021 Gentoo Authors
193 -# Distributed under the terms of the GNU General Public License v2
194 -
195 -EAPI=8
196 -
197 -PYTHON_COMPAT=( python3_{8..9} )
198 -inherit distutils-r1
199 -
200 -DESCRIPTION="Google API Client for Python"
201 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
202 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
203 -
204 -LICENSE="Apache-2.0"
205 -SLOT="0"
206 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
207 -
208 -RDEPEND="
209 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
210 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
211 - dev-python/google-api-core[${PYTHON_USEDEP}]
212 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
213 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
214 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
215 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
216 - "
217 -BDEPEND="
218 - test? (
219 - dev-python/mock[${PYTHON_USEDEP}]
220 - dev-python/oauth2client[${PYTHON_USEDEP}]
221 - dev-python/pandas[${PYTHON_USEDEP}]
222 - dev-python/parameterized[${PYTHON_USEDEP}]
223 - )"
224 -
225 -distutils_enable_tests --install pytest
226 -
227 -python_test() {
228 - local EPYTEST_DESELECT=(
229 - # require Internet access (and credentials)
230 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
231 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
232 - )
233 -
234 - distutils_install_for_testing
235 - epytest tests
236 -}