diff options
Diffstat (limited to 'dev-python/google-api-core')
6 files changed, 1 insertions, 231 deletions
diff --git a/dev-python/google-api-core/Manifest b/dev-python/google-api-core/Manifest index 12799c03af59..b4726f80b5ba 100644 --- a/dev-python/google-api-core/Manifest +++ b/dev-python/google-api-core/Manifest @@ -1,8 +1,2 @@ -DIST google_api_core-2.30.0.tar.gz 176959 BLAKE2B 2efe155280c9f1ceed4c89be1f458fca2787c18532596e21cf8262f091a28cf2551fc67e8c7c2cc1bc918163f0a4793553b0496edd345d3fab5c381094d1b1f0 SHA512 8501e3ded2bb8de8549601da138c2c635f0b8f54ca19251d2a66eac75944aa2efa5bcb9427dcf0845ef7c612c8129f6c113fbf42fbbdc787b0e76d57562b6ca8 -DIST google_api_core-2.30.0.tar.gz.provenance 5818 BLAKE2B 9fa55ad67d35ed1765553f585dbb4b237bfdb1f05564c5199610cdaff1659a93e90439e9f4e4436bd7aec5468c8bec38b9028b2f299dd43ee1323d48cf0ae5f1 SHA512 1ca3bb2c23acbbadaba8bcbb64169d6430dd7c491f34294a430b86e9a7c462d7c8459c4a3485155ad4f24cbbc1d081d511866b72678514d719674aab6e55d2ae -DIST google_api_core-2.30.1.tar.gz 176742 BLAKE2B 2e5f67f9d37544eb8d5f0991babc57b58246dbfbf31037503c8523d5e9c4dec9e081b353b8ab0a8d54dda3be30a2c23ffa2b0ecdc686b7f5a52e94fda3fbc16c SHA512 82feb714d1182705dd08c5b3f7606d8341fe765825b034eeb90c789f717157f208b241f27feda143daa240d86dbfe22e24dcbbb1812b9e6bb3c7ef5690b8ec86 -DIST google_api_core-2.30.2.tar.gz 176862 BLAKE2B 700bcebabfa41d653d1fe3b55bb4f70aaff80b9152b819e4af60e1b2440e242a131b275ef26ccef8ae2062c4e5a5b4a985a37dd6910492492e2f3b75755ee543 SHA512 5626a9f3bb1faf83ad3e3caf9093b7514ef2c3ac391a6227b0eabb0b59ec9e5a19f86eba85320db152068053cf05f7a28e1e17437d60d4272d380c8319c7b50a -DIST google_api_core-2.30.2.tar.gz.provenance 5896 BLAKE2B bdc2e34b15ae52c58090c2e6e88a86a206919825fbb7cfe33edafe5e6b76e78060e080be69e0a0b348c0ff3f47ef0b2a511de3e398543fbec20095e7d2b05169 SHA512 2e0fe2f790e27f386ee49d68e004ffc2ca8e43df1eaeda40c43c2aed61dad5820c5d01ac2225a7ecd6804014a81727fec6e789f706951b6dcdcb5995018a3001 DIST google_api_core-2.30.3.tar.gz 177001 BLAKE2B f92aaca90dbb81ba324310cbea02bc7b9548c46b04c4fd73f94a4a068d28f4faa1593f4494b907c1f48d215c0ace16cf6b8050e4a1096ef7a25584b5f8e9ddb6 SHA512 bf05923a2321ac3c6e61ac1a6f64b063d8bdf2e31ed1f06c9e60defe45b1f8a5297cd40e9e14e0e772a6504f114c6dfd48e72301c493f672c8e903d49a6db00f DIST google_api_core-2.30.3.tar.gz.provenance 5822 BLAKE2B fcfb17036eb98d36c8adc812d20a51f5755b496f1b4b8198e2e102482a7ec2ccb907aeeaa53893a7cd5b5edd9117e530239f69614ec5adc8c78a52c351941837 SHA512 fb161a1593e6b7e63bcbf022a27a9a660d3b12817d95f81c9e5642497a2b3d22cc0836efc63b7a316a4a6451d980111bcf3bea06cc45432b0ca0449da3dafbf8 -DIST python-api-core-2.28.1.gh.tar.gz 222422 BLAKE2B d4a82bd12c61232efe92fd4d28d01262f67baf38c55f71ba23ae51d30fd108ea75af69c65ed117ff4662add7eec279ea08a8d77f87f6cd814092535a0e44522c SHA512 4bde79d79e05d918ec477de1dc944f0ff54ac46b25c124a9b9198e21b03d836447d88dd209f0be0b96c5323396496468e5865aa33f932fcf712818fe21040f55 diff --git a/dev-python/google-api-core/google-api-core-2.28.1.ebuild b/dev-python/google-api-core/google-api-core-2.28.1.ebuild deleted file mode 100644 index 97e368e6868f..000000000000 --- a/dev-python/google-api-core/google-api-core-2.28.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 - -MY_P=python-api-core-${PV} -DESCRIPTION="Core Library for Google Client Libraries" -HOMEPAGE=" - https://github.com/googleapis/python-api-core/ - https://pypi.org/project/google-api-core/ - https://googleapis.dev/python/google-api-core/latest/index.html -" -SRC_URI=" - https://github.com/googleapis/python-api-core/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="grpc" - -RDEPEND=" - >=dev-python/googleapis-common-protos-1.56.2[${PYTHON_USEDEP}] - >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}] - >=dev-python/proto-plus-1.25.0[${PYTHON_USEDEP}] - >=dev-python/protobuf-3.19.5[${PYTHON_USEDEP}] - >=dev-python/requests-2.18.0[${PYTHON_USEDEP}] - <dev-python/requests-3[${PYTHON_USEDEP}] - grpc? ( - >=dev-python/grpcio-1.75.1[${PYTHON_USEDEP}] - >=dev-python/grpcio-status-1.75.1[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - test? ( - >=dev-python/grpcio-1.75.1[${PYTHON_USEDEP}] - >=dev-python/grpcio-status-1.75.1[${PYTHON_USEDEP}] - dev-python/rsa[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-{asyncio,mock} ) -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # The grpc_gcp module is missing to perform a stress test - tests/unit/test_grpc_helpers.py -) - -python_test() { - rm -rf google || die - epytest tests -} diff --git a/dev-python/google-api-core/google-api-core-2.30.0.ebuild b/dev-python/google-api-core/google-api-core-2.30.0.ebuild deleted file mode 100644 index 2134f7e7d6d6..000000000000 --- a/dev-python/google-api-core/google-api-core-2.30.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2020-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_VERIFY_REPO=gcp:google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Core Library for Google Client Libraries" -HOMEPAGE=" - https://github.com/googleapis/google-cloud-python/ - https://pypi.org/project/google-api-core/ - https://googleapis.dev/python/google-api-core/latest/index.html -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="grpc" - -RDEPEND=" - >=dev-python/googleapis-common-protos-1.56.3[${PYTHON_USEDEP}] - >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}] - >=dev-python/proto-plus-1.25.0[${PYTHON_USEDEP}] - >=dev-python/protobuf-4.25.8[${PYTHON_USEDEP}] - >=dev-python/requests-2.20.0[${PYTHON_USEDEP}] - <dev-python/requests-3[${PYTHON_USEDEP}] - grpc? ( - >=dev-python/grpcio-1.75.1[${PYTHON_USEDEP}] - >=dev-python/grpcio-status-1.75.1[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - test? ( - >=dev-python/grpcio-1.75.1[${PYTHON_USEDEP}] - >=dev-python/grpcio-status-1.75.1[${PYTHON_USEDEP}] - dev-python/rsa[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-{asyncio,mock} ) -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # The grpc_gcp module is missing to perform a stress test - tests/unit/test_grpc_helpers.py -) - -python_test() { - rm -rf google || die - epytest tests -} diff --git a/dev-python/google-api-core/google-api-core-2.30.1.ebuild b/dev-python/google-api-core/google-api-core-2.30.1.ebuild deleted file mode 100644 index 89718209b8cd..000000000000 --- a/dev-python/google-api-core/google-api-core-2.30.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2020-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Core Library for Google Client Libraries" -HOMEPAGE=" - https://github.com/googleapis/google-cloud-python/ - https://pypi.org/project/google-api-core/ - https://googleapis.dev/python/google-api-core/latest/index.html -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="grpc" - -RDEPEND=" - >=dev-python/googleapis-common-protos-1.63.2[${PYTHON_USEDEP}] - >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}] - >=dev-python/proto-plus-1.25.0[${PYTHON_USEDEP}] - >=dev-python/protobuf-4.25.8[${PYTHON_USEDEP}] - >=dev-python/requests-2.20.0[${PYTHON_USEDEP}] - <dev-python/requests-3[${PYTHON_USEDEP}] - grpc? ( - >=dev-python/grpcio-1.75.1[${PYTHON_USEDEP}] - >=dev-python/grpcio-status-1.75.1[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - test? ( - >=dev-python/grpcio-1.75.1[${PYTHON_USEDEP}] - >=dev-python/grpcio-status-1.75.1[${PYTHON_USEDEP}] - dev-python/rsa[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-{asyncio,mock} ) -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # The grpc_gcp module is missing to perform a stress test - tests/unit/test_grpc_helpers.py -) - -python_test() { - rm -rf google || die - epytest tests -} diff --git a/dev-python/google-api-core/google-api-core-2.30.2.ebuild b/dev-python/google-api-core/google-api-core-2.30.2.ebuild deleted file mode 100644 index 503a14d980d2..000000000000 --- a/dev-python/google-api-core/google-api-core-2.30.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2020-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_VERIFY_REPO=gcp:google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Core Library for Google Client Libraries" -HOMEPAGE=" - https://github.com/googleapis/google-cloud-python/ - https://pypi.org/project/google-api-core/ - https://googleapis.dev/python/google-api-core/latest/index.html -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="grpc" - -RDEPEND=" - >=dev-python/googleapis-common-protos-1.63.2[${PYTHON_USEDEP}] - >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}] - >=dev-python/proto-plus-1.25.0[${PYTHON_USEDEP}] - >=dev-python/protobuf-4.25.8[${PYTHON_USEDEP}] - >=dev-python/requests-2.20.0[${PYTHON_USEDEP}] - <dev-python/requests-3[${PYTHON_USEDEP}] - grpc? ( - >=dev-python/grpcio-1.75.1[${PYTHON_USEDEP}] - >=dev-python/grpcio-status-1.75.1[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - test? ( - >=dev-python/grpcio-1.75.1[${PYTHON_USEDEP}] - >=dev-python/grpcio-status-1.75.1[${PYTHON_USEDEP}] - dev-python/rsa[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-{asyncio,mock} ) -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # The grpc_gcp module is missing to perform a stress test - tests/unit/test_grpc_helpers.py -) - -python_test() { - rm -rf google || die - epytest tests -} diff --git a/dev-python/google-api-core/google-api-core-2.30.3.ebuild b/dev-python/google-api-core/google-api-core-2.30.3.ebuild index 503a14d980d2..9025031fd5ee 100644 --- a/dev-python/google-api-core/google-api-core-2.30.3.ebuild +++ b/dev-python/google-api-core/google-api-core-2.30.3.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" IUSE="grpc" RDEPEND=" |
