dev-python/grpcio-status: add 1.67.1

Closes: #4318
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-21 11:50:22 +01:00
parent 50864229c9
commit f79b6a334d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 2 deletions

View File

@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 2377 Ebuilds in total, 2363 of them have in total 2407 (43 different) licenses assigned.
There are 2378 Ebuilds in total, 2364 of them have in total 2408 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1354|
|Apache-2.0|556|
|Apache-2.0|557|
|GPL-3|149|
|BSD|127|
|GPL-2|28|

View File

@ -1,5 +1,7 @@
DIST grpcio-status-1.59.0.tar.gz 13554 BLAKE2B 8b4c13e27d5c7c5b4d9d3073f3593a67f6729103da7717c81c4f68e509a1ffbea500218afed1b0499220dad8e21d3d16f9bc9dae96de404bd1a5b1259569806c SHA512 f6fb6da7ec990b747560756f0b2375e993f12cc97fafbfcc96364dbeabdfd3b9afb4caaa0ac5b8bc24e651b28e0ee750bb1e5df0e280d8b5f86739f698acd599
DIST grpcio_status-1.66.2.tar.gz 13673 BLAKE2B 87455af0578135110763680eec254a6e9aa23c5f2a1ff8b3b337a69d5f05bb6b2c93a1da2db00ccef20d8ae1699999e541c1da0b90a89827bd5d598c3d1cab18 SHA512 d0d43365ce0e03908960d70736acabd20686446297042196457f0d0af1322a619a3bd95e244ad7ee3442b29cb79b143c9713d5eb489cb0d958eee6c85954da0e
DIST grpcio_status-1.67.1.tar.gz 13673 BLAKE2B d9055a589bd9afb2e2dda9f6586ebb59beb23a1e0ee05639a63e9d15c96d386f329f05e79dd8a28e6cd4472fb1798eed0b2013ba300f870f6532f3a7fe3be06a SHA512 981075457c034e0e3564bf5f636832f8d88036daeba321032ec6b8a57801088daf3e1ade39896d7a39af1a76760ff58e939373a98ab4555c3e0f42c759fb3448
EBUILD grpcio-status-1.59.0.ebuild 705 BLAKE2B 13665c373c4ae7e535378c5d92ce5a5b6807aa086e27439be092d5744c45e4ecca364000b75754c3c8d44fdea143cc5ecc6588ca604aeb966d00152ccb3347ac SHA512 3ff7200d7d46b4d174a6e326b376e1f5f3141f6e9343dff49f3d145b3be884a91387b52fcc65eefe9ef8c17653900a9c0a35f982148cd7247b8510bbe316f95b
EBUILD grpcio-status-1.66.2.ebuild 685 BLAKE2B 441da630dc79f62540bc2374d0fd9f5ec972ab5c9f8ce72a2c0bcdee8e3c421d9fe66be05d354814215133f1d1881c0fc1a5d40859fec951f697ecd5cdbb0d01 SHA512 f8b5593508e855870f736d428b4392c6398396d3a8ef908e47bdeec0e98c069e80698b211778d109de991d3f87675047c8f4ccc4ca0ffcf59fb1b7f73211df9d
EBUILD grpcio-status-1.67.1.ebuild 685 BLAKE2B 441da630dc79f62540bc2374d0fd9f5ec972ab5c9f8ce72a2c0bcdee8e3c421d9fe66be05d354814215133f1d1881c0fc1a5d40859fec951f697ecd5cdbb0d01 SHA512 f8b5593508e855870f736d428b4392c6398396d3a8ef908e47bdeec0e98c069e80698b211778d109de991d3f87675047c8f4ccc4ca0ffcf59fb1b7f73211df9d
MISC metadata.xml 466 BLAKE2B 2dea51ed840c7921d330cfc0513710d6ef2c0b2088c5e4dce4c60f0ee90a666e49e07b4736c8745ecdb5f090fe4c06e2115ca9a842834591b01326b23a649480 SHA512 48903796b3558afe4d1ba20f46c1f4f86b25693a57169ada1de56e89af460c31d10ef737ee0c1a267147783113d73d5de9ce7f3736d30cc6f101c4caa2940c4e

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
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-5.26.1[${PYTHON_USEDEP}]
>=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
>=dev-python/googleapis-common-protos-1.5.5[${PYTHON_USEDEP}]"
BDEPEND=">=dev-python/cython-3[${PYTHON_USEDEP}]"
distutils_enable_tests pytest