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-oauthlib/
Date: Sun, 17 Oct 2021 08:23:42
Message-Id: 1634459008.7034a9acdc18c1ac8e68998b32d33a6c4da5108b.mgorny@gentoo
1 commit: 7034a9acdc18c1ac8e68998b32d33a6c4da5108b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:20:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:23:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7034a9ac
7
8 dev-python/google-auth-oauthlib: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-auth-oauthlib/Manifest | 4 ---
13 .../google-auth-oauthlib-0.4.1-r1.ebuild | 29 ------------------
14 .../google-auth-oauthlib-0.4.3.ebuild | 35 ----------------------
15 .../google-auth-oauthlib-0.4.4.ebuild | 35 ----------------------
16 .../google-auth-oauthlib-0.4.5.ebuild | 34 ---------------------
17 5 files changed, 137 deletions(-)
18
19 diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
20 index 393340f3d00..08f446786de 100644
21 --- a/dev-python/google-auth-oauthlib/Manifest
22 +++ b/dev-python/google-auth-oauthlib/Manifest
23 @@ -1,5 +1 @@
24 -DIST google-auth-library-python-oauthlib-0.4.3.gh.tar.gz 48020 BLAKE2B bc5e575f3eb7b8b876deb13aaff0d1b900555bcbc609259dc72c9f01f595283feffea6aaaf91acf835b313629fe4c4c76dee8ea877b6ae37c3c01633c63909e4 SHA512 f6fa0e525b0aef6f4359954cb2c8020ee86544862318721d439d153cae3e75527b0e0a312572dc936fab7702da8c6af42ce9242d1e73f48c0a822973e470a4a9
25 -DIST google-auth-library-python-oauthlib-0.4.4.gh.tar.gz 48322 BLAKE2B f812b43e1e867090aa3ae4fbda7523324a182f6e1eae39fd865d23279b04cde08ee2263b83d1c2eb3555a8db3a9b01869d8148c0e603ba8fe9698dc8d052fc11 SHA512 5b17ceccca24216a0354513ae2a1b14f2aab9760e0ff0f87840a64de85a730a4115f5e44b359093f4ab0a9ec8fea41bfffb7b5aeca833574419ea6021a382240
26 -DIST google-auth-library-python-oauthlib-0.4.5.gh.tar.gz 50487 BLAKE2B 1ace58a7b3d3aa0c28606c8345ee71550ea6522a07356e6debbdf6097743425c334a1a5bfae5ff60789f8de71b46ecc9ed973737aacca2c025fb7b2d7efbc539 SHA512 0a4bfab32133c3a8ad79ab9b46d087614bf49d4db54a403792396bdc55c378c5df5d31166354925bca6948d409e8a17328c593f892b73430ea7be6bcd8ef1d4c
27 DIST google-auth-library-python-oauthlib-0.4.6.gh.tar.gz 50982 BLAKE2B 93980a69777089125bca9f583cae0b64f9facf699da3ac135561a9cf135122d9e22a6c0be3325d366dd77a2240fb16d5c63633a216cfee07b9fceb2239227c86 SHA512 a20a85c073a6208d72c8f6ceb34544241f599e716b1191bfc52bcc367797efc18d0e2b94d4e433cec692282b00428bcb4d7e73ed48a26e66d6005189d5dddb77
28 -DIST google-auth-oauthlib-0.4.1.tar.gz 18687 BLAKE2B 1c9028f6b4c306bbee51fba5b55950d129d56ff5154645a166998c0c720b125202731f1cfed60837b8103d56fcdeeb818e39491b243a8d761969f73d9f88f67b SHA512 123707139353db8e05c81138af834e35007d323f0e19ae79088ad5ca4be86dda6c0df91e2f7794711475227a60312fab9101c91b49817bf8b84866ea6374c943
29
30 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild
31 deleted file mode 100644
32 index a359e8f1ef5..00000000000
33 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild
34 +++ /dev/null
35 @@ -1,29 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -DISTUTILS_USE_SETUPTOOLS=rdepend
42 -PYTHON_COMPAT=( python3_{7,8} )
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Google Authentication Library"
46 -HOMEPAGE="https://pypi.org/project/google-auth-oauthlib/ https://github.com/googleapis/google-auth-library-python-oauthlib"
47 -SRC_URI="mirror://pypi/google-auth-oauthlib/google-auth-oauthlib/${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -DEPEND="
54 - test? ( dev-python/mock[${PYTHON_USEDEP}] )
55 -"
56 -
57 -RDEPEND="
58 - dev-python/click[${PYTHON_USEDEP}]
59 - dev-python/google-auth[${PYTHON_USEDEP}]
60 - >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
61 -"
62 -
63 -distutils_enable_tests pytest
64 -DOCS=( LICENSE README.rst )
65
66 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.3.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.3.ebuild
67 deleted file mode 100644
68 index 188128c194b..00000000000
69 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.3.ebuild
70 +++ /dev/null
71 @@ -1,35 +0,0 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -DISTUTILS_USE_SETUPTOOLS=rdepend
78 -PYTHON_COMPAT=( python3_{7..9} )
79 -inherit distutils-r1
80 -
81 -MY_P=google-auth-library-python-oauthlib-${PV}
82 -DESCRIPTION="Google Authentication Library"
83 -HOMEPAGE="
84 - https://pypi.org/project/google-auth-oauthlib/
85 - https://github.com/googleapis/google-auth-library-python-oauthlib"
86 -SRC_URI="
87 - https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
88 - -> ${MY_P}.gh.tar.gz"
89 -S=${WORKDIR}/${MY_P}
90 -
91 -LICENSE="Apache-2.0"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~x86"
94 -
95 -RDEPEND="
96 - >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
97 - >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
98 - >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
99 -"
100 -
101 -BDEPEND="
102 - test? ( dev-python/mock[${PYTHON_USEDEP}] )
103 -"
104 -
105 -distutils_enable_tests pytest
106 -DOCS=( LICENSE README.rst )
107
108 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.4.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.4.ebuild
109 deleted file mode 100644
110 index 188128c194b..00000000000
111 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.4.ebuild
112 +++ /dev/null
113 @@ -1,35 +0,0 @@
114 -# Copyright 1999-2021 Gentoo Authors
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI=7
118 -
119 -DISTUTILS_USE_SETUPTOOLS=rdepend
120 -PYTHON_COMPAT=( python3_{7..9} )
121 -inherit distutils-r1
122 -
123 -MY_P=google-auth-library-python-oauthlib-${PV}
124 -DESCRIPTION="Google Authentication Library"
125 -HOMEPAGE="
126 - https://pypi.org/project/google-auth-oauthlib/
127 - https://github.com/googleapis/google-auth-library-python-oauthlib"
128 -SRC_URI="
129 - https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
130 - -> ${MY_P}.gh.tar.gz"
131 -S=${WORKDIR}/${MY_P}
132 -
133 -LICENSE="Apache-2.0"
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~x86"
136 -
137 -RDEPEND="
138 - >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
139 - >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
140 - >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
141 -"
142 -
143 -BDEPEND="
144 - test? ( dev-python/mock[${PYTHON_USEDEP}] )
145 -"
146 -
147 -distutils_enable_tests pytest
148 -DOCS=( LICENSE README.rst )
149
150 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.5.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.5.ebuild
151 deleted file mode 100644
152 index 93b3e546254..00000000000
153 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.5.ebuild
154 +++ /dev/null
155 @@ -1,34 +0,0 @@
156 -# Copyright 1999-2021 Gentoo Authors
157 -# Distributed under the terms of the GNU General Public License v2
158 -
159 -EAPI=8
160 -
161 -PYTHON_COMPAT=( python3_{8..9} )
162 -inherit distutils-r1
163 -
164 -MY_P=google-auth-library-python-oauthlib-${PV}
165 -DESCRIPTION="Google Authentication Library"
166 -HOMEPAGE="
167 - https://pypi.org/project/google-auth-oauthlib/
168 - https://github.com/googleapis/google-auth-library-python-oauthlib"
169 -SRC_URI="
170 - https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
171 - -> ${MY_P}.gh.tar.gz"
172 -S=${WORKDIR}/${MY_P}
173 -
174 -LICENSE="Apache-2.0"
175 -SLOT="0"
176 -KEYWORDS="~amd64 ~x86"
177 -
178 -RDEPEND="
179 - >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
180 - >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
181 - >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
182 -"
183 -
184 -BDEPEND="
185 - test? ( dev-python/mock[${PYTHON_USEDEP}] )
186 -"
187 -
188 -distutils_enable_tests pytest
189 -DOCS=( LICENSE README.rst )