Skip to content

Commit 5a01776

Browse files
committed
dev-python/grpcio-reflection: new package, add 1.51.1
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 542ad90 commit 5a01776

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

dev-python/grpcio-reflection/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST grpcio-reflection-1.51.1.tar.gz 17218 BLAKE2B 9620f6df441d0eb59fdb4f8cdd5556fd43e5c8673a9033089a2049772722c8676ed5a63d2a25a1b1fdc8654faa419b0b6983598b04152dfe71090ace45b3f001 SHA512 30d7b2a9d6a93b5054947e9e8899c65e406405a6c972ae8399502147956fb4a0856e00d05afdc42de76525b6f04a7e7e1700f50bf5a0b61a14c5b94ba7dc84b7
2+
EBUILD grpcio-reflection-1.51.1.ebuild 769 BLAKE2B a61503b759985dacd518db7322f16e775fbed9f18148076eeaa691cdac4a8c527ab1b210f65bfed26a96368a84c49819ec56674bf6343ccffdefe4a18e1d611f SHA512 7e00cf6405b527502335c513297cac08cf6aa6008c9c8a2c8bc3826edd870de72caf687123e8fcec6d863a9f612d63d46d83b22792be32a88cfdae5a3ed19a7c
3+
MISC metadata.xml 470 BLAKE2B c57c9c16cf1aa425f456171979590c6d62f926ef49d7b24de7372462322a6d1931835864dfc7e5461a1a6f52923bb9a6d37feee8f15bc6b4b10bc93da603773e SHA512 fb2f1191cbed33beddfdf8e0d6fd6980e6d1475e32f5ada6fb3d8e69a0c93726d60bff8dc3e9eca525d9e597ad018e84f2a6f2927fdde2d5c145d0841fcca550
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{9..11} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1
9+
10+
DESCRIPTION="Standard Protobuf Reflection Service for gRPC"
11+
HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio-reflection/"
12+
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
13+
14+
LICENSE="Apache-2.0"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.rst"
21+
22+
RDEPEND=">=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
23+
>=dev-python/protobuf-python-4.21.6"
24+
BDEPEND="
25+
dev-python/setuptools[${PYTHON_USEDEP}]
26+
test? (
27+
dev-python/pytest[${PYTHON_USEDEP}]
28+
)"
29+
30+
python_test() {
31+
py.test -v -v || die
32+
}
33+
34+
distutils_enable_tests pytest
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">grpcio-reflection</remote-id>
10+
<maintainer status="unknown">
11+
<email>[email protected]</email>
12+
<name>The gRPC Authors</name>
13+
</maintainer>
14+
</upstream>
15+
</pkgmetadata>

0 commit comments

Comments
 (0)