Skip to content

Commit c008dd7

Browse files
committed
dev-python/google-cloud-pubsub: add 2.23.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3864 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 15e5323 commit c008dd7

File tree

4 files changed

+39
-5
lines changed

4 files changed

+39
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 2097 Ebuilds in total, 2086 of them have in total 2113 (42 different) licenses assigned.
609+
There are 2098 Ebuilds in total, 2087 of them have in total 2114 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613613
|MIT|1213|
614-
|Apache-2.0|472|
614+
|Apache-2.0|473|
615615
|GPL-3|128|
616616
|BSD|111|
617617
|LGPL-3|24|
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST google-cloud-pubsub-2.13.11.tar.gz 261014 BLAKE2B 9b253cf545759022e6799f592541ec0ff7701109116ca3bad5e480c7554a59d363aa41b95af957d4bbdb08f9488f4e343e1f3e13501fad44ffc209c68dfdfc15 SHA512 4529ab8246fbd19008b775fa003e0971698449165de66a3497446fd5b5ceff76fd240b05252712e672889bcc4c5195daabb01b1364a79146e746f80c3de5e9f5
2-
EBUILD google-cloud-pubsub-2.13.11.ebuild 1023 BLAKE2B b5637f481bd3508f4c7d5219a4d356efd0da005398df937020f31658aba76e3be5caaaac2b6b0a275c3584b3187dae2e836a193dd1a70741e3021a89ab6baadd SHA512 a8e09b80c568e3861defdbd68aa2f250cf46e918c9a178c6ef1464e657ad46e7b9963934066501d0062ae76b40fe47ec16486b29a5b0f736252bb907fdb094c6
2+
DIST google_cloud_pubsub-2.23.0.tar.gz 337880 BLAKE2B d6a245109972d79aab72465046711a0461dca253db516bfba4acd148289bbce827ca169a5caf2e9cfecabefbeeb0181b360b4f81c48317c787048b9f1cecb0c5 SHA512 39e13e89d83f0419fc565adea6c6a981ac714a793467eaf25d40aee4a040173e4d4fe7a20b5cc10690a1d1be62dadc20eaaf5c04288f8b28cbd457b547698c47
3+
EBUILD google-cloud-pubsub-2.13.11.ebuild 1023 BLAKE2B 32300edd58df345fa71ac5a4a655acf91615c794d60d23b10a2ea392054194a78464b07014485ddd18e43554ec099a5c30241874a2f961c71e07b6dbda8bcf54 SHA512 3bea942c5256f9cd2cd03e8bcb62051b3bb992fdc95dc39343d79110747e58b247af077e8d323bb288f619c87164e5bb8c25ed04074b9e15b3ab32db75a76647
4+
EBUILD google-cloud-pubsub-2.23.0.ebuild 962 BLAKE2B 81cf5475d2318c815e37700174869c3a794ed6530102bd2734c9c25d162fe900d84fce632443927a510e64b3c594df3a1603a92f10da348ae3eb137100abfa1f SHA512 fc4a2e8aef9dbf598cdf66f91727c4c4e61e2e28b56619ffe2e238fc3309a74aea78c0f278616527daf02262eea01fc961e06a318c5796cae3de7bda2e04f1d0
35
MISC metadata.xml 538 BLAKE2B 4f5d6e77e693f2efefe101a139d615099f3ae95364cf180c3994758de2ee5a28a98be81f7dc67a63573358a6753694064ab1e07900f28d1cdf3160bd9c2a2467 SHA512 7e008e4abea1e7a697bd97fdeb036120be07a629150acefc28e7765594521ba18a2f18ce52d1fbad4f02b49572503fd449c2f90b5b1f860fc1fbdd841bcb8439

dev-python/google-cloud-pubsub/google-cloud-pubsub-2.13.11.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Google Cloud Pub/Sub API client library"
11+
HOMEPAGE="https://github.com/googleapis/python-pubsub https://pypi.org/project/google-cloud-pubsub/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.rst"
20+
21+
RDEPEND=">=dev-python/grpcio-1.51.3[${PYTHON_USEDEP}]
22+
>=dev-python/google-auth-2.14.1[${PYTHON_USEDEP}]
23+
>=dev-python/google-api-core-1.34.0[${PYTHON_USEDEP}]
24+
>=dev-python/proto-plus-1.22.2[${PYTHON_USEDEP}]
25+
>=dev-python/protobuf-python-3.20.2[${PYTHON_USEDEP}]
26+
>=dev-python/grpcio-status-1.33.2[${PYTHON_USEDEP}]
27+
>=dev-python/grpc-google-iam-v1-0.12.4[${PYTHON_USEDEP}]"
28+
29+
python_install_all() {
30+
distutils-r1_python_install_all
31+
find "${ED}" -name '*.pth' -delete || die
32+
}

0 commit comments

Comments
 (0)