dev-python/google-cloud-pubsub: add 2.13.10
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST google-cloud-pubsub-2.11.0.tar.gz 252433 BLAKE2B e94df877e9d79adcdfc71f051ee883238c0e9bfa98d2c7265466c3ca20b7f3989b63b332107d4e7f3332fa449739b22dc1b1bd86c21ac8adfdaeec0c75651caf SHA512 93f767fa3548fdcfbb33e7c8aff71656e4169039f62ec00d1b5a231e196367403a5dd229798854ff55165744c1ca899b76e94ddcee13111185e41235fd668261
|
||||
DIST google-cloud-pubsub-2.13.10.tar.gz 260311 BLAKE2B c76be92c936449ad6a80f0c8a758646755c9caedf111b5e9dfd5a31bb0950d8877426481c949dda1f935a8dcf3084121f60769c4b05d34fe4379e5312cc652a0 SHA512 693cbaa6fba98145985042f589e2c32da9638d21fda82338a13243b2dfbd8f852a76ddaa531f8b25284346e282f67ac410769dd6e833bc7e5b6477da9e40892f
|
||||
EBUILD google-cloud-pubsub-2.11.0.ebuild 945 BLAKE2B 13232993277265085e6ea0cf01ee66561662586b42713726333402e2528ffe17bd3ac69eaa304ac3cd2f27a0ed303dba7aa2267479b612f6795114984293ac92 SHA512 2c5acdb2a08b65fc51a099bdacb1366ec2fe697b361db6ba88844c3e63107d9300513d0d20103e39b751bbf3cbbcbea7882e82329631ba42b00b77a38163788e
|
||||
EBUILD google-cloud-pubsub-2.13.10.ebuild 1099 BLAKE2B b6350c6316641945673c885dde7846b55089e578f8de1f1a74b67bc8351f20979397053ae8358254448706a328f716a26b180463b103f3f0dedb03c8706ef649 SHA512 b6a08c12632b390ee6fed2ceff9e6387ae0363fe3bfd11a1afc294f45e1bfa27f97c6fd85ff0e9d64a4778d27064aa5e7e0702ae16ce0e31abf92b3fd4f93744
|
||||
MISC metadata.xml 472 BLAKE2B b77f5edd065e63bdf09b86d12c216544ff8942015968fdb45e8e3fe058bfb122d72f419cf8d2df1c5f587b743dbf8bf79f6a68edea3ec3b6ccf605a2e45350c6 SHA512 41359aa6793f1a2b438708ea516a4ba6975fa634fd5f287421088124573d007c44a784295a3bc7eefad042f2e5aae4373aec64937904b200ab4ad5120f7bc602
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
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"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/grpcio-1.38.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/grpcio-status-1.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/google-api-core-1.32.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/proto-plus-1.22.0[${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() {
|
||||
distutils-r1_python_install_all
|
||||
find "${ED}" -name '*.pth' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user