mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
grpcio-tools: fork, still required by opensnitch
This commit is contained in:
parent
bd5dbe805b
commit
624d192914
8 changed files with 123 additions and 0 deletions
3
dev-python/grpcio-testing/Manifest
Normal file
3
dev-python/grpcio-testing/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST grpcio-testing-1.51.0.tar.gz 22390 BLAKE2B 813ade1f3f44e3aeda7ca779f130897281036de111cb17f9297f267961a591e1fa3b88380ccbec42edd339487f1b3f1028dcd308c46ffd8fde5817e3909cfd41 SHA512 3fd9de9cd75aebcf1f6c3716bbacaf5cc9cc9aa74acb42dd128b5c158fa2d52549cdcc8f3ea9f2cb0b86d0b84c998acd55fa16e879ac9099a2348d889d35d837
|
||||
EBUILD grpcio-testing-1.51.0.ebuild 552 BLAKE2B 77c4231569c0a9e65c69c8e30afa695abb957578b5cf2eafc7f752ab080764738654a8abef3c8ac2cefdbee51410701fb7c8407d6a8f08b5d47f802a97dfaf31 SHA512 a6fde867de0ad690c5ed847cd5fff699329e221031e8490a4a9b834086315c7af9acf254bdd6342fca31a3f84c25934bfb98402017a996ab3fa173ed0e559e39
|
||||
MISC metadata.xml 294 BLAKE2B b40ee9c10b3e8c5330d7eb82c864405a7be1764a78d7760067b467cf64c5e27a299a730e2e06b75603b1b0a7f8f89ead829795928b2ac67dc78e27b7df19773f SHA512 912ce7efda67fd84ccf15b0f64225adfa54076ac0ecdc6d603442c662caea03f0b38d67985f303df07131e176f88d1b35922bc86d2c4008beb62ccb3a1c78ac0
|
||||
24
dev-python/grpcio-testing/grpcio-testing-1.51.0.ebuild
Normal file
24
dev-python/grpcio-testing/grpcio-testing-1.51.0.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Testing utilities for gRPC Python"
|
||||
HOMEPAGE="https://grpc.io"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
|
||||
<dev-python/protobuf-python-5[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-4.21.3[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="${RDEPEND}"
|
||||
9
dev-python/grpcio-testing/metadata.xml
Normal file
9
dev-python/grpcio-testing/metadata.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="github">grpc/grpc</remote-id>
|
||||
<remote-id type="pypi">grpcio-testing</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
2
dev-python/grpcio-tools/Manifest
Normal file
2
dev-python/grpcio-tools/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST grpcio-tools-1.51.0.tar.gz 2254565 BLAKE2B 7486c7c62d691cb3cbaf02a68e73d6d94ee48396b26c4d46c22776396ba7d637c9b6738c00e19a99101e189e7092b2240adbf53ae9d32188dc813a9b0a49c25d SHA512 fa76fd970c399aed7639d6ce343834a5e7d76f2247cc99e59d0bf29844fb2f366bc9b8e2124d7c9dd9163953741c06015ded7f400b8e77d0cdad8ac291a7af83
|
||||
DIST grpcio-tools-1.62.0.tar.gz 4613875 BLAKE2B 60c8d7c38f10a80ed5b420ecab312ea6f5ad384245194c4f6726783385d443c6354306bbef604230d3a81e9f2cc6885f76eb6a5beae4733279d6210c3fe6603d SHA512 c1691a705cea54056850e98caff37025e551b165b4042f6cab856319805e9507b9aaac5ceea35641f62ce619274faac735e4d2002d36e22b1ce22cf96269dc58
|
||||
36
dev-python/grpcio-tools/grpcio-tools-1.51.0.ebuild
Normal file
36
dev-python/grpcio-tools/grpcio-tools-1.51.0.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
|
||||
inherit distutils-r1 multiprocessing prefix pypi
|
||||
|
||||
DESCRIPTION="Protobuf code generator for gRPC"
|
||||
HOMEPAGE="https://grpc.io"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
|
||||
<dev-python/protobuf-python-5[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-4.21.3[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
hprefixify setup.py
|
||||
}
|
||||
|
||||
python_configure_all() {
|
||||
export GRPC_PYTHON_BUILD_WITH_CYTHON=1
|
||||
export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="$(makeopts_jobs)"
|
||||
}
|
||||
36
dev-python/grpcio-tools/grpcio-tools-1.62.0.ebuild
Normal file
36
dev-python/grpcio-tools/grpcio-tools-1.62.0.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
|
||||
inherit distutils-r1 multiprocessing prefix pypi
|
||||
|
||||
DESCRIPTION="Protobuf code generator for gRPC"
|
||||
HOMEPAGE="https://grpc.io"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
|
||||
<dev-python/protobuf-python-5[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-4.21.3[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
hprefixify setup.py
|
||||
}
|
||||
|
||||
python_configure_all() {
|
||||
export GRPC_PYTHON_BUILD_WITH_CYTHON=1
|
||||
export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="$(makeopts_jobs)"
|
||||
}
|
||||
9
dev-python/grpcio-tools/metadata.xml
Normal file
9
dev-python/grpcio-tools/metadata.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="github">grpc/grpc</remote-id>
|
||||
<remote-id type="pypi">grpcio-tools</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -21,3 +21,7 @@ dev-python/gatt-python
|
|||
net-wireless/kismet-rest
|
||||
net-wireless/kismetdb
|
||||
~dev-python/pydispatcher-2.0.5
|
||||
|
||||
dev-python/grpcio
|
||||
dev-python/grpcio-tools
|
||||
dev-python/grpcio-testing
|
||||
|
|
|
|||
Loading…
Reference in a new issue