repo/gentoo:master commit in: dev-python/googleapis-common-protos/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786069741.1508fdfbca14707226d55464e5dcd2f673201f17.mgorny@gentoo> |
commit: 1508fdfbca14707226d55464e5dcd2f673201f17 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 7 02:08:52 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 7 02:29:01 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1508fdfb dev-python/googleapis-common-protos: Bump to 1.75.1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/googleapis-common-protos/Manifest | 2 ++ .../googleapis-common-protos-1.75.1.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-python/googleapis-common-protos/Manifest b/dev-python/googleapis-common-protos/Manifest index fcdebf290da9..8435a7264519 100644 --- a/dev-python/googleapis-common-protos/Manifest +++ b/dev-python/googleapis-common-protos/Manifest @@ -1,2 +1,4 @@ DIST googleapis_common_protos-1.75.0.tar.gz 151035 BLAKE2B d6910486f1524f1ff02343481772958a62c4c3457c65b0b31a22cb640583303d391d8e04bb087c6f41cccd06da0e1a4f3f5c9afad3eab88d7ef2a5c62368a402 SHA512 08c87d0a4d828b46e24d3caf44b85c31c045b6316621e9afdcca8e652d04daab67f9067f4add0ee5082b68f74ea63ba615836eb9492fec79e89689edee0a6684 DIST googleapis_common_protos-1.75.0.tar.gz.provenance 5955 BLAKE2B 9ee1ee297caeba0a7f3c9bdf42e55d09acf286289e6f156f3417dac329838e1c6d1ea62c15fa99ec3f08003fa889e2b1022c742addbfa4802bdae74f0f156b32 SHA512 c4ec17bfcb93faf2f8a840e1d120c62282766f272c8d2578a7841f3bd45f84f71544b20692c6e655aa45e91a3e112f92b6d0009e10b306a046de8df33b724ac9 +DIST googleapis_common_protos-1.75.1.tar.gz 150967 BLAKE2B 7af6c2314ce6ea567a2871d5006e592240eba50ec162f2a4b91efa1b68ca80372ec13b953c06188f6a9aec8aa4da8122116e57dd390591210535b5ee69d79512 SHA512 c9ea1cc857ad0b1a33f75ad34d73abc3fd289a66f4c90e7aa2e0dab4dda7d450e8ef2ec25ad9367472c68292d85432e5e3e0557d017d49877b8df8e168b6ab84 +DIST googleapis_common_protos-1.75.1.tar.gz.provenance 5974 BLAKE2B 720967601e6d83119a439dfcb95aad4695ebf36167d9213a338b1f95bb7144edb2b147a59449d609654e84b52f8a27cd63834b29059ef39825d49fa5561f26df SHA512 4c3a6cb8b25fa373278be9dd5005dd48f462435d14631847e8b4e4bae37075f5cccb2ea2bf243a12b2c25bff24dcb083589b10c73ca501eeea88fa28fae50fd6 diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.75.1.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.75.1.ebuild new file mode 100644 index 000000000000..f564cef46753 --- /dev/null +++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.75.1.ebuild @@ -0,0 +1,29 @@ +# 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-yiZuu6kX0fMraekM5bLblcYXZrFtfLi78GwgEUFvwP6SXLuoLJi/[email protected] +PYTHON_COMPAT=( python3_{12..15} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python classes generated from the common protos in the googleapis repository" +HOMEPAGE=" + https://github.com/googleapis/python-api-common-protos/ + https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos/ + https://pypi.org/project/googleapis-common-protos/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + <dev-python/protobuf-8[${PYTHON_USEDEP}] + >=dev-python/protobuf-6.33.5[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest