Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-testing/
Date: Sun, 30 May 2021 01:43:42
Message-Id: 1622338906.89befb89dbc40387e18f44a927793ac4d1e92a17.gyakovlev@gentoo
1 commit: 89befb89dbc40387e18f44a927793ac4d1e92a17
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 01:41:46 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 01:41:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89befb89
7
8 dev-python/grpcio-testing: add 1.38.0
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 dev-python/grpcio-testing/Manifest | 1 +
13 .../grpcio-testing/grpcio-testing-1.38.0.ebuild | 23 ++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/grpcio-testing/Manifest b/dev-python/grpcio-testing/Manifest
17 index d0762710105..2346b04ee79 100644
18 --- a/dev-python/grpcio-testing/Manifest
19 +++ b/dev-python/grpcio-testing/Manifest
20 @@ -1,2 +1,3 @@
21 DIST grpcio-testing-1.32.0.tar.gz 16814 BLAKE2B 70205dd8857256c9c4de8c7a5d115620b908deb4da35fc3cb77d9a93bd42ece34d6fcd2d32d587f8c3ede9bf49e61b9d37aac36ebc1fddbbd6e3ff2ce83809f1 SHA512 3ee10912a090287d3f039f350b11b8fc2ed656939e02a3e616911fd1af838e3f3570a7b3444c0ef54a25797a61edde87d545a9b9cabaf251a862b94100a45473
22 DIST grpcio-testing-1.37.1.tar.gz 16930 BLAKE2B 17f30c1c8266ab1fdb363aaafa80a51711be61a76048ff47b09954f0d5ab570d87a1fcff9b3531245c2dc7066e8f71034662ef524aee898af81d922646d3482b SHA512 bb32067abd145dc2b45b29fe2f01ea9cd4c2a9fe76b94f4c5392c26557118aba2e3032b2566809575311e2773a0afd408a3ae656e31deb93e978fb35ad64c98a
23 +DIST grpcio-testing-1.38.0.tar.gz 16637 BLAKE2B e5d63653baa3ddd7c85b04a8979a748703037aacd1daa25e3e066a14efbcf6e9a36352cb4fd14422490246e72f7d3bff2e445f659eaf890db31cec0ddfdf7445 SHA512 5bcd2204475329bfe7ea194380152bddd440d82cb31a3a2510bf253cd4c165c06e02b607f19e93d5860eec18e08ef39bd6ac105c6dc016bb2d083c1dd74fbee4
24
25 diff --git a/dev-python/grpcio-testing/grpcio-testing-1.38.0.ebuild b/dev-python/grpcio-testing/grpcio-testing-1.38.0.ebuild
26 new file mode 100644
27 index 00000000000..cc55c657252
28 --- /dev/null
29 +++ b/dev-python/grpcio-testing/grpcio-testing-1.38.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7,8,9} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Testing utilities for gRPC Python"
41 +HOMEPAGE="https://grpc.io"
42 +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
47 +
48 +RDEPEND="
49 + ~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
50 + dev-python/protobuf-python[${PYTHON_USEDEP}]
51 +"
52 +
53 +DEPEND="${RDEPEND}"