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: Sat, 25 Sep 2021 22:03:40
Message-Id: 1632607299.0aae7d5e21e1345be527738564dfada99807ce6f.mgorny@gentoo
1 commit: 0aae7d5e21e1345be527738564dfada99807ce6f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 22:01:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 22:01:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aae7d5e
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 | 2 -
13 dev-python/google-auth/google-auth-1.34.0.ebuild | 51 ------------------------
14 dev-python/google-auth/google-auth-2.0.1.ebuild | 50 -----------------------
15 3 files changed, 103 deletions(-)
16
17 diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
18 index 699b48a724a..e6dabd720f0 100644
19 --- a/dev-python/google-auth/Manifest
20 +++ b/dev-python/google-auth/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST google-auth-1.34.0.tar.gz 180860 BLAKE2B d536d689ff5b0c033f787228d643504d1888f0b73a9c6855fe4fae3af20772ef0640feca39c58c39f45681561dce6d5f3ec1d1f7d9699442fff0ec63fd019361 SHA512 7c3b64e8f85056fb660bbfd4f737053813a1e5b8aba52290882a0ddb9d9fd8c5365b767c78dd1e7859ef95caa6e653786d5a8747c8792bbee9c6fad1a5218910
23 -DIST google-auth-2.0.1.tar.gz 180467 BLAKE2B a7490931ea8cdec0978103d9bb4da11bebff1e623d847db5fb30a0a7ef1827902b4d5683835631b645e61d4282614e3efc798bedc13a581ba35d51838a64ff96 SHA512 a68f78a7d67beb4d3d00333f6953decd92e1d346aee6491c401ee091d2fb4bbac47b9ecc46f7063119724a49f15ea13c096994e5266d30975500194b9c4a9df0
24 DIST google-auth-2.0.2.tar.gz 180445 BLAKE2B d4e9e7dcfd690f5eedf301e989c4a2dedf509e7c3068e4f547ea43f870979a6001d21849a7102321f6f843196f0a4e0a14f888bd3b43701c301aea3a7f94ed60 SHA512 b8cec2fec4105715edad3242f20ac26b7ab2591903785ed5c31c1af19f7a23e14e93e0d4c3644dca76db5ec0353b8a1baba0224d67987067c5580c75592a04e8
25 DIST google-auth-2.1.0.tar.gz 181817 BLAKE2B 806f3541163bd2f66a533730eb0064b4697716ab58595dc678fdef106dd49dd328378710650e77efc962547834808124eda934b69cc4ef18931624822710d90f SHA512 1460ad02c6ac549245433567583f76eea680ea941b2917887f7fda3f2f6d04c5b16e536368a2f2c0016acd2bacf894d1eafa9b26f148f66b212590eb0388d181
26
27 diff --git a/dev-python/google-auth/google-auth-1.34.0.ebuild b/dev-python/google-auth/google-auth-1.34.0.ebuild
28 deleted file mode 100644
29 index 8750bd77069..00000000000
30 --- a/dev-python/google-auth/google-auth-1.34.0.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{8..9} )
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Google Authentication Library"
44 -HOMEPAGE="
45 - https://github.com/googleapis/google-auth-library-python/
46 - https://pypi.org/project/google-auth/"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm ~arm64 x86"
52 -
53 -RDEPEND="
54 - dev-python/namespace-google[${PYTHON_USEDEP}]
55 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
56 - >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
57 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
58 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
59 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
60 - "
61 -BDEPEND="
62 - test? (
63 - dev-python/cryptography[${PYTHON_USEDEP}]
64 - dev-python/flask[${PYTHON_USEDEP}]
65 - dev-python/freezegun[${PYTHON_USEDEP}]
66 - dev-python/grpcio[${PYTHON_USEDEP}]
67 - dev-python/mock[${PYTHON_USEDEP}]
68 - dev-python/moto[${PYTHON_USEDEP}]
69 - dev-python/oauth2client[${PYTHON_USEDEP}]
70 - dev-python/pyopenssl[${PYTHON_USEDEP}]
71 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
72 - dev-python/pyu2f[${PYTHON_USEDEP}]
73 - dev-python/requests[${PYTHON_USEDEP}]
74 - dev-python/responses[${PYTHON_USEDEP}]
75 - dev-python/urllib3[${PYTHON_USEDEP}]
76 - )"
77 -
78 -distutils_enable_tests pytest
79 -
80 -python_install_all() {
81 - distutils-r1_python_install_all
82 - find "${ED}" -name '*.pth' -delete || die
83 -}
84
85 diff --git a/dev-python/google-auth/google-auth-2.0.1.ebuild b/dev-python/google-auth/google-auth-2.0.1.ebuild
86 deleted file mode 100644
87 index cd44f928efd..00000000000
88 --- a/dev-python/google-auth/google-auth-2.0.1.ebuild
89 +++ /dev/null
90 @@ -1,50 +0,0 @@
91 -# Copyright 1999-2021 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -PYTHON_COMPAT=( python3_{8..9} )
97 -DISTUTILS_USE_SETUPTOOLS=rdepend
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="Google Authentication Library"
102 -HOMEPAGE="
103 - https://github.com/googleapis/google-auth-library-python/
104 - https://pypi.org/project/google-auth/"
105 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
106 -
107 -LICENSE="Apache-2.0"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
110 -
111 -RDEPEND="
112 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
113 - dev-python/namespace-google[${PYTHON_USEDEP}]
114 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
115 - >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
116 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
117 - "
118 -BDEPEND="
119 - test? (
120 - dev-python/cryptography[${PYTHON_USEDEP}]
121 - dev-python/flask[${PYTHON_USEDEP}]
122 - dev-python/freezegun[${PYTHON_USEDEP}]
123 - dev-python/grpcio[${PYTHON_USEDEP}]
124 - dev-python/mock[${PYTHON_USEDEP}]
125 - dev-python/moto[${PYTHON_USEDEP}]
126 - dev-python/oauth2client[${PYTHON_USEDEP}]
127 - dev-python/pyopenssl[${PYTHON_USEDEP}]
128 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
129 - dev-python/pyu2f[${PYTHON_USEDEP}]
130 - dev-python/requests[${PYTHON_USEDEP}]
131 - dev-python/responses[${PYTHON_USEDEP}]
132 - dev-python/urllib3[${PYTHON_USEDEP}]
133 - )"
134 -
135 -distutils_enable_tests pytest
136 -
137 -python_install_all() {
138 - distutils-r1_python_install_all
139 - find "${ED}" -name '*.pth' -delete || die
140 -}