dev-python/grpcio-status: add 1.58.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-10-21 09:18:06 +02:00
committed by Andreas Billmeier
parent 9d9d2a4ae2
commit 9400821cff
2 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
DIST grpcio-status-1.51.1.tar.gz 13522 BLAKE2B 01b7b7018cbd20304ebcccbf68ed3a933be9bbe1e6e7ae351829b04e7fff3e76a1f5ef793bb9d3c0bea5fc544716818cdf43fe06e95a4e4c663ebaf32008db53 SHA512 28cbe2083c011a999221f38a7406a874b6190bc7693017fda84589c9a5550494ffb03742b0fba897e429ebeddafad9ecf574e998f08fd8b07547f5b3359b1f93
DIST grpcio-status-1.58.0.tar.gz 13524 BLAKE2B 4a75179e8c71cd3e10837bc53c264df1afdd48157ab148d7358d2479b55830ece6fa840cf80b0999673d9f6d91f74ecf578e464e4f3392272f90ea11064bf0cc SHA512 dc4a9af133205699185e681e221c9f6efe4364c9c2957395ed84ce4633feffcc8558a8aba007e72ac9cdec2724205643d5721da4759be3c9b84df7a806250ebe
EBUILD grpcio-status-1.51.1.ebuild 655 BLAKE2B eb4cf114f7efaaaa803b43538db9ff0ce99611e65adce349f0f91235cd11c8a0197e897b7ae9ef2d319df4869a48ed720b93407005a6652a54fcd22ddce9f325 SHA512 54595402fc28407c3816411848501c208035e1157a80914e065c4df4e4ec8eae25640ea83b2aa971e726814d5a764986c53d9110b0c56099cc1b46b47cbc48a6
EBUILD grpcio-status-1.58.0.ebuild 750 BLAKE2B 59b87752d05be79bfce4d1c5ab8ead26d91af05b28cc459709473de4ec72bc15a5dd625736056cdc916aab35f00804366143e44451dd1101f035ea5c66a045a3 SHA512 05c3d43333cc336a2bd697fd2b5f0e2272c416527f80eff2b11a543b6bdb7f7e6fccaac145dcf6e7d15c85a0e5979e746360d8ec78a1326da5b1462700f6b67a
MISC metadata.xml 466 BLAKE2B 2dea51ed840c7921d330cfc0513710d6ef2c0b2088c5e4dce4c60f0ee90a666e49e07b4736c8745ecdb5f090fe4c06e2115ca9a842834591b01326b23a649480 SHA512 48903796b3558afe4d1ba20f46c1f4f86b25693a57169ada1de56e89af460c31d10ef737ee0c1a267147783113d73d5de9ce7f3736d30cc6f101c4caa2940c4e

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Status proto mapping for gRPC"
HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio-status/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/protobuf-python-3.12.0[${PYTHON_USEDEP}]
>=dev-python/grpcio-1.51.1[${PYTHON_USEDEP}]
dev-python/googleapis-common-protos[${PYTHON_USEDEP}]"
BDEPEND=">=dev-python/cython-0.29.8[${PYTHON_USEDEP}]
<dev-python/cython-3[${PYTHON_USEDEP}]"
distutils_enable_tests pytest