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: Sun, 31 Oct 2021 20:33:34
Message-Id: 1635712405.db6001d43c33cd1c78615d4cffb9ec140b11bdff.mgorny@gentoo
1 commit: db6001d43c33cd1c78615d4cffb9ec140b11bdff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 20:31:35 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 20:33:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6001d4
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-2.1.0.ebuild | 50 -------------------------
14 dev-python/google-auth/google-auth-2.2.0.ebuild | 50 -------------------------
15 dev-python/google-auth/google-auth-2.2.1.ebuild | 50 -------------------------
16 4 files changed, 153 deletions(-)
17
18 diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
19 index 7f68676a040..f773376add5 100644
20 --- a/dev-python/google-auth/Manifest
21 +++ b/dev-python/google-auth/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST google-auth-2.1.0.tar.gz 181817 BLAKE2B 806f3541163bd2f66a533730eb0064b4697716ab58595dc678fdef106dd49dd328378710650e77efc962547834808124eda934b69cc4ef18931624822710d90f SHA512 1460ad02c6ac549245433567583f76eea680ea941b2917887f7fda3f2f6d04c5b16e536368a2f2c0016acd2bacf894d1eafa9b26f148f66b212590eb0388d181
24 -DIST google-auth-2.2.0.tar.gz 183667 BLAKE2B ac71dfe657126f96fd78f4fde110630dd5e1fc2864579a199309725795ba337fa7a2771cccbaba9d12fd35639ef67a78cb71bfd2e1a8e963cfc62507b2513ec3 SHA512 00a2a28f5237bba58a578726ac6d3290eec37486343a0f2c1c1764c14db137cd68db776890cd2556516579b54ddbb7516c08782959f87867a1e30756821e489c
25 -DIST google-auth-2.2.1.tar.gz 183909 BLAKE2B 4c18f332f068573567af5100828b3902db17e46c47087569386ad3b012e45ecb841709376fae7f14920e3dfdb0124b9fd002b670b565b9c641dc9ff4ef5cc507 SHA512 245e6b8d27ff49e47093dc2f50e97a57031c93090900b5578a91ab335560b7fec1aced1faf822826263a00dfaf282eb147a4e389c13546f2e34d09f1ef1ca285
26 DIST google-auth-2.3.0.tar.gz 184993 BLAKE2B ac1392ca61e092e3e53c9e936e2d0bd11aeb8f33cace2458e80055734a96a05294335a9273acfcc3f385f423ed537d544404e41599cb6a75b21a10998fd72562 SHA512 cf0040d238880ea4bbad64f0a47311f2ed3922a7301a0d5287319b39ea8e76dca66dc78fd860cc12386b078bd2147a1cba01de97381420ef94cc44fca0c90ad1
27 DIST google-auth-2.3.2.tar.gz 186112 BLAKE2B df2321252984ea43def8ec703590d153ecbd144f385a4915ce8f52e4cb71d66e31929f95a1ac783c4c4436a454b81a71d13517d38454892203c8ef19dbd80822 SHA512 1a7c828ecf529e8e64f946a5ee1923bed1544d4828b00449d027b0898af47e99b90be1a490b60e19a133fb59397f8860265306cd3dbaa8600bef823da1e4a215
28
29 diff --git a/dev-python/google-auth/google-auth-2.1.0.ebuild b/dev-python/google-auth/google-auth-2.1.0.ebuild
30 deleted file mode 100644
31 index 20d8750d031..00000000000
32 --- a/dev-python/google-auth/google-auth-2.1.0.ebuild
33 +++ /dev/null
34 @@ -1,50 +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/cachetools-2.0.0[${PYTHON_USEDEP}]
57 - dev-python/namespace-google[${PYTHON_USEDEP}]
58 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
59 - >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
60 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
61 - "
62 -BDEPEND="
63 - test? (
64 - dev-python/cryptography[${PYTHON_USEDEP}]
65 - dev-python/flask[${PYTHON_USEDEP}]
66 - dev-python/freezegun[${PYTHON_USEDEP}]
67 - dev-python/grpcio[${PYTHON_USEDEP}]
68 - dev-python/mock[${PYTHON_USEDEP}]
69 - dev-python/moto[${PYTHON_USEDEP}]
70 - dev-python/oauth2client[${PYTHON_USEDEP}]
71 - dev-python/pyopenssl[${PYTHON_USEDEP}]
72 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
73 - dev-python/pyu2f[${PYTHON_USEDEP}]
74 - dev-python/requests[${PYTHON_USEDEP}]
75 - dev-python/responses[${PYTHON_USEDEP}]
76 - dev-python/urllib3[${PYTHON_USEDEP}]
77 - )"
78 -
79 -distutils_enable_tests pytest
80 -
81 -python_install_all() {
82 - distutils-r1_python_install_all
83 - find "${ED}" -name '*.pth' -delete || die
84 -}
85
86 diff --git a/dev-python/google-auth/google-auth-2.2.0.ebuild b/dev-python/google-auth/google-auth-2.2.0.ebuild
87 deleted file mode 100644
88 index cd44f928efd..00000000000
89 --- a/dev-python/google-auth/google-auth-2.2.0.ebuild
90 +++ /dev/null
91 @@ -1,50 +0,0 @@
92 -# Copyright 1999-2021 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=8
96 -
97 -PYTHON_COMPAT=( python3_{8..9} )
98 -DISTUTILS_USE_SETUPTOOLS=rdepend
99 -
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="Google Authentication Library"
103 -HOMEPAGE="
104 - https://github.com/googleapis/google-auth-library-python/
105 - https://pypi.org/project/google-auth/"
106 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
107 -
108 -LICENSE="Apache-2.0"
109 -SLOT="0"
110 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
111 -
112 -RDEPEND="
113 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
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 - "
119 -BDEPEND="
120 - test? (
121 - dev-python/cryptography[${PYTHON_USEDEP}]
122 - dev-python/flask[${PYTHON_USEDEP}]
123 - dev-python/freezegun[${PYTHON_USEDEP}]
124 - dev-python/grpcio[${PYTHON_USEDEP}]
125 - dev-python/mock[${PYTHON_USEDEP}]
126 - dev-python/moto[${PYTHON_USEDEP}]
127 - dev-python/oauth2client[${PYTHON_USEDEP}]
128 - dev-python/pyopenssl[${PYTHON_USEDEP}]
129 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
130 - dev-python/pyu2f[${PYTHON_USEDEP}]
131 - dev-python/requests[${PYTHON_USEDEP}]
132 - dev-python/responses[${PYTHON_USEDEP}]
133 - dev-python/urllib3[${PYTHON_USEDEP}]
134 - )"
135 -
136 -distutils_enable_tests pytest
137 -
138 -python_install_all() {
139 - distutils-r1_python_install_all
140 - find "${ED}" -name '*.pth' -delete || die
141 -}
142
143 diff --git a/dev-python/google-auth/google-auth-2.2.1.ebuild b/dev-python/google-auth/google-auth-2.2.1.ebuild
144 deleted file mode 100644
145 index cd44f928efd..00000000000
146 --- a/dev-python/google-auth/google-auth-2.2.1.ebuild
147 +++ /dev/null
148 @@ -1,50 +0,0 @@
149 -# Copyright 1999-2021 Gentoo Authors
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI=8
153 -
154 -PYTHON_COMPAT=( python3_{8..9} )
155 -DISTUTILS_USE_SETUPTOOLS=rdepend
156 -
157 -inherit distutils-r1
158 -
159 -DESCRIPTION="Google Authentication Library"
160 -HOMEPAGE="
161 - https://github.com/googleapis/google-auth-library-python/
162 - https://pypi.org/project/google-auth/"
163 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
164 -
165 -LICENSE="Apache-2.0"
166 -SLOT="0"
167 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
168 -
169 -RDEPEND="
170 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
171 - dev-python/namespace-google[${PYTHON_USEDEP}]
172 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
173 - >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
174 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
175 - "
176 -BDEPEND="
177 - test? (
178 - dev-python/cryptography[${PYTHON_USEDEP}]
179 - dev-python/flask[${PYTHON_USEDEP}]
180 - dev-python/freezegun[${PYTHON_USEDEP}]
181 - dev-python/grpcio[${PYTHON_USEDEP}]
182 - dev-python/mock[${PYTHON_USEDEP}]
183 - dev-python/moto[${PYTHON_USEDEP}]
184 - dev-python/oauth2client[${PYTHON_USEDEP}]
185 - dev-python/pyopenssl[${PYTHON_USEDEP}]
186 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
187 - dev-python/pyu2f[${PYTHON_USEDEP}]
188 - dev-python/requests[${PYTHON_USEDEP}]
189 - dev-python/responses[${PYTHON_USEDEP}]
190 - dev-python/urllib3[${PYTHON_USEDEP}]
191 - )"
192 -
193 -distutils_enable_tests pytest
194 -
195 -python_install_all() {
196 - distutils-r1_python_install_all
197 - find "${ED}" -name '*.pth' -delete || die
198 -}