-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/grpcio-status: add 1.66.2
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/4103 Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
4 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |