dev-python/grpcio-status: drop 1.51.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:04:09 +01:00 committed by Andreas Billmeier
parent 7f9c6c6f37
commit 657ba49123
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 30 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 1672 Ebuilds in total, 1661 of them have in total 1675 (40 different) licenses assigned.
There are 1671 Ebuilds in total, 1660 of them have in total 1674 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|959|
|Apache-2.0|362|
|Apache-2.0|361|
|GPL-3|96|
|BSD|95|
|GPL-2|27|

View File

@ -1,7 +1,5 @@
DIST grpcio-status-1.51.1.tar.gz 13522 BLAKE2B 01b7b7018cbd20304ebcccbf68ed3a933be9bbe1e6e7ae351829b04e7fff3e76a1f5ef793bb9d3c0bea5fc544716818cdf43fe06e95a4e4c663ebaf32008db53 SHA512 28cbe2083c011a999221f38a7406a874b6190bc7693017fda84589c9a5550494ffb03742b0fba897e429ebeddafad9ecf574e998f08fd8b07547f5b3359b1f93
DIST grpcio-status-1.58.0.tar.gz 13524 BLAKE2B 4a75179e8c71cd3e10837bc53c264df1afdd48157ab148d7358d2479b55830ece6fa840cf80b0999673d9f6d91f74ecf578e464e4f3392272f90ea11064bf0cc SHA512 dc4a9af133205699185e681e221c9f6efe4364c9c2957395ed84ce4633feffcc8558a8aba007e72ac9cdec2724205643d5721da4759be3c9b84df7a806250ebe
DIST grpcio-status-1.59.0.tar.gz 13554 BLAKE2B 8b4c13e27d5c7c5b4d9d3073f3593a67f6729103da7717c81c4f68e509a1ffbea500218afed1b0499220dad8e21d3d16f9bc9dae96de404bd1a5b1259569806c SHA512 f6fb6da7ec990b747560756f0b2375e993f12cc97fafbfcc96364dbeabdfd3b9afb4caaa0ac5b8bc24e651b28e0ee750bb1e5df0e280d8b5f86739f698acd599
EBUILD grpcio-status-1.51.1.ebuild 655 BLAKE2B eb4cf114f7efaaaa803b43538db9ff0ce99611e65adce349f0f91235cd11c8a0197e897b7ae9ef2d319df4869a48ed720b93407005a6652a54fcd22ddce9f325 SHA512 54595402fc28407c3816411848501c208035e1157a80914e065c4df4e4ec8eae25640ea83b2aa971e726814d5a764986c53d9110b0c56099cc1b46b47cbc48a6
EBUILD grpcio-status-1.58.0.ebuild 750 BLAKE2B 59b87752d05be79bfce4d1c5ab8ead26d91af05b28cc459709473de4ec72bc15a5dd625736056cdc916aab35f00804366143e44451dd1101f035ea5c66a045a3 SHA512 05c3d43333cc336a2bd697fd2b5f0e2272c416527f80eff2b11a543b6bdb7f7e6fccaac145dcf6e7d15c85a0e5979e746360d8ec78a1326da5b1462700f6b67a
EBUILD grpcio-status-1.59.0.ebuild 712 BLAKE2B 67bed978eb0d3f31f0cbe454de75df8711137d27fccdb9db6165048429b2aef816274a9981abaafcf60ebee7096230ead9522f9cdb2101c8fbcc09d2d95b6e33 SHA512 d6b2af4f7bd5c1682cb4527e1ccf98f13515e102c6303afd6f2fbc13ab27738811335296435310f3c9a6216b3885c7dd6001a290a360ef0992da8afb99dbfb04
MISC metadata.xml 466 BLAKE2B 2dea51ed840c7921d330cfc0513710d6ef2c0b2088c5e4dce4c60f0ee90a666e49e07b4736c8745ecdb5f090fe4c06e2115ca9a842834591b01326b23a649480 SHA512 48903796b3558afe4d1ba20f46c1f4f86b25693a57169ada1de56e89af460c31d10ef737ee0c1a267147783113d73d5de9ce7f3736d30cc6f101c4caa2940c4e

View File

@ -1,26 +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="Status proto mapping for gRPC"
HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio-status/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/protobuf-python-3.12.0[${PYTHON_USEDEP}]
>=dev-python/grpcio-1.51.1[${PYTHON_USEDEP}]
dev-python/googleapis-common-protos[${PYTHON_USEDEP}]"
distutils_enable_tests pytest