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-auth/
Date: Mon, 30 Aug 2021 05:54:23
Message-Id: 1630302676.b50ef4c43a5378182cd1e78426f5d5796fdc0b1e.mgorny@gentoo
1 commit: b50ef4c43a5378182cd1e78426f5d5796fdc0b1e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 05:51:16 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 05:51:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50ef4c4
7
8 dev-python/google-auth: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-auth/Manifest | 3 --
13 dev-python/google-auth/google-auth-1.32.1.ebuild | 51 ------------------------
14 dev-python/google-auth/google-auth-1.35.0.ebuild | 51 ------------------------
15 dev-python/google-auth/google-auth-2.0.0.ebuild | 50 -----------------------
16 4 files changed, 155 deletions(-)
17
18 diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
19 index 6afb2ca440e..cceeac4bb5d 100644
20 --- a/dev-python/google-auth/Manifest
21 +++ b/dev-python/google-auth/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST google-auth-1.32.1.tar.gz 171621 BLAKE2B e82f4666a38d3dbaa4aa4a4d5192afb711471432c0dcca44b1a1c52fa2171f1de0d7ffd8a7a6d5dc6dbc3a1dec16becabb26306a9ba3b3fd0998584dd1194cc6 SHA512 968c16c7fc5c8c589a94e24139c319ec7f2791b021d6240156d398d4795e6afee8e46591c4aa44457de6f98ca14e8edcb055fb3a02914b43ba5fab74a03d9fc6
24 DIST google-auth-1.34.0.tar.gz 180860 BLAKE2B d536d689ff5b0c033f787228d643504d1888f0b73a9c6855fe4fae3af20772ef0640feca39c58c39f45681561dce6d5f3ec1d1f7d9699442fff0ec63fd019361 SHA512 7c3b64e8f85056fb660bbfd4f737053813a1e5b8aba52290882a0ddb9d9fd8c5365b767c78dd1e7859ef95caa6e653786d5a8747c8792bbee9c6fad1a5218910
25 -DIST google-auth-1.35.0.tar.gz 181504 BLAKE2B 3994650c1931f98bebe3299a61660462370c81db4f281bf67db5fc41ec8964a50b7cde1a72b9c8d34a9220a9f6018608b83705cb6e853cd1797740b569023555 SHA512 7dcaa202b36e18679ea85ffbb1fdb204f1a5b28eabf158dbde96e1a783b034bf424b801ba63609678bb275a2bbf92aedf019e6dec06fc90f5968e3d5d41191f0
26 -DIST google-auth-2.0.0.tar.gz 180337 BLAKE2B e262ba19e41a8216c8ccc7f50ce9beb25764809853e9dc49900c7edacee4adfe255d307a503768ed257f9843ded01620aeff89e4cf0e9abf8e987e75f0eef8a5 SHA512 21f7adfd07ef5abe2dc2da9fb2b5c660157be6645b039510e14e3f80f6e39561f2a679c7e948d14ca96173da87c920adbfaaeb4c4877e8504bec638b318528cd
27 DIST google-auth-2.0.1.tar.gz 180467 BLAKE2B a7490931ea8cdec0978103d9bb4da11bebff1e623d847db5fb30a0a7ef1827902b4d5683835631b645e61d4282614e3efc798bedc13a581ba35d51838a64ff96 SHA512 a68f78a7d67beb4d3d00333f6953decd92e1d346aee6491c401ee091d2fb4bbac47b9ecc46f7063119724a49f15ea13c096994e5266d30975500194b9c4a9df0
28
29 diff --git a/dev-python/google-auth/google-auth-1.32.1.ebuild b/dev-python/google-auth/google-auth-1.32.1.ebuild
30 deleted file mode 100644
31 index 8750bd77069..00000000000
32 --- a/dev-python/google-auth/google-auth-1.32.1.ebuild
33 +++ /dev/null
34 @@ -1,51 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -PYTHON_COMPAT=( python3_{8..9} )
41 -DISTUTILS_USE_SETUPTOOLS=rdepend
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Google Authentication Library"
46 -HOMEPAGE="
47 - https://github.com/googleapis/google-auth-library-python/
48 - https://pypi.org/project/google-auth/"
49 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~arm ~arm64 x86"
54 -
55 -RDEPEND="
56 - dev-python/namespace-google[${PYTHON_USEDEP}]
57 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
58 - >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
59 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
61 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
62 - "
63 -BDEPEND="
64 - test? (
65 - dev-python/cryptography[${PYTHON_USEDEP}]
66 - dev-python/flask[${PYTHON_USEDEP}]
67 - dev-python/freezegun[${PYTHON_USEDEP}]
68 - dev-python/grpcio[${PYTHON_USEDEP}]
69 - dev-python/mock[${PYTHON_USEDEP}]
70 - dev-python/moto[${PYTHON_USEDEP}]
71 - dev-python/oauth2client[${PYTHON_USEDEP}]
72 - dev-python/pyopenssl[${PYTHON_USEDEP}]
73 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
74 - dev-python/pyu2f[${PYTHON_USEDEP}]
75 - dev-python/requests[${PYTHON_USEDEP}]
76 - dev-python/responses[${PYTHON_USEDEP}]
77 - dev-python/urllib3[${PYTHON_USEDEP}]
78 - )"
79 -
80 -distutils_enable_tests pytest
81 -
82 -python_install_all() {
83 - distutils-r1_python_install_all
84 - find "${ED}" -name '*.pth' -delete || die
85 -}
86
87 diff --git a/dev-python/google-auth/google-auth-1.35.0.ebuild b/dev-python/google-auth/google-auth-1.35.0.ebuild
88 deleted file mode 100644
89 index 2bb9e016a99..00000000000
90 --- a/dev-python/google-auth/google-auth-1.35.0.ebuild
91 +++ /dev/null
92 @@ -1,51 +0,0 @@
93 -# Copyright 1999-2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=8
97 -
98 -PYTHON_COMPAT=( python3_{8..9} )
99 -DISTUTILS_USE_SETUPTOOLS=rdepend
100 -
101 -inherit distutils-r1
102 -
103 -DESCRIPTION="Google Authentication Library"
104 -HOMEPAGE="
105 - https://github.com/googleapis/google-auth-library-python/
106 - https://pypi.org/project/google-auth/"
107 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
108 -
109 -LICENSE="Apache-2.0"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
112 -
113 -RDEPEND="
114 - dev-python/namespace-google[${PYTHON_USEDEP}]
115 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
116 - >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
117 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
118 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
119 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
120 - "
121 -BDEPEND="
122 - test? (
123 - dev-python/cryptography[${PYTHON_USEDEP}]
124 - dev-python/flask[${PYTHON_USEDEP}]
125 - dev-python/freezegun[${PYTHON_USEDEP}]
126 - dev-python/grpcio[${PYTHON_USEDEP}]
127 - dev-python/mock[${PYTHON_USEDEP}]
128 - dev-python/moto[${PYTHON_USEDEP}]
129 - dev-python/oauth2client[${PYTHON_USEDEP}]
130 - dev-python/pyopenssl[${PYTHON_USEDEP}]
131 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
132 - dev-python/pyu2f[${PYTHON_USEDEP}]
133 - dev-python/requests[${PYTHON_USEDEP}]
134 - dev-python/responses[${PYTHON_USEDEP}]
135 - dev-python/urllib3[${PYTHON_USEDEP}]
136 - )"
137 -
138 -distutils_enable_tests pytest
139 -
140 -python_install_all() {
141 - distutils-r1_python_install_all
142 - find "${ED}" -name '*.pth' -delete || die
143 -}
144
145 diff --git a/dev-python/google-auth/google-auth-2.0.0.ebuild b/dev-python/google-auth/google-auth-2.0.0.ebuild
146 deleted file mode 100644
147 index cd44f928efd..00000000000
148 --- a/dev-python/google-auth/google-auth-2.0.0.ebuild
149 +++ /dev/null
150 @@ -1,50 +0,0 @@
151 -# Copyright 1999-2021 Gentoo Authors
152 -# Distributed under the terms of the GNU General Public License v2
153 -
154 -EAPI=8
155 -
156 -PYTHON_COMPAT=( python3_{8..9} )
157 -DISTUTILS_USE_SETUPTOOLS=rdepend
158 -
159 -inherit distutils-r1
160 -
161 -DESCRIPTION="Google Authentication Library"
162 -HOMEPAGE="
163 - https://github.com/googleapis/google-auth-library-python/
164 - https://pypi.org/project/google-auth/"
165 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
166 -
167 -LICENSE="Apache-2.0"
168 -SLOT="0"
169 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
170 -
171 -RDEPEND="
172 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
173 - dev-python/namespace-google[${PYTHON_USEDEP}]
174 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
175 - >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
176 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
177 - "
178 -BDEPEND="
179 - test? (
180 - dev-python/cryptography[${PYTHON_USEDEP}]
181 - dev-python/flask[${PYTHON_USEDEP}]
182 - dev-python/freezegun[${PYTHON_USEDEP}]
183 - dev-python/grpcio[${PYTHON_USEDEP}]
184 - dev-python/mock[${PYTHON_USEDEP}]
185 - dev-python/moto[${PYTHON_USEDEP}]
186 - dev-python/oauth2client[${PYTHON_USEDEP}]
187 - dev-python/pyopenssl[${PYTHON_USEDEP}]
188 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
189 - dev-python/pyu2f[${PYTHON_USEDEP}]
190 - dev-python/requests[${PYTHON_USEDEP}]
191 - dev-python/responses[${PYTHON_USEDEP}]
192 - dev-python/urllib3[${PYTHON_USEDEP}]
193 - )"
194 -
195 -distutils_enable_tests pytest
196 -
197 -python_install_all() {
198 - distutils-r1_python_install_all
199 - find "${ED}" -name '*.pth' -delete || die
200 -}