Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
Date: Mon, 03 Jan 2022 22:30:16
Message-Id: 1641248846.c0564574c6227254aec533ed6004c4d9ebf07b9d.mgorny@gentoo
1 commit: c0564574c6227254aec533ed6004c4d9ebf07b9d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 22:27:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 22:27:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0564574
7
8 dev-python/google-api-python-client: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-api-python-client/Manifest | 2 -
13 .../google-api-python-client-2.31.0.ebuild | 45 ----------------------
14 .../google-api-python-client-2.32.0.ebuild | 45 ----------------------
15 3 files changed, 92 deletions(-)
16
17 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
18 index 101626048a7d..b00e95b986df 100644
19 --- a/dev-python/google-api-python-client/Manifest
20 +++ b/dev-python/google-api-python-client/Manifest
21 @@ -1,3 +1 @@
22 -DIST google-api-python-client-2.31.0.tar.gz 27822400 BLAKE2B 447d97ec10376c1a9e911023051b8e3e278db782f91e0e4c1eb72f4ba54db0498439fca42633bc9fdf16ac2982a286103d6d7a99b701b0ff30e024e131b5e175 SHA512 80359f415e2ec4c42b7e12aa333d91849a4246fd744ec627397099be261176add44bf4ada875bc353729bbbca589be59e6cad3810f609d9d23f9fb458bf2c69e
23 -DIST google-api-python-client-2.32.0.tar.gz 27954196 BLAKE2B 1863735d3862a11b3fce3dc270442b9cd5612375062ee447be07baa35578668db53d8415e7c88ad29b9c6ede02113686ba7ea6b994bfb6b2b72bb2bf5139c86f SHA512 2a9300020ec28da02ae689b4527fcfea6f3f78131a5431a3c3720dae1868bfa76871330685fdb4403328cc21736099fe8e346cfbf215e19f8cb00d1f5d1707f6
24 DIST google-api-python-client-2.33.0.tar.gz 28292803 BLAKE2B b7e285a78d06aa9c0cb5609521443aa048220bb4b83e900b5915603c3cc1bd2eb6ff009c43503a8178f4ca2281fed0488bae9fbe0c29bf7a9df9ac2d4cf294e4 SHA512 47c8352440a2ffd3beca049a200c4a0cb1a2299b5fbce70b64a913f6121e731325831b229102d9940b386e082592efd49fdfc9409055b32f172551862740bd63
25
26 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.31.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.31.0.ebuild
27 deleted file mode 100644
28 index d69261716410..000000000000
29 --- a/dev-python/google-api-python-client/google-api-python-client-2.31.0.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..9} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Google API Client for Python"
41 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
42 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~arm ~arm64 x86"
47 -
48 -RDEPEND="
49 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
50 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
51 - dev-python/google-api-core[${PYTHON_USEDEP}]
52 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
53 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
54 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
55 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
56 - "
57 -BDEPEND="
58 - test? (
59 - dev-python/mock[${PYTHON_USEDEP}]
60 - dev-python/oauth2client[${PYTHON_USEDEP}]
61 - dev-python/pandas[${PYTHON_USEDEP}]
62 - dev-python/parameterized[${PYTHON_USEDEP}]
63 - )"
64 -
65 -distutils_enable_tests --install pytest
66 -
67 -python_test() {
68 - local EPYTEST_DESELECT=(
69 - # require Internet access (and credentials)
70 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
71 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
72 - )
73 -
74 - distutils_install_for_testing
75 - epytest tests
76 -}
77
78 diff --git a/dev-python/google-api-python-client/google-api-python-client-2.32.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.32.0.ebuild
79 deleted file mode 100644
80 index 94711a2ec4c1..000000000000
81 --- a/dev-python/google-api-python-client/google-api-python-client-2.32.0.ebuild
82 +++ /dev/null
83 @@ -1,45 +0,0 @@
84 -# Copyright 1999-2021 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=8
88 -
89 -PYTHON_COMPAT=( python3_{8..9} )
90 -inherit distutils-r1
91 -
92 -DESCRIPTION="Google API Client for Python"
93 -HOMEPAGE="https://github.com/googleapis/google-api-python-client"
94 -SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
95 -
96 -LICENSE="Apache-2.0"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
99 -
100 -RDEPEND="
101 - >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
102 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
103 - dev-python/google-api-core[${PYTHON_USEDEP}]
104 - >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
105 - >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
106 - >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
107 - <dev-python/uritemplate-5[${PYTHON_USEDEP}]
108 - "
109 -BDEPEND="
110 - test? (
111 - dev-python/mock[${PYTHON_USEDEP}]
112 - dev-python/oauth2client[${PYTHON_USEDEP}]
113 - dev-python/pandas[${PYTHON_USEDEP}]
114 - dev-python/parameterized[${PYTHON_USEDEP}]
115 - )"
116 -
117 -distutils_enable_tests --install pytest
118 -
119 -python_test() {
120 - local EPYTEST_DESELECT=(
121 - # require Internet access (and credentials)
122 - tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
123 - tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
124 - )
125 -
126 - distutils_install_for_testing
127 - epytest tests
128 -}