dev-python/google-cloud-pubsub: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
b83ccb0d63
commit
e745053946
@ -1,5 +1,5 @@
|
||||
DIST google-cloud-pubsub-2.13.10.tar.gz 260311 BLAKE2B c76be92c936449ad6a80f0c8a758646755c9caedf111b5e9dfd5a31bb0950d8877426481c949dda1f935a8dcf3084121f60769c4b05d34fe4379e5312cc652a0 SHA512 693cbaa6fba98145985042f589e2c32da9638d21fda82338a13243b2dfbd8f852a76ddaa531f8b25284346e282f67ac410769dd6e833bc7e5b6477da9e40892f
|
||||
DIST google-cloud-pubsub-2.13.11.tar.gz 261014 BLAKE2B 9b253cf545759022e6799f592541ec0ff7701109116ca3bad5e480c7554a59d363aa41b95af957d4bbdb08f9488f4e343e1f3e13501fad44ffc209c68dfdfc15 SHA512 4529ab8246fbd19008b775fa003e0971698449165de66a3497446fd5b5ceff76fd240b05252712e672889bcc4c5195daabb01b1364a79146e746f80c3de5e9f5
|
||||
EBUILD google-cloud-pubsub-2.13.10.ebuild 1099 BLAKE2B 716a3ea000382339582e2f789db34ccd8d5013263529ea78d7b4a48d61301ebc602e05d2dede25668bc9ed525d1fe7cb80e72901b418ede7175c77951ff38462 SHA512 ba06dcd61cf8ba5c6ea4d21108c9e8c6a65b9a4a669671e3e8b769878b6ebcea7e0eb70fde3656cb26abd887141f6d2b25b3ab3600a712a8cffef64f0542fc05
|
||||
EBUILD google-cloud-pubsub-2.13.11.ebuild 1130 BLAKE2B f87fb88c5bbd7b2516b9fa75f4c23314b4178c45fc6095f41208958059a47958c3fd9abc6880a16efdc29b693b6b63f78f5cb4f6304d3ab64acacf31a78a5c52 SHA512 029e758bf4160d871598e4845177c1222240e6602e866faa8fe3389705d308131614accd7a719d0a04993d145b77167539bcc88bd8141a82a664309063e3c45a
|
||||
EBUILD google-cloud-pubsub-2.13.10.ebuild 1023 BLAKE2B b0e6109c895b0f8ebc08b207468d68f15a48b7fc78755d3743f4621544e5a7d65131fb03f9806454cd11f1e59fe865c225cae5808c15e8026856b5aeca905fe1 SHA512 ba388d96d7f4b09548c7a9c25cd2dcb18301357bda36a73b3b0d67eaf1689216ae71f0bd91dc19470148ec4c97ebe201712fda4981c4d8f33bcdbcc213195c90
|
||||
EBUILD google-cloud-pubsub-2.13.11.ebuild 1023 BLAKE2B b5637f481bd3508f4c7d5219a4d356efd0da005398df937020f31658aba76e3be5caaaac2b6b0a275c3584b3187dae2e836a193dd1a70741e3021a89ab6baadd SHA512 a8e09b80c568e3861defdbd68aa2f250cf46e918c9a178c6ef1464e657ad46e7b9963934066501d0062ae76b40fe47ec16486b29a5b0f736252bb907fdb094c6
|
||||
MISC metadata.xml 538 BLAKE2B 4f5d6e77e693f2efefe101a139d615099f3ae95364cf180c3994758de2ee5a28a98be81f7dc67a63573358a6753694064ab1e07900f28d1cdf3160bd9c2a2467 SHA512 7e008e4abea1e7a697bd97fdeb036120be07a629150acefc28e7765594521ba18a2f18ce52d1fbad4f02b49572503fd449c2f90b5b1f860fc1fbdd841bcb8439
|
||||
|
@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
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/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@ -26,15 +26,10 @@ RDEPEND=">=dev-python/grpcio-1.38.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-3.19.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/grpc-google-iam-v1-0.12.4[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_install_all() {
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
PYPI_NO_NORMALIZE=1
|
||||
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/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@ -26,15 +26,10 @@ RDEPEND=">=dev-python/grpcio-1.38.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-3.19.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/grpc-google-iam-v1-0.12.4[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_install_all() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user