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, 28 Nov 2021 19:27:28
Message-Id: 1638127617.51e93b2009ba89b4cb776aa7ec90294474eb648f.mgorny@gentoo
1 commit: 51e93b2009ba89b4cb776aa7ec90294474eb648f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 19:26:57 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 19:26:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e93b20
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-2.3.0.ebuild | 55 ------------------------
14 dev-python/google-auth/google-auth-2.3.2.ebuild | 56 -------------------------
15 3 files changed, 113 deletions(-)
16
17 diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
18 index eb4b21baea3b..c20f951da786 100644
19 --- a/dev-python/google-auth/Manifest
20 +++ b/dev-python/google-auth/Manifest
21 @@ -1,3 +1 @@
22 -DIST google-auth-2.3.0.tar.gz 184993 BLAKE2B ac1392ca61e092e3e53c9e936e2d0bd11aeb8f33cace2458e80055734a96a05294335a9273acfcc3f385f423ed537d544404e41599cb6a75b21a10998fd72562 SHA512 cf0040d238880ea4bbad64f0a47311f2ed3922a7301a0d5287319b39ea8e76dca66dc78fd860cc12386b078bd2147a1cba01de97381420ef94cc44fca0c90ad1
23 -DIST google-auth-2.3.2.tar.gz 186112 BLAKE2B df2321252984ea43def8ec703590d153ecbd144f385a4915ce8f52e4cb71d66e31929f95a1ac783c4c4436a454b81a71d13517d38454892203c8ef19dbd80822 SHA512 1a7c828ecf529e8e64f946a5ee1923bed1544d4828b00449d027b0898af47e99b90be1a490b60e19a133fb59397f8860265306cd3dbaa8600bef823da1e4a215
24 DIST google-auth-2.3.3.tar.gz 186600 BLAKE2B 52b1269b88d27fafafcb053219c93c7f180cac11cdf32b140531553dda547d02087b0418d44edc6497eb37793859d86d4beaad1a7a128c86839202785584c9ab SHA512 3ab6d97e71988ef5e338e0a643545f8fa504f5ea04f4176afd9417ecf0e9a3fa45333f0c2c7ea5bf32423df32c48ec59ac9d16ef8bfc35a1aa4c0fcc114fef63
25
26 diff --git a/dev-python/google-auth/google-auth-2.3.0.ebuild b/dev-python/google-auth/google-auth-2.3.0.ebuild
27 deleted file mode 100644
28 index 986bf858869a..000000000000
29 --- a/dev-python/google-auth/google-auth-2.3.0.ebuild
30 +++ /dev/null
31 @@ -1,55 +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 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Google Authentication Library"
43 -HOMEPAGE="
44 - https://github.com/googleapis/google-auth-library-python/
45 - https://pypi.org/project/google-auth/"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm ~arm64 x86"
51 -
52 -RDEPEND="
53 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
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 - "
59 -BDEPEND="
60 - test? (
61 - dev-python/cryptography[${PYTHON_USEDEP}]
62 - dev-python/flask[${PYTHON_USEDEP}]
63 - dev-python/freezegun[${PYTHON_USEDEP}]
64 - dev-python/grpcio[${PYTHON_USEDEP}]
65 - dev-python/mock[${PYTHON_USEDEP}]
66 - dev-python/moto[${PYTHON_USEDEP}]
67 - dev-python/pyopenssl[${PYTHON_USEDEP}]
68 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
69 - dev-python/pyu2f[${PYTHON_USEDEP}]
70 - dev-python/requests[${PYTHON_USEDEP}]
71 - dev-python/responses[${PYTHON_USEDEP}]
72 - dev-python/urllib3[${PYTHON_USEDEP}]
73 - )"
74 -
75 -distutils_enable_tests pytest
76 -
77 -EPYTEST_IGNORE=(
78 - # these are compatibility tests with oauth2client
79 - # disable them to unblock removal of that package
80 - tests/test__oauth2client.py
81 -)
82 -
83 -python_install_all() {
84 - distutils-r1_python_install_all
85 - find "${ED}" -name '*.pth' -delete || die
86 -}
87
88 diff --git a/dev-python/google-auth/google-auth-2.3.2.ebuild b/dev-python/google-auth/google-auth-2.3.2.ebuild
89 deleted file mode 100644
90 index 01d1b603755a..000000000000
91 --- a/dev-python/google-auth/google-auth-2.3.2.ebuild
92 +++ /dev/null
93 @@ -1,56 +0,0 @@
94 -# Copyright 1999-2021 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=8
98 -
99 -PYTHON_COMPAT=( python3_{8..9} )
100 -DISTUTILS_USE_SETUPTOOLS=rdepend
101 -
102 -inherit distutils-r1
103 -
104 -DESCRIPTION="Google Authentication Library"
105 -HOMEPAGE="
106 - https://github.com/googleapis/google-auth-library-python/
107 - https://pypi.org/project/google-auth/"
108 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
109 -
110 -LICENSE="Apache-2.0"
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
113 -
114 -RDEPEND="
115 - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
116 - dev-python/namespace-google[${PYTHON_USEDEP}]
117 - >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
118 - >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
119 - >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
120 - dev-python/six[${PYTHON_USEDEP}]
121 - "
122 -BDEPEND="
123 - test? (
124 - dev-python/cryptography[${PYTHON_USEDEP}]
125 - dev-python/flask[${PYTHON_USEDEP}]
126 - dev-python/freezegun[${PYTHON_USEDEP}]
127 - dev-python/grpcio[${PYTHON_USEDEP}]
128 - dev-python/mock[${PYTHON_USEDEP}]
129 - dev-python/moto[${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 -EPYTEST_IGNORE=(
141 - # these are compatibility tests with oauth2client
142 - # disable them to unblock removal of that package
143 - tests/test__oauth2client.py
144 -)
145 -
146 -python_install_all() {
147 - distutils-r1_python_install_all
148 - find "${ED}" -name '*.pth' -delete || die
149 -}