diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-09 19:13:35 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-09 19:13:35 +0000 |
| commit | 36c0b912da359cb29be13d9f840a71ce188153cb (patch) | |
| tree | b2a039b1e127810699a630678360ac12c7a8b47a /dev-python/google-api-python-client | |
| parent | 9d2e1604c9c5507861156ab4013b33d24bafa01f (diff) | |
| download | baldeagleos-repo-36c0b912da359cb29be13d9f840a71ce188153cb.tar.gz baldeagleos-repo-36c0b912da359cb29be13d9f840a71ce188153cb.tar.xz baldeagleos-repo-36c0b912da359cb29be13d9f840a71ce188153cb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/google-api-python-client')
| -rw-r--r-- | dev-python/google-api-python-client/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/google-api-python-client/google-api-python-client-2.194.0.ebuild | 52 |
2 files changed, 54 insertions, 0 deletions
diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest index 83237e51626e..1007c198e568 100644 --- a/dev-python/google-api-python-client/Manifest +++ b/dev-python/google-api-python-client/Manifest @@ -2,3 +2,5 @@ DIST google_api_python_client-2.192.0.tar.gz 14209505 BLAKE2B 2f13be8ab8dd22e71b DIST google_api_python_client-2.192.0.tar.gz.provenance 5878 BLAKE2B 5d277fe920e58691bc000504cff84057b256a3be0af4906d85a040fe194566b2cc580ed1b435867592d51919e5a3eaafde673fba97396e4d2eeea5e32b350e00 SHA512 416065f0d3ca73ce7bb5033e16a744ac4e6bea8bda4e8835813db7f7d1df5be034e2de90c45fdd545ff16cf49f1a58b24081d331dfa138044ac7e055a8ae243d DIST google_api_python_client-2.193.0.tar.gz 14281006 BLAKE2B ee046d799e275c37cc827e7fc81def465932fa96f15036b33e60c26aeebf4a07255eb1a23777edf4ffb0d97c2f692e9673d3e7366dd3c0a779cac12cfb674505 SHA512 1afc4f3dc5f58f537201311ae371df8c0900ae7a5127b06ebda66f52baedbf145991b4e8e578216e0d63e81413259ad71defbe6c9eb68caddd9a746e559240e9 DIST google_api_python_client-2.193.0.tar.gz.provenance 5831 BLAKE2B 82a3bf62f7a7462408c666de22095dd3a4b5275890351cdd6ebcf7ae9973c78667876d39f4f487f42ef52fa0f3f81b134ca0a87b4c02080710aef8c718254e34 SHA512 831be52ab8fd52b93ce66f0cf9b6a7c517b043c3d0ecc29ce8d85cb05df24c0b1b2d534c72ac4f143a3f28ddd80c74555cb9629a463f7700e1ffb871afe65774 +DIST google_api_python_client-2.194.0.tar.gz 14443469 BLAKE2B 23bf328f9bde6ddc9a34fda4d2e9be87ff560f3c4190a3fb3a4adf441d6178d1cbb531e3d532974a28d388d43b8327f0329501d659360eef49fea01d41ab7fc6 SHA512 51c62af97c360270f2574b9c5c573a89258afb737d6267457cc86504e0fc66132b19bfbd2bb9413f9d73d3c5f8edcaa155fcb807c5e0407a7a1eed378238c3d0 +DIST google_api_python_client-2.194.0.tar.gz.provenance 5928 BLAKE2B c6f2f746d633be242e131d5aaafe7ee51f418eb0e489ccaae6186be32ba67bd909528479b0ba8800a2729bda6ca89f39f6388c801456cf3aac3808d0ec40081e SHA512 575884e1fd22321abdab31523e0d27f1e98f9a886cf6222ff7a923d60e6f00fa7635d3db80c55cf5ab873765248e5651a3bbefa0c5e1a6bc3f4b94ff243e4dac diff --git a/dev-python/google-api-python-client/google-api-python-client-2.194.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.194.0.ebuild new file mode 100644 index 000000000000..16e1402184da --- /dev/null +++ b/dev-python/google-api-python-client/google-api-python-client-2.194.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:google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com +PYTHON_COMPAT=( python3_{10..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 +} |
