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, 19 Aug 2022 17:18:44
Message-Id: 1660929399.818a4515e9079a3d99b0cb990538bfef1718cc2e.mgorny@gentoo
1 commit: 818a4515e9079a3d99b0cb990538bfef1718cc2e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 19 17:16:39 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 19 17:16:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818a4515
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 | 2 -
13 .../google-api-python-client-2.53.0.ebuild | 53 ----------------------
14 .../google-api-python-client-2.54.0.ebuild | 53 ----------------------
15 3 files changed, 108 deletions(-)
16
17 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
18 index 07a415b07ce7..6af4e7bf1a4d 100644
19 --- a/dev-python/google-api-python-client/Manifest
20 +++ b/dev-python/google-api-python-client/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST google-api-python-client-2.53.0.gh.tar.gz 32251370 BLAKE2B 880024a220bb793b53042c8b2192dee666b7f5ad6dd8b0b68d51ff7b18ebd2ba220974f86656ac13b4c421c191ec66b269007a3f68a1992b0672623db046ef6b SHA512 1cb251d8abbec0b33b62b661ea8235224e94f807571b47e8422b6908b6636f844c639328cf0c07b4820a083b265e71f54dc3f6c48447f0cfd20bca738d7ab86a
23 -DIST google-api-python-client-2.54.0.gh.tar.gz 32389268 BLAKE2B 568ff657ea5093ff927208cd38d0125bf4aea8b725c5ded0a232c4de77f59c97f639b7f2b0ab8cf0e121bafd4512c23f9ac4c3c6cce6b6ab407c6ad2bb5a4983 SHA512 f33525bee9b6cede8955af4e208b64d1c82185cff08173d9ae30a704c3239b9a2ee9972e083fd4a823091b76669a7df02bf60cd950a3e20ddf21c6fd2e5ee18b
24 DIST google-api-python-client-2.55.0.gh.tar.gz 32614590 BLAKE2B f7344903e4782940cb277b0b4ebc48b36c5b3403ea7f309205c4b27bee3488ecc5cd83b0487989da56b840dda7b0661f598c21307ba9afc9b52137f3b155737d SHA512 c674c038e911140e3ad64426be629d1498db382d96d18a5a51a4c2d5cb4375ad84e21e5dd68aedfa29b4bdc017d7996351f42ff34bff293a4d2c8cfb26820f0d
25 DIST google-api-python-client-2.56.0.gh.tar.gz 33165501 BLAKE2B 5b4d72404f15c211cb01ca5291a74c83e9551b28c2e9e268462d481a3b05f557998fba8ed14c1233a023f60813be5b702f88371d47499a18cef152a52577f2ce SHA512 3ea968d11eda34d7807469c1651e8685ae695faed2772acbb23964468fa0cf9036fe468f427cd3f5bccd7c69746729858838446cbd320f0db7edff4add554d81
26 DIST google-api-python-client-2.57.0.gh.tar.gz 33298709 BLAKE2B 6c50bdcfc38180ece5f8202b0f3adcfc446cc0b057122aee7f706401248b7d860d9227c444b26faea49de5e4147010765edc5e54271907f6490e6f0d9fe0ac1e SHA512 f96c40b21f4191e5a06a4068b65c952d9d2bef3849a6aa821232c60dfc8b6c6598606b596c750cc87928871367cbbcb24af46b5626d602915ccf7a7f316988ba
27
28 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.53.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.53.0.ebuild
29 deleted file mode 100644
30 index 1c528a1a0c2d..000000000000
31 --- a/dev-python/google-api-python-client/google-api-python-client-2.53.0.ebuild
32 +++ /dev/null
33 @@ -1,53 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Google API Client for Python"
45 -HOMEPAGE="
46 - https://github.com/googleapis/google-api-python-client/
47 - https://pypi.org/project/google-api-python-client/
48 -"
49 -SRC_URI="
50 - https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
51 - -> ${P}.gh.tar.gz
52 -"
53 -
54 -LICENSE="Apache-2.0"
55 -SLOT="0"
56 -KEYWORDS="amd64 ~arm ~arm64 x86"
57 -
58 -RDEPEND="
59 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
60 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
61 - >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
62 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
63 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
64 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
65 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
66 -"
67 -BDEPEND="
68 - test? (
69 - dev-python/mock[${PYTHON_USEDEP}]
70 - dev-python/oauth2client[${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.54.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.54.0.ebuild
89 deleted file mode 100644
90 index 7e8aaa05d6d4..000000000000
91 --- a/dev-python/google-api-python-client/google-api-python-client-2.54.0.ebuild
92 +++ /dev/null
93 @@ -1,53 +0,0 @@
94 -# Copyright 1999-2022 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_{8..10} )
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/oauth2client[${PYTHON_USEDEP}]
131 - dev-python/pandas[${PYTHON_USEDEP}]
132 - dev-python/parameterized[${PYTHON_USEDEP}]
133 - )
134 -"
135 -
136 -distutils_enable_tests pytest
137 -
138 -python_test() {
139 - local EPYTEST_DESELECT=(
140 - # require Internet access (and credentials)
141 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
142 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
143 - )
144 -
145 - epytest tests
146 -}