dev-python/google-cloud-pubsub: add 2.23.0

Closes: #3864
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-26 00:24:38 +02:00
parent 15e5323a0f
commit c008dd7c00
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 additions and 5 deletions

View File

@ -606,12 +606,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 2097 Ebuilds in total, 2086 of them have in total 2113 (42 different) licenses assigned.
There are 2098 Ebuilds in total, 2087 of them have in total 2114 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1213|
|Apache-2.0|472|
|Apache-2.0|473|
|GPL-3|128|
|BSD|111|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST google-cloud-pubsub-2.13.11.tar.gz 261014 BLAKE2B 9b253cf545759022e6799f592541ec0ff7701109116ca3bad5e480c7554a59d363aa41b95af957d4bbdb08f9488f4e343e1f3e13501fad44ffc209c68dfdfc15 SHA512 4529ab8246fbd19008b775fa003e0971698449165de66a3497446fd5b5ceff76fd240b05252712e672889bcc4c5195daabb01b1364a79146e746f80c3de5e9f5
EBUILD google-cloud-pubsub-2.13.11.ebuild 1023 BLAKE2B b5637f481bd3508f4c7d5219a4d356efd0da005398df937020f31658aba76e3be5caaaac2b6b0a275c3584b3187dae2e836a193dd1a70741e3021a89ab6baadd SHA512 a8e09b80c568e3861defdbd68aa2f250cf46e918c9a178c6ef1464e657ad46e7b9963934066501d0062ae76b40fe47ec16486b29a5b0f736252bb907fdb094c6
DIST google_cloud_pubsub-2.23.0.tar.gz 337880 BLAKE2B d6a245109972d79aab72465046711a0461dca253db516bfba4acd148289bbce827ca169a5caf2e9cfecabefbeeb0181b360b4f81c48317c787048b9f1cecb0c5 SHA512 39e13e89d83f0419fc565adea6c6a981ac714a793467eaf25d40aee4a040173e4d4fe7a20b5cc10690a1d1be62dadc20eaaf5c04288f8b28cbd457b547698c47
EBUILD google-cloud-pubsub-2.13.11.ebuild 1023 BLAKE2B 32300edd58df345fa71ac5a4a655acf91615c794d60d23b10a2ea392054194a78464b07014485ddd18e43554ec099a5c30241874a2f961c71e07b6dbda8bcf54 SHA512 3bea942c5256f9cd2cd03e8bcb62051b3bb992fdc95dc39343d79110747e58b247af077e8d323bb288f619c87164e5bb8c25ed04074b9e15b3ab32db75a76647
EBUILD google-cloud-pubsub-2.23.0.ebuild 962 BLAKE2B 81cf5475d2318c815e37700174869c3a794ed6530102bd2734c9c25d162fe900d84fce632443927a510e64b3c594df3a1603a92f10da348ae3eb137100abfa1f SHA512 fc4a2e8aef9dbf598cdf66f91727c4c4e61e2e28b56619ffe2e238fc3309a74aea78c0f278616527daf02262eea01fc961e06a318c5796cae3de7bda2e04f1d0
MISC metadata.xml 538 BLAKE2B 4f5d6e77e693f2efefe101a139d615099f3ae95364cf180c3994758de2ee5a28a98be81f7dc67a63573358a6753694064ab1e07900f28d1cdf3160bd9c2a2467 SHA512 7e008e4abea1e7a697bd97fdeb036120be07a629150acefc28e7765594521ba18a2f18ce52d1fbad4f02b49572503fd449c2f90b5b1f860fc1fbdd841bcb8439

View File

@ -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..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi

View File

@ -0,0 +1,32 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Google Cloud Pub/Sub API client library"
HOMEPAGE="https://github.com/googleapis/python-pubsub https://pypi.org/project/google-cloud-pubsub/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/grpcio-1.51.3[${PYTHON_USEDEP}]
>=dev-python/google-auth-2.14.1[${PYTHON_USEDEP}]
>=dev-python/google-api-core-1.34.0[${PYTHON_USEDEP}]
>=dev-python/proto-plus-1.22.2[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.20.2[${PYTHON_USEDEP}]
>=dev-python/grpcio-status-1.33.2[${PYTHON_USEDEP}]
>=dev-python/grpc-google-iam-v1-0.12.4[${PYTHON_USEDEP}]"
python_install_all() {
distutils-r1_python_install_all
find "${ED}" -name '*.pth' -delete || die
}