dev-python/grpcio-reflection: drop 1.51.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:04:24 +01:00 committed by Andreas Billmeier
parent 657ba49123
commit e92d363134
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 37 deletions

View File

@ -612,12 +612,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 1671 Ebuilds in total, 1660 of them have in total 1674 (40 different) licenses assigned.
There are 1670 Ebuilds in total, 1659 of them have in total 1673 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|959|
|Apache-2.0|361|
|Apache-2.0|360|
|GPL-3|96|
|BSD|95|
|GPL-2|27|

View File

@ -1,7 +1,5 @@
DIST grpcio-reflection-1.51.1.tar.gz 17218 BLAKE2B 9620f6df441d0eb59fdb4f8cdd5556fd43e5c8673a9033089a2049772722c8676ed5a63d2a25a1b1fdc8654faa419b0b6983598b04152dfe71090ace45b3f001 SHA512 30d7b2a9d6a93b5054947e9e8899c65e406405a6c972ae8399502147956fb4a0856e00d05afdc42de76525b6f04a7e7e1700f50bf5a0b61a14c5b94ba7dc84b7
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.51.1.ebuild 703 BLAKE2B 3fcbe914581a4a272096048db6a34cfece57345b3912cc126a53989551ba2cfb456b77ebbbaec871ebbe8fe4601d078d360034258a3e89aeb5e15c18cb2b1f5d SHA512 9f823be058fb8b56fc32ea321a791d9870f47a1632e16b06ee717ea772160860720c4ce17ca2087b52119056c2ef7c73baa6cf340549d912d0608c79f336baa3
EBUILD grpcio-reflection-1.58.0.ebuild 789 BLAKE2B f8b4fab314c528a2e5300b127f9e185a9721de107b31a1c0d5b96166da2e20ffb19cb85301735b89d69e1d87b71a11b887535f3e805e98f82d7ecb06cfd0a282 SHA512 47d1e3a08bba3ba2470f3c82f20f4e75f68f7787e8e55c0a23025ddb4d3f8132046aafc5f957d8747a4e216500d35be9b552a22269466039f0f71c64af717b24
EBUILD grpcio-reflection-1.59.0.ebuild 744 BLAKE2B 29ba2ab08ac1769879baab0aacf5f261406cecbb210caca3860fde1dd96885c60d00e8b3b5169a7467bf76a2a1b7d3a30a951b253aed55112a03716f58ae4a1d SHA512 b8e4b1ffe9456e6e3076b6b39240dc760d306204890131f27829c9eac4ae178fcae2e54d8eb62f8d27fb1177c5fe70004bb38de42af6fbe11909a2b065860fa6
MISC metadata.xml 470 BLAKE2B c57c9c16cf1aa425f456171979590c6d62f926ef49d7b24de7372462322a6d1931835864dfc7e5461a1a6f52923bb9a6d37feee8f15bc6b4b10bc93da603773e SHA512 fb2f1191cbed33beddfdf8e0d6fd6980e6d1475e32f5ada6fb3d8e69a0c93726d60bff8dc3e9eca525d9e597ad018e84f2a6f2927fdde2d5c145d0841fcca550

View File

@ -1,33 +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="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest