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: Wed, 27 Oct 2021 17:02:00
Message-Id: 1635354111.eb39cc37272251ea44a54742f9eda1eec9798c75.mgorny@gentoo
1 commit: eb39cc37272251ea44a54742f9eda1eec9798c75
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 16:26:40 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 17:01:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb39cc37
7
8 dev-python/google-api-python-client: Bump to 2.28.0
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.28.0.ebuild | 45 ++++++++++++++++++++++
14 2 files changed, 46 insertions(+)
15
16 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
17 index 9186931a6b5..05da80e3aee 100644
18 --- a/dev-python/google-api-python-client/Manifest
19 +++ b/dev-python/google-api-python-client/Manifest
20 @@ -4,3 +4,4 @@ DIST google-api-python-client-2.24.0.tar.gz 27072085 BLAKE2B 285da09fff461ffd100
21 DIST google-api-python-client-2.25.0.tar.gz 27073397 BLAKE2B 0bc1d2c75cf826cc3326406909ab874b7ac51fc823bf5367fd56abebdfba50c035d4b92e3a0d19b8cebd8d570742e9aa3bdc7745c139624e261bc89fba8c789d SHA512 7940408b1d6ec42e1a9cf5a3ecb20eb3d4c3b35d4b363237c6bed0f32a1fb4be0fda11a0c9039a6cc5cf28ba05d0f183ff7b7bb2f5cb3f1bdf071f328b851035
22 DIST google-api-python-client-2.26.1.tar.gz 27174748 BLAKE2B f00b4be7b5f62e0067e588404485d854b876b7e829020d980088be62018698c6f6790db7170faedaa2f419fa3f645443aefc48aeee64883077901adbd62af9fc SHA512 cca0cf4b66fd676feedc8efb75e19379668fe567aa104d7305209da157faf8eb31f718d33fa62c25a44b6aaece4b1a105392163e3395f17b837002c347224f23
23 DIST google-api-python-client-2.27.0.tar.gz 27434968 BLAKE2B 95575f70ec3a7cb71a252495c8daa74ee06fc5499c4b9febbb4f492db9d043e1a67d78bb7a5cafb64bf50697922b1b5f92cf8e5d023fab762cd4dc585507d139 SHA512 7486cb120ca726a7ba57e8629e6e369c49d1de4459986c1458d087fd1c01be2979ac0d30697d50adbb1ff67c0d262e68bb17c7f43e1148db62d04b7befe3af2f
24 +DIST google-api-python-client-2.28.0.tar.gz 27582046 BLAKE2B 84803c124bdda7d93a28b9690848ab2a41bcb1327feb26cb13c17b395f6fa57d86cb4ae01095966cf5423a821c49996931dde45f95d5f23fedc05e09f875de3a SHA512 d9cbec2ad600af281df2ad6db34d146a37b8248240357d7bc8a7c651d06029dc9dba2e408aa6b7f364e30ffd2b063926e67b184d90ff66f771974ca84979d8db
25
26 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
27 new file mode 100644
28 index 00000000000..27417729296
29 --- /dev/null
30 +++ b/dev-python/google-api-python-client/google-api-python-client-2.28.0.ebuild
31 @@ -0,0 +1,45 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..9} )
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Google API Client for Python"
41 +HOMEPAGE="https://github.com/googleapis/google-api-python-client"
42 +SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 +
48 +RDEPEND="
49 + >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
50 + <dev-python/httplib2-1[${PYTHON_USEDEP}]
51 + dev-python/google-api-core[${PYTHON_USEDEP}]
52 + >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
53 + >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
54 + >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
55 + <dev-python/uritemplate-5[${PYTHON_USEDEP}]
56 + "
57 +BDEPEND="
58 + test? (
59 + dev-python/mock[${PYTHON_USEDEP}]
60 + dev-python/oauth2client[${PYTHON_USEDEP}]
61 + dev-python/pandas[${PYTHON_USEDEP}]
62 + dev-python/parameterized[${PYTHON_USEDEP}]
63 + )"
64 +
65 +distutils_enable_tests --install pytest
66 +
67 +python_test() {
68 + local deselect=(
69 + # require Internet access (and credentials)
70 + tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
71 + tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
72 + )
73 +
74 + distutils_install_for_testing
75 + epytest tests ${deselect[@]/#/--deselect }
76 +}