commit: 8f7e9af510826d113d9bad6a6c2eb11f2b46839a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 6 04:47:08 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 6 04:52:44 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7e9af5
dev-python/google-api-python-client: Bump to 2.192.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/google-api-python-client/Manifest | 2 + .../google-api-python-client-2.192.0.ebuild | 52 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest index 4f1006895bda..617e7bb526ee 100644 --- a/dev-python/google-api-python-client/Manifest +++ b/dev-python/google-api-python-client/Manifest @@ -9,3 +9,5 @@ DIST google_api_python_client-2.190.0.tar.gz 14111143 BLAKE2B 734257756de0e54dc6 DIST google_api_python_client-2.190.0.tar.gz.provenance 5783 BLAKE2B 943beebdb890cb953ca5bcb395b95493a3d7a75a5ff8744c5a6ad5780a3370c4f31bc742c9111354403dfcdaf5aaded7bfe8cdd6c8ed1dc198021c7dba33cef2 SHA512 2836262e5dd0fc41d380d92b9f64e4f7cf3f52885140d87034796d4763358ef07665f70eea176d46a56c7ebc701680224762e57ac70fcce9fd1d2694d8a9b416 DIST google_api_python_client-2.191.0.tar.gz 14195310 BLAKE2B d531dbc113850f53ab1005c053e29e62abf8e7922abaeadf5746143e11c71618c566690b588e100e4d48ac18f479f23dd73051a53eb12c599bc20bad735007bf SHA512 dcd51eff5c833d02295f7caca5ef10922f5e4fd3ad6f0c3f79d1c5c28f0a026c70624de995434a81bc186e9d071631a2aa42215ae966b7117f00b321377eea96 DIST google_api_python_client-2.191.0.tar.gz.provenance 5627 BLAKE2B 600bba0d44751ed269cb3403096c6e90bf22f5604df885fe79fab396017c31742bdf5c832ee32ba0c1adae6abcc59a8cf65d2c29ffa562bc75b694d34540e559 SHA512 c41c4d17a6a42e9f55bf9778642315277380e31e28443935f0f8ccf4d23ab29b28af9024fe8a86e631fe4f9700b9f043af9bd38f645d984a08dc7c2adc2b597c +DIST google_api_python_client-2.192.0.tar.gz 14209505 BLAKE2B 2f13be8ab8dd22e71b974c35cb53c685629124f70e7a4ed348294d027ca7f13d4919ee10cf973689d1711ec83a2c1ff6de86959843487143525c2b94cbf256d7 SHA512 28a04675166caab9b6e76c4652b2d21026ad87363d2a473daee6eebe6b37bc2823c040a5ea9d9cf63be3945635187089bd824cd48c351b0e6cb576644d227630 +DIST google_api_python_client-2.192.0.tar.gz.provenance 5878 BLAKE2B 5d277fe920e58691bc000504cff84057b256a3be0af4906d85a040fe194566b2cc580ed1b435867592d51919e5a3eaafde673fba97396e4d2eeea5e32b350e00 SHA512 416065f0d3ca73ce7bb5033e16a744ac4e6bea8bda4e8835813db7f7d1df5be034e2de90c45fdd545ff16cf49f1a58b24081d331dfa138044ac7e055a8ae243d diff --git a/dev-python/google-api-python-client/google-api-python-client-2.192.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.192.0.ebuild new file mode 100644 index 000000000000..afe582e39b48 --- /dev/null +++ b/dev-python/google-api-python-client/google-api-python-client-2.192.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=gcp:[email protected] +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Google API Client for Python" +HOMEPAGE=" + https://github.com/googleapis/google-api-python-client/ + https://pypi.org/project/google-api-python-client/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/httplib2-0.15[${PYTHON_USEDEP}] + <dev-python/httplib2-1[${PYTHON_USEDEP}] + >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}] + >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}] + >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}] + >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}] + <dev-python/uritemplate-5[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/parameterized[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test() { + local EPYTEST_DESELECT=( + # require Internet access (and credentials) + tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive + tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object + tests/test_discovery.py::Universe::test_client_options_universe_configured_with_mtls + tests/test_discovery.py::Universe::test_universe_env_var_configured_with_mtls + ) + + epytest tests +}
