dev-python/google-cloud-pubsub: drop 2.13.10

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 13:13:19 +02:00 committed by Andreas Billmeier
parent e745053946
commit b6ad179b58
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 40 deletions

View File

@ -1,5 +1,3 @@
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 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

View File

@ -1,38 +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="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.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="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
python_install_all() {
distutils-r1_python_install_all
find "${ED}" -name '*.pth' -delete || die
}