dev-python/grpcio-reflection: new package, add 1.51.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-10 19:00:34 +01:00 committed by Andreas Billmeier
parent 542ad900c4
commit 5a01776095
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST grpcio-reflection-1.51.1.tar.gz 17218 BLAKE2B 9620f6df441d0eb59fdb4f8cdd5556fd43e5c8673a9033089a2049772722c8676ed5a63d2a25a1b1fdc8654faa419b0b6983598b04152dfe71090ace45b3f001 SHA512 30d7b2a9d6a93b5054947e9e8899c65e406405a6c972ae8399502147956fb4a0856e00d05afdc42de76525b6f04a7e7e1700f50bf5a0b61a14c5b94ba7dc84b7
EBUILD grpcio-reflection-1.51.1.ebuild 769 BLAKE2B a61503b759985dacd518db7322f16e775fbed9f18148076eeaa691cdac4a8c527ab1b210f65bfed26a96368a84c49819ec56674bf6343ccffdefe4a18e1d611f SHA512 7e00cf6405b527502335c513297cac08cf6aa6008c9c8a2c8bc3826edd870de72caf687123e8fcec6d863a9f612d63d46d83b22792be32a88cfdae5a3ed19a7c
MISC metadata.xml 470 BLAKE2B c57c9c16cf1aa425f456171979590c6d62f926ef49d7b24de7372462322a6d1931835864dfc7e5461a1a6f52923bb9a6d37feee8f15bc6b4b10bc93da603773e SHA512 fb2f1191cbed33beddfdf8e0d6fd6980e6d1475e32f5ada6fb3d8e69a0c93726d60bff8dc3e9eca525d9e597ad018e84f2a6f2927fdde2d5c145d0841fcca550

View File

@ -0,0 +1,34 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Standard Protobuf Reflection Service for gRPC"
HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio-reflection/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.21.6"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">grpcio-reflection</remote-id>
<maintainer status="unknown">
<email>grpc-io@googlegroups.com</email>
<name>The gRPC Authors</name>
</maintainer>
</upstream>
</pkgmetadata>