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: Fri, 25 Sep 2020 22:55:28
Message-Id: 1601074507.1d59fd192f021ad6f4b2b70a6cc058524c57fbaa.gyakovlev@gentoo
1 commit: 1d59fd192f021ad6f4b2b70a6cc058524c57fbaa
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 22:52:08 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 22:55:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d59fd19
7
8 dev-python/grpcio-testing: bump to 1.32.0
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-python/grpcio-testing/Manifest | 1 +
14 .../grpcio-testing/grpcio-testing-1.32.0.ebuild | 23 ++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-python/grpcio-testing/Manifest b/dev-python/grpcio-testing/Manifest
18 index 9d4be3254ad..a094e7ae5de 100644
19 --- a/dev-python/grpcio-testing/Manifest
20 +++ b/dev-python/grpcio-testing/Manifest
21 @@ -1 +1,2 @@
22 DIST grpcio-testing-1.28.1.tar.gz 17127 BLAKE2B 494e232d4a4cf098cefa0948868f0610732d1aeb7c788d1481ad2693394767d73a74bfda49cb8c892f6f246f47b18c016318b5eefe3509fdc87be5649c253a17 SHA512 89c3aa5528e1f243a435997266a210ba6e287bca1401931689eb51f258a51768eb25a34c095d383dfcac7d446865535c48aefa0e37b4844bbb92214c7f431068
23 +DIST grpcio-testing-1.32.0.tar.gz 16814 BLAKE2B 70205dd8857256c9c4de8c7a5d115620b908deb4da35fc3cb77d9a93bd42ece34d6fcd2d32d587f8c3ede9bf49e61b9d37aac36ebc1fddbbd6e3ff2ce83809f1 SHA512 3ee10912a090287d3f039f350b11b8fc2ed656939e02a3e616911fd1af838e3f3570a7b3444c0ef54a25797a61edde87d545a9b9cabaf251a862b94100a45473
24
25 diff --git a/dev-python/grpcio-testing/grpcio-testing-1.32.0.ebuild b/dev-python/grpcio-testing/grpcio-testing-1.32.0.ebuild
26 new file mode 100644
27 index 00000000000..b27dfa6488a
28 --- /dev/null
29 +++ b/dev-python/grpcio-testing/grpcio-testing-1.32.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{6,7,8} )
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}"