From 939924b508a31158fddb03a7942eb1c6867e87d0 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Fri, 2 Aug 2024 22:26:05 +0800 Subject: [PATCH] grpcio: merge https://github.com/pentoo/pentoo-overlay/pull/2058 without testing. Let's retest after protobuf is stable --- dev-python/grpcio-tools/Manifest | 1 + .../grpcio-tools/grpcio-tools-1.65.2.ebuild | 50 +++++++++++++++++++ dev-python/grpcio/Manifest | 1 + dev-python/grpcio/grpcio-1.65.2.ebuild | 47 +++++++++++++++++ 4 files changed, 99 insertions(+) create mode 100644 dev-python/grpcio-tools/grpcio-tools-1.65.2.ebuild create mode 100644 dev-python/grpcio/grpcio-1.65.2.ebuild diff --git a/dev-python/grpcio-tools/Manifest b/dev-python/grpcio-tools/Manifest index 36fc72692..bf023f5f8 100644 --- a/dev-python/grpcio-tools/Manifest +++ b/dev-python/grpcio-tools/Manifest @@ -1 +1,2 @@ DIST grpcio-tools-1.62.0.tar.gz 4613875 BLAKE2B 60c8d7c38f10a80ed5b420ecab312ea6f5ad384245194c4f6726783385d443c6354306bbef604230d3a81e9f2cc6885f76eb6a5beae4733279d6210c3fe6603d SHA512 c1691a705cea54056850e98caff37025e551b165b4042f6cab856319805e9507b9aaac5ceea35641f62ce619274faac735e4d2002d36e22b1ce22cf96269dc58 +DIST grpcio_tools-1.65.2.tar.gz 5028990 BLAKE2B 96e141c620c6c7819dd9889263b0fe08f4abc93bbad50863e0513f85c4a140539e8aaef923fe502098234f1426a348c4b5b211998c7fcd952d280239a760ff8a SHA512 2b08fadaac4efda63bec88e1575062a6e88d2a187ee23cbad58eeed41612660dc9a2abfd37cf9b8025a287bdb5c7a82fb59d652391d6f026ac31d1a7487f0282 diff --git a/dev-python/grpcio-tools/grpcio-tools-1.65.2.ebuild b/dev-python/grpcio-tools/grpcio-tools-1.65.2.ebuild new file mode 100644 index 000000000..a669087ac --- /dev/null +++ b/dev-python/grpcio-tools/grpcio-tools-1.65.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +PYTHON_COMPAT=( python3_{9..12} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 multiprocessing prefix pypi + +DESCRIPTION="Protobuf code generator for gRPC" +HOMEPAGE="https://grpc.io" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + ~dev-python/grpcio-${PV}[${PYTHON_USEDEP}] + >=dev-python/protobuf-python-5.26.1[${PYTHON_USEDEP}] +