dev-python/grpcio-status: drop 1.58.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
38c07a30d3
commit
c40e2f4c22
@ -617,11 +617,11 @@ 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 1949 Ebuilds in total, 1938 of them have in total 1958 (42 different) licenses assigned.
|
||||
There are 1947 Ebuilds in total, 1936 of them have in total 1956 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1109|
|
||||
|MIT|1107|
|
||||
|Apache-2.0|434|
|
||||
|GPL-3|128|
|
||||
|BSD|110|
|
||||
|
@ -1,5 +1,3 @@
|
||||
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.58.0.ebuild 750 BLAKE2B 59b87752d05be79bfce4d1c5ab8ead26d91af05b28cc459709473de4ec72bc15a5dd625736056cdc916aab35f00804366143e44451dd1101f035ea5c66a045a3 SHA512 05c3d43333cc336a2bd697fd2b5f0e2272c416527f80eff2b11a543b6bdb7f7e6fccaac145dcf6e7d15c85a0e5979e746360d8ec78a1326da5b1462700f6b67a
|
||||
EBUILD grpcio-status-1.59.0.ebuild 712 BLAKE2B 67bed978eb0d3f31f0cbe454de75df8711137d27fccdb9db6165048429b2aef816274a9981abaafcf60ebee7096230ead9522f9cdb2101c8fbcc09d2d95b6e33 SHA512 d6b2af4f7bd5c1682cb4527e1ccf98f13515e102c6303afd6f2fbc13ab27738811335296435310f3c9a6216b3885c7dd6001a290a360ef0992da8afb99dbfb04
|
||||
EBUILD grpcio-status-1.59.0.ebuild 712 BLAKE2B 51fffd153040daf6955bfbe48682de8b08dffe87df24712c6c4e5b22e0559e98eabe9c6b6a4ce85d2e1aa9defef8e1acfbedea4d3480381abea778c7469ab665 SHA512 41a5d67116f8e7b65f7c4c53436817e324e5439f811dd1e7f2b5ec53b7d9f55642fa3b1878d07261bf2deb9e86e0a0f21da4c29c8df0517f96e4ce3c2817a652
|
||||
MISC metadata.xml 466 BLAKE2B 2dea51ed840c7921d330cfc0513710d6ef2c0b2088c5e4dce4c60f0ee90a666e49e07b4736c8745ecdb5f090fe4c06e2115ca9a842834591b01326b23a649480 SHA512 48903796b3558afe4d1ba20f46c1f4f86b25693a57169ada1de56e89af460c31d10ef737ee0c1a267147783113d73d5de9ce7f3736d30cc6f101c4caa2940c4e
|
||||
|
@ -1,28 +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}]"
|
||||
BDEPEND=">=dev-python/cython-0.29.8[${PYTHON_USEDEP}]
|
||||
<dev-python/cython-3[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
Loading…
Reference in New Issue
Block a user