diff --git a/dev-python/grpcio-testing/Manifest b/dev-python/grpcio-testing/Manifest new file mode 100644 index 0000000000000..0799fe1e840ca --- /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 0000000000000..03c920504ce2c --- /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 0000000000000..42fc46aff1fea --- /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 + +