From c593b94c4339242cc8d3bb94e3f861f894a57299 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 11 Oct 2024 02:51:18 +0100 Subject: dev-python/grpcio{,-tools} : revision bump --- .../grpcio-tools/grpcio-tools-1.66.1-r1.ebuild | 39 +++++++++++++++++ dev-python/grpcio-tools/grpcio-tools-1.66.1.ebuild | 47 -------------------- dev-python/grpcio/grpcio-1.66.1-r1.ebuild | 50 ++++++++++++++++++++++ dev-python/grpcio/grpcio-1.66.1.ebuild | 50 ---------------------- 4 files changed, 89 insertions(+), 97 deletions(-) create mode 100644 dev-python/grpcio-tools/grpcio-tools-1.66.1-r1.ebuild delete mode 100644 dev-python/grpcio-tools/grpcio-tools-1.66.1.ebuild create mode 100644 dev-python/grpcio/grpcio-1.66.1-r1.ebuild delete mode 100644 dev-python/grpcio/grpcio-1.66.1.ebuild (limited to 'dev-python') diff --git a/dev-python/grpcio-tools/grpcio-tools-1.66.1-r1.ebuild b/dev-python/grpcio-tools/grpcio-tools-1.66.1-r1.ebuild new file mode 100644 index 00000000..53ebfb86 --- /dev/null +++ b/dev-python/grpcio-tools/grpcio-tools-1.66.1-r1.ebuild @@ -0,0 +1,39 @@ +# 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}] +