Skip to content

Commit

Permalink
dev-python/grpcio-status: add 1.66.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelbeh committed Nov 3, 2024
1 parent 1dc2c42 commit bd490e1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 2318 Ebuilds in total, 2304 of them have in total 2342 (43 different) licenses assigned.
There are 2319 Ebuilds in total, 2305 of them have in total 2343 (43 different) licenses assigned.

|License| Ebuilds using it|
|-------|-----|
|MIT|1317|
|Apache-2.0|544|
|Apache-2.0|545|
|GPL-3|143|
|BSD|125|
|GPL-2|26|
Expand Down
4 changes: 3 additions & 1 deletion dev-python/grpcio-status/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DIST grpcio-status-1.59.0.tar.gz 13554 BLAKE2B 8b4c13e27d5c7c5b4d9d3073f3593a67f6729103da7717c81c4f68e509a1ffbea500218afed1b0499220dad8e21d3d16f9bc9dae96de404bd1a5b1259569806c SHA512 f6fb6da7ec990b747560756f0b2375e993f12cc97fafbfcc96364dbeabdfd3b9afb4caaa0ac5b8bc24e651b28e0ee750bb1e5df0e280d8b5f86739f698acd599
EBUILD grpcio-status-1.59.0.ebuild 712 BLAKE2B 51fffd153040daf6955bfbe48682de8b08dffe87df24712c6c4e5b22e0559e98eabe9c6b6a4ce85d2e1aa9defef8e1acfbedea4d3480381abea778c7469ab665 SHA512 41a5d67116f8e7b65f7c4c53436817e324e5439f811dd1e7f2b5ec53b7d9f55642fa3b1878d07261bf2deb9e86e0a0f21da4c29c8df0517f96e4ce3c2817a652
DIST grpcio_status-1.66.2.tar.gz 13673 BLAKE2B 87455af0578135110763680eec254a6e9aa23c5f2a1ff8b3b337a69d5f05bb6b2c93a1da2db00ccef20d8ae1699999e541c1da0b90a89827bd5d598c3d1cab18 SHA512 d0d43365ce0e03908960d70736acabd20686446297042196457f0d0af1322a619a3bd95e244ad7ee3442b29cb79b143c9713d5eb489cb0d958eee6c85954da0e
EBUILD grpcio-status-1.59.0.ebuild 712 BLAKE2B 66ec9a8360c7cbe46e9947ee03f555fc630f2490c5af1c43316bed777829ee57f3d9ac0b371cbefde4b49344047eca28ee64855bd9d74c7df0ac6e90f9f0511c SHA512 69d709cd94ac48d9d10b0d3458e579cbd0a7f59bf611e66d071df5988623562bfae1fc0f272e715c6702bb8b058853e390f5c72bc43a6c684b26b0df25bb6675
EBUILD grpcio-status-1.66.2.ebuild 692 BLAKE2B ea368034efdd5fc43a600f22ce62baa597b027cd15de9ad68efc70e3db007f63a89768818d07393f7d67c5712f09d0a48d8eb6cd4051fabae507625ffdf3c4b5 SHA512 8477e73879f50e39a80bc9e07ea1f768fdd7aca8c461c7518343d86712b046ac2a99f0e05311d6d4b3c4de9236ebeb007f1ad68461dcfe16b74543cd3b67acee
MISC metadata.xml 466 BLAKE2B 2dea51ed840c7921d330cfc0513710d6ef2c0b2088c5e4dce4c60f0ee90a666e49e07b4736c8745ecdb5f090fe4c06e2115ca9a842834591b01326b23a649480 SHA512 48903796b3558afe4d1ba20f46c1f4f86b25693a57169ada1de56e89af460c31d10ef737ee0c1a267147783113d73d5de9ce7f3736d30cc6f101c4caa2940c4e
2 changes: 1 addition & 1 deletion dev-python/grpcio-status/grpcio-status-1.59.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
Expand Down
26 changes: 26 additions & 0 deletions dev-python/grpcio-status/grpcio-status-1.66.2.ebuild
Original file line number Diff line number Diff line change
@@ -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-python-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

0 comments on commit bd490e1

Please sign in to comment.