summaryrefslogtreecommitdiff
path: root/dev-python/google-api-python-client
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-01-14 03:45:07 +0100
committerMichał Górny <mgorny@gentoo.org>2026-01-14 04:08:19 +0100
commit39c7b078e53ed04a73a8fb12909380a27ffe1574 (patch)
treedbbaebdd7214e255bcb4a7671c2bd241e94c5900 /dev-python/google-api-python-client
parentf679e25a104047febf2eb1ab20c6fdec5b3e6aaa (diff)
downloadgentoo-39c7b078e53ed04a73a8fb12909380a27ffe1574.tar.gz
gentoo-39c7b078e53ed04a73a8fb12909380a27ffe1574.tar.bz2
gentoo-39c7b078e53ed04a73a8fb12909380a27ffe1574.zip
dev-python/google-api-python-client: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-api-python-client')
-rw-r--r--dev-python/google-api-python-client/Manifest1
-rw-r--r--dev-python/google-api-python-client/google-api-python-client-2.184.0.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
index 11f212f2ca8d..4c4c7e5935bb 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,4 +1,3 @@
-DIST google_api_python_client-2.184.0.tar.gz 13694120 BLAKE2B be2c5e577ff24cc73d2d5676d820164934c11a399175374af61f550cb1c10291d25462fd33b49cad6e93c0e9a8f7030d7dc7d131925ac421d3939635f37f79e9 SHA512 3c7aea52cc7df0740eb88796ae6ae7f3c550bbf71e576cfef1d664baca9041f5a4157f4257da9df3b7a7c6cba61e40908c02d79740cb6f716ab83c6906050458
DIST google_api_python_client-2.185.0.tar.gz 13885609 BLAKE2B c2afec9ced8750a605235afbd939f8a90a11e757b446eb89f6771af9aeadee9fe523c07150561aafd58d03ee0f17bb72a6fcdfd48ff73ad5f64aaa4fbc548d0d SHA512 a7eac14c644d759bcbfb2d8b9d9285c6bf28332e4ebabb904e78a8abc948b666effcd8532f5a4beb3f82b77357283cd02264511032f47e6d6ca0afd211cd8e69
DIST google_api_python_client-2.186.0.tar.gz 13937230 BLAKE2B 416c092b1ae3e051bde8887bd67faf70f5bcdc95869cf9b592cdbb8573499cc6bdb61444149f6d945e7c98e1be4f24583bf8319da3173276e4452e8e2f16c6a7 SHA512 816c16c0a1b8db5767d93c6908d81d657b88f8230f5545e44fec1998945e1d9c76c40ca30b721106d7b274703f65bdc73e7291f248cbc27f2178b152a5491388
DIST google_api_python_client-2.187.0.tar.gz 14068154 BLAKE2B 318b99ae63dc3020ae9fc01816a4c92f518fbbe40627d7afb8d4338b4abc2334bc66f6ca35038efc7105e1100cb4e4e438258f7f00bee669e4f15541dec167a7 SHA512 8456c348d6c10949de86c2898761d800fb24d3bbe1b6f5aa0893a6bdfdac0324df3645b8bcecd33be32ac7e44f55f1ced3f53ed16544dd38c6d4250aebec0985
diff --git a/dev-python/google-api-python-client/google-api-python-client-2.184.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.184.0.ebuild
deleted file mode 100644
index 5a3495688ae0..000000000000
--- a/dev-python/google-api-python-client/google-api-python-client-2.184.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
-
-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
-}