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-core/
Date: Fri, 27 May 2022 06:10:47
Message-Id: 1653631829.401fd68cb2dbad38c9cc5b0c463a0553b89b452e.mgorny@gentoo
1 commit: 401fd68cb2dbad38c9cc5b0c463a0553b89b452e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 05:13:59 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 06:10:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401fd68c
7
8 dev-python/google-api-core: Bump to 2.8.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-api-core/Manifest | 1 +
13 .../google-api-core/google-api-core-2.8.1.ebuild | 73 ++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/dev-python/google-api-core/Manifest b/dev-python/google-api-core/Manifest
17 index f8a0d18b2c5a..1c8963d8c4bc 100644
18 --- a/dev-python/google-api-core/Manifest
19 +++ b/dev-python/google-api-core/Manifest
20 @@ -2,3 +2,4 @@ DIST google-api-core-2.7.1.tar.gz 163942 BLAKE2B 0b28e8dd8607ed6a64a3715c14e321f
21 DIST google-api-core-2.7.2.tar.gz 164017 BLAKE2B d2f1c690527c750a819718043542ce853be7f135660dfe661db2ba315213ef4a9756eeab6f1854275044d4f1fed50d119c2914eb00e043b7d5b085dad426a26f SHA512 1fb420a41d603d576030d2b324036de10831035ce1505ba94dedc9e58ce354d0f23e1d3df8a4f2f5082147a1be49d93e10c2209a1407f90ffedfa74815730e14
22 DIST google-api-core-2.7.3.tar.gz 164219 BLAKE2B c394fd95bff3ac393174372e0c49f9a7974a006de6f14d07af7b15b4c531d6dae7af8c38e00263289a895cb9dae9ef23368d793f5ae3649b9b029337a72cc0ef SHA512 2bf49738216cd52dad2bdfb3367e370390c366b49a8c3c4f6f49a2a3f17b27120d99933b57c8eb8c9a1f0f25ef5ea6d876cf8c3c6c759d3585d625e57b1153f9
23 DIST google-api-core-2.8.0.tar.gz 164541 BLAKE2B a62aa242e99f2e554242db1bdfdedc5ab4eb7ddd0efb3758af33dcd7417ce964cb1c5d11547c26b03e92684507e1573d1cbdc158efa39060e59254fed3e12626 SHA512 5ad9c4b8f8d15645e18f4377396a073cb23b03e4357d3840bcfcdc5bb182731817bb1188b3dd7f37e4083d4d6d0cea3d46fadee23fc9011a2fe9ca67f505e245
24 +DIST python-api-core-2.8.1.gh.tar.gz 164630 BLAKE2B 88db73f210ae5ee4aa2e7382ea34ef59fb51f88e196622556327c130057b74594884bbe21719bf12cc6ddc9975cf12ac71fa24ac4dfde4681b4742af57702b5d SHA512 f3bfa476562428246203592b53c22e8e52af167af10b1fa68afb51fe6e8ca8090e9231e4c297847d12c201ca791aa80153bee07f72939bc65920260ec50b3d38
25
26 diff --git a/dev-python/google-api-core/google-api-core-2.8.1.ebuild b/dev-python/google-api-core/google-api-core-2.8.1.ebuild
27 new file mode 100644
28 index 000000000000..2ddf9d7fb8e4
29 --- /dev/null
30 +++ b/dev-python/google-api-core/google-api-core-2.8.1.ebuild
31 @@ -0,0 +1,73 @@
32 +# Copyright 2020-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 +MY_P=python-api-core-${PV}
43 +DESCRIPTION="Core Library for Google Client Libraries"
44 +HOMEPAGE="
45 + https://github.com/googleapis/python-api-core/
46 + https://pypi.org/project/google-api-core/
47 + https://googleapis.dev/python/google-api-core/latest/index.html
48 +"
49 +SRC_URI="
50 + https://github.com/googleapis/python-api-core/archive/v${PV}.tar.gz
51 + -> ${MY_P}.gh.tar.gz
52 +"
53 +S=${WORKDIR}/${MY_P}
54 +
55 +LICENSE="Apache-2.0"
56 +SLOT="0"
57 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
58 +
59 +RDEPEND="
60 + >=dev-python/googleapis-common-protos-1.56.2[${PYTHON_USEDEP}]
61 + >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}]
62 + >=dev-python/protobuf-python-3.15.0[${PYTHON_USEDEP}]
63 + >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
64 + <dev-python/requests-3[${PYTHON_USEDEP}]
65 + !dev-python/namespace-google
66 +"
67 +BDEPEND="
68 + test? (
69 + dev-python/mock[${PYTHON_USEDEP}]
70 + dev-python/proto-plus[${PYTHON_USEDEP}]
71 + dev-python/rsa[${PYTHON_USEDEP}]
72 + dev-python/pytest-asyncio[${PYTHON_USEDEP}]
73 + )
74 +"
75 +
76 +distutils_enable_tests pytest
77 +
78 +EPYTEST_DESELECT=(
79 + # failing due to missing grpcio-status
80 + tests/asyncio/test_grpc_helpers_async.py::test_wrap_unary_errors
81 + tests/asyncio/test_grpc_helpers_async.py::test_wrap_stream_errors_raised
82 + tests/asyncio/test_grpc_helpers_async.py::test_wrap_stream_errors_read
83 + tests/asyncio/test_grpc_helpers_async.py::test_wrap_stream_errors_aiter
84 + tests/asyncio/test_grpc_helpers_async.py::test_wrap_stream_errors_write
85 + tests/unit/test_grpc_helpers.py::test_wrap_unary_errors
86 + tests/unit/test_grpc_helpers.py::test_wrap_stream_errors_invocation
87 + tests/unit/test_grpc_helpers.py::test_wrap_stream_errors_iterator_initialization
88 + tests/unit/test_grpc_helpers.py::test_wrap_stream_errors_during_iteration
89 +)
90 +
91 +python_compile() {
92 + distutils-r1_python_compile
93 + find "${BUILD_DIR}" -name '*.pth' -delete || die
94 +}
95 +
96 +src_test() {
97 + rm -r google || die
98 + distutils-r1_src_test
99 +}
100 +
101 +python_test() {
102 + distutils_write_namespace google
103 + epytest -p no:aiohttp -p no:trio tests
104 +}