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: Mon, 10 Dec 2018 04:51:03
Message-Id: 1544416821.81b797368e83b9692c671f9b4175c0944574a73a.gyakovlev@gentoo
1 commit: 81b797368e83b9692c671f9b4175c0944574a73a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 10 04:40:21 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 10 04:40:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b79736
7
8 dev-python/grpcio-testing: bump to 1.17.0
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-python/grpcio-testing/Manifest | 1 +
14 .../grpcio-testing/grpcio-testing-1.17.0.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/dev-python/grpcio-testing/Manifest b/dev-python/grpcio-testing/Manifest
18 index ebda7c8f0c5..7b84c6957a2 100644
19 --- a/dev-python/grpcio-testing/Manifest
20 +++ b/dev-python/grpcio-testing/Manifest
21 @@ -1,2 +1,3 @@
22 DIST grpcio-testing-1.16.0.tar.gz 12533 BLAKE2B 98238dc7aee745b210356e999c6048b028ceed8ee2f356557808b4567fc4cf2f90a111e6cce36122cf3294fa5f4b3be1c5ac6659ad6fa97d26e1bfecf4d9b5e6 SHA512 88d33629ccd6c4d4865a9d643c44f074246d01c0c84d57b06bc011e22d4d735261e4a959720512ca03e699a6e1d26eb0c19997a65f52b5cdd199b22072c2d020
23 DIST grpcio-testing-1.16.1.tar.gz 12262 BLAKE2B 06790ef800a256fcd3073e32df455f97ff2528a6a10b661527b3a306adad3828e835c903c0fb4abf4e829ccfb4481b5334c87d021fb83d12a0f308dfc09d39da SHA512 2e1026569b694e555cc84bcbf0389e50d35955bade2ca5614289de0994cbf9d128b649ecd1813e45f8ab79ee4efd77382ed669cba5bcfe8317aa9f774e0e54b2
24 +DIST grpcio-testing-1.17.0.tar.gz 12317 BLAKE2B 47a7e6c9db330e9450119c1d9d118c7b20100292feb0f9d072400a765e89aaa7a14ef82802a35325d92e03c97cc8d6302be824d8f3ac6cf29821aa4c714bb4ca SHA512 585546f3bb78ac5399073426c65053581fff7abafef16e4e5e17afde17ca751702e6d6c1cdfe8aa8075c55291bfbb93630005cdaae5525a14ab915437d6e41f5
25
26 diff --git a/dev-python/grpcio-testing/grpcio-testing-1.17.0.ebuild b/dev-python/grpcio-testing/grpcio-testing-1.17.0.ebuild
27 new file mode 100644
28 index 00000000000..85f8ae2dfef
29 --- /dev/null
30 +++ b/dev-python/grpcio-testing/grpcio-testing-1.17.0.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
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 ~x86"
47 +
48 +RDEPEND="~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
49 + dev-python/protobuf-python[${PYTHON_USEDEP}]
50 +"
51 +DEPEND="${RDEPEND}
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 +"