From 8ca2c4859ca03deb615f3e7df4f657e694ed27f4 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sun, 21 Oct 2018 16:36:04 -0700 Subject: dev-python/grpcio-testing: new package Signed-off-by: Georgy Yakovlev Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-python/grpcio-testing/Manifest | 1 + .../grpcio-testing/grpcio-testing-1.16.0.ebuild | 22 ++++++++++++++++++++++ dev-python/grpcio-testing/metadata.xml | 15 +++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 dev-python/grpcio-testing/Manifest create mode 100644 dev-python/grpcio-testing/grpcio-testing-1.16.0.ebuild create mode 100644 dev-python/grpcio-testing/metadata.xml (limited to 'dev-python') diff --git a/dev-python/grpcio-testing/Manifest b/dev-python/grpcio-testing/Manifest new file mode 100644 index 000000000000..0799fe1e840c --- /dev/null +++ b/dev-python/grpcio-testing/Manifest @@ -0,0 +1 @@ +DIST grpcio-testing-1.16.0.tar.gz 12533 BLAKE2B 98238dc7aee745b210356e999c6048b028ceed8ee2f356557808b4567fc4cf2f90a111e6cce36122cf3294fa5f4b3be1c5ac6659ad6fa97d26e1bfecf4d9b5e6 SHA512 88d33629ccd6c4d4865a9d643c44f074246d01c0c84d57b06bc011e22d4d735261e4a959720512ca03e699a6e1d26eb0c19997a65f52b5cdd199b22072c2d020 diff --git a/dev-python/grpcio-testing/grpcio-testing-1.16.0.ebuild b/dev-python/grpcio-testing/grpcio-testing-1.16.0.ebuild new file mode 100644 index 000000000000..03c920504ce2 --- /dev/null +++ b/dev-python/grpcio-testing/grpcio-testing-1.16.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="Testing utilities for gRPC Python" +HOMEPAGE="https://grpc.io" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/grpcio[${PYTHON_USEDEP}] + dev-python/protobuf-python[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" diff --git a/dev-python/grpcio-testing/metadata.xml b/dev-python/grpcio-testing/metadata.xml new file mode 100644 index 000000000000..42fc46aff1fe --- /dev/null +++ b/dev-python/grpcio-testing/metadata.xml @@ -0,0 +1,15 @@ + + + + + gyakovlev@gentoo.org + Georgy Yakovlev + + + Testing utilities for gRPC Python + + + grpc/grpc + grpcio-testing + + -- cgit v1.2.3