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 --- dev-python/grpcio-tools/grpcio-tools-1.66.1.ebuild | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 dev-python/grpcio-tools/grpcio-tools-1.66.1.ebuild (limited to 'dev-python/grpcio-tools/grpcio-tools-1.66.1.ebuild') diff --git a/dev-python/grpcio-tools/grpcio-tools-1.66.1.ebuild b/dev-python/grpcio-tools/grpcio-tools-1.66.1.ebuild deleted file mode 100644 index ac2c3223..00000000 --- a/dev-python/grpcio-tools/grpcio-tools-1.66.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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}] -