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: Fri, 17 Mar 2023 17:19:50
Message-Id: 1679073539.0bdc17d4637f7b234af1476bdfebadb3035be70d.mgorny@gentoo
1 commit: 0bdc17d4637f7b234af1476bdfebadb3035be70d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 17:18:59 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 17:18:59 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdc17d4
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.77.0.ebuild | 52 ----------------------
14 .../google-api-python-client-2.78.0.ebuild | 52 ----------------------
15 .../google-api-python-client-2.79.0.ebuild | 52 ----------------------
16 4 files changed, 159 deletions(-)
17
18 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
19 index 980b12199f58..d179d24c638a 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.77.0.gh.tar.gz 38300787 BLAKE2B c7d147b9ae78fff5aa70b2ba219888296d414c1f7b498c93bb424d06c437a50d5a1a2284062e58defb29ba3aa89b225e4218d9acd303a0e17f3ec4ab0380a2f6 SHA512 24aa2b3d709de83b76be2d8030a419d0e3f8f447852d7f95c6cf735134270a7af94edd86bcc3d82cd25af2497f30ac6c365ac88494c227b19faecb8e3706c261
24 -DIST google-api-python-client-2.78.0.gh.tar.gz 38327369 BLAKE2B 291941a44a6fc9da7df2cbb108ba90babac33916f9c36aeae6e8b1575e9851f7c93aaea09340d36acd8f80dbe5ebe63820d60edc0aec14ee4859a47dcf66e344 SHA512 fff05aa981106aaccb689aeeace62734df77fefe7132481a11bc81b249a7793c1743c7c7c21116b3f5d4d59230ec7adac090d478969f8847bc201a2a23dd072d
25 -DIST google-api-python-client-2.79.0.gh.tar.gz 38537790 BLAKE2B 968a33a92bff0b7bc6e01e69df3b405b189df1560e1100de6bfb987ba5d87f1da9dafa184966f55f1d64b41912790f94a98d5160dd042661a2d5acc02c6d10e3 SHA512 c16e32306eb8660facbaa078fc76ad49692948f26d81d753977d1cfa49f76b4eacf2a5613c4bdb8f463ebd65c955d5edda415355d143ce1dd59ec7443eeb0a13
26 DIST google-api-python-client-2.80.0.gh.tar.gz 38885627 BLAKE2B f81943e8c4179130bbd7f3d89cdd3c7c5c828c78b9cbed6a5c011c3a0751a19a223b6e52a5fe8f739a8170b6e0e186b5e6b56b4ac08c88a1bf167cb5652d0e18 SHA512 cabd955f730a2b9bf8e8e3579b28935cbbc16b0ac4534d4b841317ff86cec420dd2a5a7b5b319a6a765cce02258fb43cafd6165ae49a7b99e0e891d9ba86e198
27 DIST google-api-python-client-2.81.0.gh.tar.gz 39081445 BLAKE2B 779b22f07b12834d649982a52491b567472af7fd83f49e6b9d4a20a991dd57e5bd11e32fdba05f004449733bf5cb2fd2a5ec4a3f012a558989563c88256c3199 SHA512 72e357d68314cda2cbb6d679ad22ecedf3a1ede87b94067bbaca886bd9a17ef3f881ca6060fc23c3c8848fba96668ff0b7ba9f4b44da625f3f34bed5f537e762
28
29 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.77.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.77.0.ebuild
30 deleted file mode 100644
31 index 703ac440a7a0..000000000000
32 --- a/dev-python/google-api-python-client/google-api-python-client-2.77.0.ebuild
33 +++ /dev/null
34 @@ -1,52 +0,0 @@
35 -# Copyright 1999-2023 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_10 )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Google API Client for Python"
46 -HOMEPAGE="
47 - https://github.com/googleapis/google-api-python-client/
48 - https://pypi.org/project/google-api-python-client/
49 -"
50 -SRC_URI="
51 - https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
52 - -> ${P}.gh.tar.gz
53 -"
54 -
55 -LICENSE="Apache-2.0"
56 -SLOT="0"
57 -KEYWORDS="amd64 ~arm ~arm64 x86"
58 -
59 -RDEPEND="
60 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
61 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
62 - >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
63 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
64 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
65 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
66 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
67 -"
68 -BDEPEND="
69 - test? (
70 - dev-python/mock[${PYTHON_USEDEP}]
71 - dev-python/pandas[${PYTHON_USEDEP}]
72 - dev-python/parameterized[${PYTHON_USEDEP}]
73 - )
74 -"
75 -
76 -distutils_enable_tests pytest
77 -
78 -python_test() {
79 - local EPYTEST_DESELECT=(
80 - # require Internet access (and credentials)
81 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
82 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
83 - )
84 -
85 - epytest tests
86 -}
87
88 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.78.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.78.0.ebuild
89 deleted file mode 100644
90 index 65893f1d07cd..000000000000
91 --- a/dev-python/google-api-python-client/google-api-python-client-2.78.0.ebuild
92 +++ /dev/null
93 @@ -1,52 +0,0 @@
94 -# Copyright 1999-2023 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=8
98 -
99 -DISTUTILS_USE_PEP517=setuptools
100 -PYTHON_COMPAT=( python3_{10..11} )
101 -
102 -inherit distutils-r1
103 -
104 -DESCRIPTION="Google API Client for Python"
105 -HOMEPAGE="
106 - https://github.com/googleapis/google-api-python-client/
107 - https://pypi.org/project/google-api-python-client/
108 -"
109 -SRC_URI="
110 - https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
111 - -> ${P}.gh.tar.gz
112 -"
113 -
114 -LICENSE="Apache-2.0"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
117 -
118 -RDEPEND="
119 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
120 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
121 - >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
122 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
123 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
124 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
125 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
126 -"
127 -BDEPEND="
128 - test? (
129 - dev-python/mock[${PYTHON_USEDEP}]
130 - dev-python/pandas[${PYTHON_USEDEP}]
131 - dev-python/parameterized[${PYTHON_USEDEP}]
132 - )
133 -"
134 -
135 -distutils_enable_tests pytest
136 -
137 -python_test() {
138 - local EPYTEST_DESELECT=(
139 - # require Internet access (and credentials)
140 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
141 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
142 - )
143 -
144 - epytest tests
145 -}
146
147 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.79.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.79.0.ebuild
148 deleted file mode 100644
149 index 65893f1d07cd..000000000000
150 --- a/dev-python/google-api-python-client/google-api-python-client-2.79.0.ebuild
151 +++ /dev/null
152 @@ -1,52 +0,0 @@
153 -# Copyright 1999-2023 Gentoo Authors
154 -# Distributed under the terms of the GNU General Public License v2
155 -
156 -EAPI=8
157 -
158 -DISTUTILS_USE_PEP517=setuptools
159 -PYTHON_COMPAT=( python3_{10..11} )
160 -
161 -inherit distutils-r1
162 -
163 -DESCRIPTION="Google API Client for Python"
164 -HOMEPAGE="
165 - https://github.com/googleapis/google-api-python-client/
166 - https://pypi.org/project/google-api-python-client/
167 -"
168 -SRC_URI="
169 - https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
170 - -> ${P}.gh.tar.gz
171 -"
172 -
173 -LICENSE="Apache-2.0"
174 -SLOT="0"
175 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
176 -
177 -RDEPEND="
178 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
179 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
180 - >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
181 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
182 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
183 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
184 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
185 -"
186 -BDEPEND="
187 - test? (
188 - dev-python/mock[${PYTHON_USEDEP}]
189 - dev-python/pandas[${PYTHON_USEDEP}]
190 - dev-python/parameterized[${PYTHON_USEDEP}]
191 - )
192 -"
193 -
194 -distutils_enable_tests pytest
195 -
196 -python_test() {
197 - local EPYTEST_DESELECT=(
198 - # require Internet access (and credentials)
199 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
200 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
201 - )
202 -
203 - epytest tests
204 -}