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, 26 Sep 2022 06:06:22
Message-Id: 1664172372.6bbbe01b77d9ab4aa22dd0fc6b9c1935e6d42689.mgorny@gentoo
1 commit: 6bbbe01b77d9ab4aa22dd0fc6b9c1935e6d42689
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 06:03:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 06:06:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbbe01b
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 | 1 -
13 .../google-api-python-client-2.57.0.ebuild | 53 ----------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
17 index 139a12ca7480..fe2cc097252e 100644
18 --- a/dev-python/google-api-python-client/Manifest
19 +++ b/dev-python/google-api-python-client/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST google-api-python-client-2.57.0.gh.tar.gz 33298709 BLAKE2B 6c50bdcfc38180ece5f8202b0f3adcfc446cc0b057122aee7f706401248b7d860d9227c444b26faea49de5e4147010765edc5e54271907f6490e6f0d9fe0ac1e SHA512 f96c40b21f4191e5a06a4068b65c952d9d2bef3849a6aa821232c60dfc8b6c6598606b596c750cc87928871367cbbcb24af46b5626d602915ccf7a7f316988ba
22 DIST google-api-python-client-2.58.0.gh.tar.gz 33498127 BLAKE2B c00ecad1e863e5abb92cfbbbf57778b63ceaf73ae4cfb00ddf4fd0ed31656a28e475b91a02c03a6231790c2f3ab3e3243d131a97ed0f51151946568f5b56e18c SHA512 00c1606fadb46a6f4f60939135e9fd2840b267cd962630e4cd2d123588e9bdc8c0ed397d9e038ae91a2f31b732eb7698476fc1cf2322771b5720c11a97321b00
23 DIST google-api-python-client-2.60.0.gh.tar.gz 33586321 BLAKE2B 01bb4dcf8a9b90a65c4e58ded91a7c03c525c15d29dc5b63011e1d1b8281ea68c04526af29d7853f4b7e16681c2482970f3b95faa190522ddf2f0ad3dd4e5e50 SHA512 7cae2e66ae7a41d25e551a5e9b14757d62c0212fe18640b4c1b8f51ff9e0150cfb9a2492de67530c7d24d6d09231d365520c3c06ffb342ba4a68a1a07b69b27d
24 DIST google-api-python-client-2.62.0.gh.tar.gz 34525876 BLAKE2B 0f2bcd7588a6635511d3851f0a0881761d9cf905a83b406aaa824ef1ac86a3f9af9df2f90193b30852028b804fd30d8aa6214a5be83e26401a626ce3156e884f SHA512 4348bce74db02f74bd386d0276de2e2ec0126e7c1b79bea962056612f868d2b2306c51663ca293672db750460bd3722a66fb22139d14f30adcd3e0d455a2118a
25
26 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.57.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.57.0.ebuild
27 deleted file mode 100644
28 index 1c528a1a0c2d..000000000000
29 --- a/dev-python/google-api-python-client/google-api-python-client-2.57.0.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Google API Client for Python"
43 -HOMEPAGE="
44 - https://github.com/googleapis/google-api-python-client/
45 - https://pypi.org/project/google-api-python-client/
46 -"
47 -SRC_URI="
48 - https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
49 - -> ${P}.gh.tar.gz
50 -"
51 -
52 -LICENSE="Apache-2.0"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm ~arm64 x86"
55 -
56 -RDEPEND="
57 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
58 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
59 - >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
60 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
61 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
62 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
63 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
64 -"
65 -BDEPEND="
66 - test? (
67 - dev-python/mock[${PYTHON_USEDEP}]
68 - dev-python/oauth2client[${PYTHON_USEDEP}]
69 - dev-python/pandas[${PYTHON_USEDEP}]
70 - dev-python/parameterized[${PYTHON_USEDEP}]
71 - )
72 -"
73 -
74 -distutils_enable_tests pytest
75 -
76 -python_test() {
77 - local EPYTEST_DESELECT=(
78 - # require Internet access (and credentials)
79 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
80 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
81 - )
82 -
83 - epytest tests
84 -}