From 38c07a30d3191de13afdf024cbaedddaab39e535 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Fri, 12 Apr 2024 17:43:46 +0200 Subject: [PATCH] dev-python/grpcio-reflection: drop 1.58.0 Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/grpcio-reflection/Manifest | 4 +-- .../grpcio-reflection-1.58.0.ebuild | 35 ------------------- .../grpcio-reflection-1.59.0.ebuild | 4 +-- 4 files changed, 5 insertions(+), 42 deletions(-) delete mode 100644 dev-python/grpcio-reflection/grpcio-reflection-1.58.0.ebuild diff --git a/README.md b/README.md index 4748c4bc95..8534e2e748 100644 --- a/README.md +++ b/README.md @@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 1951 Ebuilds in total, 1940 of them have in total 1960 (42 different) licenses assigned. +There are 1949 Ebuilds in total, 1938 of them have in total 1958 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1109| -|Apache-2.0|436| +|Apache-2.0|434| |GPL-3|128| |BSD|110| |LGPL-3|26| diff --git a/dev-python/grpcio-reflection/Manifest b/dev-python/grpcio-reflection/Manifest index 6e65d63b0e..ddf0bf3b26 100644 --- a/dev-python/grpcio-reflection/Manifest +++ b/dev-python/grpcio-reflection/Manifest @@ -1,5 +1,3 @@ -DIST grpcio-reflection-1.58.0.tar.gz 18284 BLAKE2B 5a251839ac1ff06de9257fb1bfe9eb297b971511591b699919019157d4c6f65bdb52c52207f0aa560b8e871e175174e932cb26e5f324aa494ca5b3654152047b SHA512 14c5fb8eac2cae2dc02ee69555206f87a9542cf5846d928cb90a53c58a96735945447e75b1a550717d3a5aa177395677f5c120b03c967f0885dcac0944d7bf2d DIST grpcio-reflection-1.59.0.tar.gz 18349 BLAKE2B 2192d87fed7c7f8d6546e66c4190622cc2752bb3626c514db01827a7496f67f54a0bc30dcf5a871d8699b010d744861f46ce8f5a51714e965e5a2b1f3446742c SHA512 829e985458e09f25c04717c950456cedb94d9b57483726b526181b382c4ff2068b6a6225cd40ae0d94cdef85d39f95a5a43a1ef3a9339179d52c0d7221404006 -EBUILD grpcio-reflection-1.58.0.ebuild 789 BLAKE2B f8b4fab314c528a2e5300b127f9e185a9721de107b31a1c0d5b96166da2e20ffb19cb85301735b89d69e1d87b71a11b887535f3e805e98f82d7ecb06cfd0a282 SHA512 47d1e3a08bba3ba2470f3c82f20f4e75f68f7787e8e55c0a23025ddb4d3f8132046aafc5f957d8747a4e216500d35be9b552a22269466039f0f71c64af717b24 -EBUILD grpcio-reflection-1.59.0.ebuild 744 BLAKE2B 29ba2ab08ac1769879baab0aacf5f261406cecbb210caca3860fde1dd96885c60d00e8b3b5169a7467bf76a2a1b7d3a30a951b253aed55112a03716f58ae4a1d SHA512 b8e4b1ffe9456e6e3076b6b39240dc760d306204890131f27829c9eac4ae178fcae2e54d8eb62f8d27fb1177c5fe70004bb38de42af6fbe11909a2b065860fa6 +EBUILD grpcio-reflection-1.59.0.ebuild 744 BLAKE2B 5fe6d51ab963d018fb858d3d2c15877e72fd2258b84ac4a7ca7a5dffe2f3587f383ea0b7f7fc765456fe9696a17036ca4704eca26f811456fe16bf7183b8e040 SHA512 64b32a9836599e676b14de67ba2051cb1352f79de222af66bf874435b5fccd07cd8bebb7883b78d70e479d13e4ef0b33cc510a79c0bd4425ef5579e82f7991bc MISC metadata.xml 470 BLAKE2B c57c9c16cf1aa425f456171979590c6d62f926ef49d7b24de7372462322a6d1931835864dfc7e5461a1a6f52923bb9a6d37feee8f15bc6b4b10bc93da603773e SHA512 fb2f1191cbed33beddfdf8e0d6fd6980e6d1475e32f5ada6fb3d8e69a0c93726d60bff8dc3e9eca525d9e597ad018e84f2a6f2927fdde2d5c145d0841fcca550 diff --git a/dev-python/grpcio-reflection/grpcio-reflection-1.58.0.ebuild b/dev-python/grpcio-reflection/grpcio-reflection-1.58.0.ebuild deleted file mode 100644 index 2457c6bf3d..0000000000 --- a/dev-python/grpcio-reflection/grpcio-reflection-1.58.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="Standard Protobuf Reflection Service for gRPC" -HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio-reflection/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.rst" - -RDEPEND=">=dev-python/grpcio-${PV}[${PYTHON_USEDEP}] - >=dev-python/protobuf-python-4.21.6" -BDEPEND=" - >=dev-python/cython-0.29.8[${PYTHON_USEDEP}] -