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/sentry-sdk/
Date: Mon, 06 Jun 2022 11:33:48
Message-Id: 1654515116.6c3ac374678228219807095a6fdb2843e1733a3b.mgorny@gentoo
1 commit: 6c3ac374678228219807095a6fdb2843e1733a3b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 11:31:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 11:31:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3ac374
7
8 dev-python/sentry-sdk: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sentry-sdk/Manifest | 2 -
13 dev-python/sentry-sdk/sentry-sdk-1.5.11-r1.ebuild | 85 -----------------------
14 dev-python/sentry-sdk/sentry-sdk-1.5.11.ebuild | 85 -----------------------
15 dev-python/sentry-sdk/sentry-sdk-1.5.8.ebuild | 83 ----------------------
16 4 files changed, 255 deletions(-)
17
18 diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
19 index e020c84984b3..5b0b4a31479e 100644
20 --- a/dev-python/sentry-sdk/Manifest
21 +++ b/dev-python/sentry-sdk/Manifest
22 @@ -1,3 +1 @@
23 -DIST sentry-sdk-1.5.11.tar.gz 246628 BLAKE2B e19a9e7db3d952d8618d3e91f85833b3d0f8020a2e75477b26d4ef483cc2e2b4b81d16a098ac49bae8be5e5949f39f52445d089ce0d3abb138d9866b78d5fafc SHA512 580d005567896f23951bf9d9d6d9dc36cb3bee1952963d4026bb813ddf756a863a5aaf3896afb478c9b6d338d2b829a5fa30e759620d18470df9320d1b378c0e
24 DIST sentry-sdk-1.5.12.tar.gz 247388 BLAKE2B 72dc4a5df97656074243045f20cfdbcb15b3d40bb58be06f458a31b52f0168be6f543f83d4641528cb7310f3f5ac1459218397e0e7c0a5131c9bf462e8cfcfb1 SHA512 4d39ba8fd2f490b4e8e5584207c17ace9055668d34a1c43e74a5f05c740b0f38d0794a90cd27edf221d35f5ad76aa6551e117f48167186ce630f7f64200cdad4
25 -DIST sentry-sdk-1.5.8.gh.tar.gz 245374 BLAKE2B 0a94db069786813ce38346d50c51173cef5a47099232d56ecc561ebaf7e9ff3ef1063f964370aaf0f184ec02af7652db59153fa1bf3425e6c75c0a4c73c4ede2 SHA512 992cebceb9b3b2a861b6f084a1ae88f93a8cf740b8f0407550c31af9a9332afdeeb6e64d0dd29b2f80ac1cdade942ada90756c6fbc3373f3ee1948b9d037b59b
26
27 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.5.11-r1.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.5.11-r1.ebuild
28 deleted file mode 100644
29 index d03693f79ae9..000000000000
30 --- a/dev-python/sentry-sdk/sentry-sdk-1.5.11-r1.ebuild
31 +++ /dev/null
32 @@ -1,85 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{9..10} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python client for Sentry"
44 -HOMEPAGE="https://sentry.io/ https://pypi.org/project/sentry-sdk/"
45 -SRC_URI="
46 - https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
47 - -> ${P}.tar.gz
48 -"
49 -S="${WORKDIR}/sentry-python-${PV}"
50 -
51 -LICENSE="PSF-2"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
54 -
55 -RDEPEND="
56 - dev-python/urllib3[${PYTHON_USEDEP}]
57 - dev-python/certifi[${PYTHON_USEDEP}]
58 -"
59 -BDEPEND="
60 - test? (
61 - dev-python/asttokens[${PYTHON_USEDEP}]
62 - dev-python/django[${PYTHON_USEDEP}]
63 - dev-python/executing[${PYTHON_USEDEP}]
64 - dev-python/fakeredis[${PYTHON_USEDEP}]
65 - dev-python/flask-login[${PYTHON_USEDEP}]
66 - dev-python/gevent[${PYTHON_USEDEP}]
67 - dev-python/jsonschema[${PYTHON_USEDEP}]
68 - dev-python/pyrsistent[${PYTHON_USEDEP}]
69 - dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
70 - dev-python/pytest-django[${PYTHON_USEDEP}]
71 - dev-python/pytest-forked[${PYTHON_USEDEP}]
72 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
73 - dev-python/werkzeug[${PYTHON_USEDEP}]
74 - dev-python/zope-event[${PYTHON_USEDEP}]
75 - $(python_gen_cond_dep '
76 - dev-python/eventlet[${PYTHON_USEDEP}]
77 - ' python3_{8..9})
78 - )
79 -"
80 -
81 -distutils_enable_tests pytest
82 -
83 -EPYTEST_IGNORE=(
84 - # tests require Internet access
85 - tests/integrations/httpx/test_httpx.py
86 - tests/integrations/requests/test_requests.py
87 - tests/integrations/stdlib/test_httplib.py
88 - tests/integrations/flask/test_flask.py
89 - tests/integrations/django/test_basic.py
90 - # wtf is it supposed to do?!
91 - tests/integrations/gcp/test_gcp.py
92 - # broken by rq-1.10.1 (optional dep)
93 - tests/integrations/rq/test_rq.py
94 - # fastapi is not packaged
95 - tests/integrations/asgi/test_fastapi.py
96 -)
97 -
98 -EPYTEST_DESELECT=(
99 - # hangs
100 - 'tests/test_transport.py::test_transport_works'
101 - # TODO
102 - 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
103 - tests/test_client.py::test_databag_depth_stripping
104 - tests/test_client.py::test_databag_string_stripping
105 - tests/test_client.py::test_databag_breadth_stripping
106 - tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
107 - tests/integrations/asgi/test_asgi.py::test_websocket
108 - # incompatible version?
109 - tests/integrations/falcon/test_falcon.py
110 - tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
111 - # test_circular_references: apparently fragile
112 - 'tests/integrations/threading/test_threading.py::test_circular_references'
113 - # test for new feature, fails with IndexError
114 - tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
115 - # TODO
116 - tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
117 -)
118
119 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.5.11.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.5.11.ebuild
120 deleted file mode 100644
121 index 75e32346ce68..000000000000
122 --- a/dev-python/sentry-sdk/sentry-sdk-1.5.11.ebuild
123 +++ /dev/null
124 @@ -1,85 +0,0 @@
125 -# Copyright 1999-2022 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=8
129 -
130 -DISTUTILS_USE_PEP517=setuptools
131 -PYTHON_COMPAT=( python3_{8..10} )
132 -
133 -inherit distutils-r1
134 -
135 -DESCRIPTION="Python client for Sentry"
136 -HOMEPAGE="https://sentry.io/ https://pypi.org/project/sentry-sdk/"
137 -SRC_URI="
138 - https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
139 - -> ${P}.tar.gz
140 -"
141 -S="${WORKDIR}/sentry-python-${PV}"
142 -
143 -LICENSE="PSF-2"
144 -SLOT="0"
145 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
146 -
147 -RDEPEND="
148 - dev-python/urllib3[${PYTHON_USEDEP}]
149 - dev-python/certifi[${PYTHON_USEDEP}]
150 -"
151 -BDEPEND="
152 - test? (
153 - dev-python/asttokens[${PYTHON_USEDEP}]
154 - dev-python/django[${PYTHON_USEDEP}]
155 - dev-python/executing[${PYTHON_USEDEP}]
156 - dev-python/fakeredis[${PYTHON_USEDEP}]
157 - dev-python/flask-login[${PYTHON_USEDEP}]
158 - dev-python/gevent[${PYTHON_USEDEP}]
159 - dev-python/jsonschema[${PYTHON_USEDEP}]
160 - dev-python/pyrsistent[${PYTHON_USEDEP}]
161 - dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
162 - dev-python/pytest-django[${PYTHON_USEDEP}]
163 - dev-python/pytest-forked[${PYTHON_USEDEP}]
164 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
165 - dev-python/werkzeug[${PYTHON_USEDEP}]
166 - dev-python/zope-event[${PYTHON_USEDEP}]
167 - $(python_gen_cond_dep '
168 - dev-python/eventlet[${PYTHON_USEDEP}]
169 - ' python3_{8..9})
170 - )
171 -"
172 -
173 -distutils_enable_tests pytest
174 -
175 -EPYTEST_IGNORE=(
176 - # tests require Internet access
177 - tests/integrations/httpx/test_httpx.py
178 - tests/integrations/requests/test_requests.py
179 - tests/integrations/stdlib/test_httplib.py
180 - tests/integrations/flask/test_flask.py
181 - tests/integrations/django/test_basic.py
182 - # wtf is it supposed to do?!
183 - tests/integrations/gcp/test_gcp.py
184 - # broken by rq-1.10.1 (optional dep)
185 - tests/integrations/rq/test_rq.py
186 - # fastapi is not packaged
187 - tests/integrations/asgi/test_fastapi.py
188 -)
189 -
190 -EPYTEST_DESELECT=(
191 - # hangs
192 - 'tests/test_transport.py::test_transport_works'
193 - # TODO
194 - 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
195 - tests/test_client.py::test_databag_depth_stripping
196 - tests/test_client.py::test_databag_string_stripping
197 - tests/test_client.py::test_databag_breadth_stripping
198 - tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
199 - tests/integrations/asgi/test_asgi.py::test_websocket
200 - # incompatible version?
201 - tests/integrations/falcon/test_falcon.py
202 - tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
203 - # test_circular_references: apparently fragile
204 - 'tests/integrations/threading/test_threading.py::test_circular_references'
205 - # test for new feature, fails with IndexError
206 - tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
207 - # TODO
208 - tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
209 -)
210
211 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.5.8.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.5.8.ebuild
212 deleted file mode 100644
213 index dc9d2ef62a99..000000000000
214 --- a/dev-python/sentry-sdk/sentry-sdk-1.5.8.ebuild
215 +++ /dev/null
216 @@ -1,83 +0,0 @@
217 -# Copyright 1999-2022 Gentoo Authors
218 -# Distributed under the terms of the GNU General Public License v2
219 -
220 -EAPI=8
221 -
222 -DISTUTILS_USE_PEP517=setuptools
223 -PYTHON_COMPAT=( python3_{8..10} )
224 -
225 -inherit distutils-r1
226 -
227 -DESCRIPTION="Python client for Sentry"
228 -HOMEPAGE="https://sentry.io/ https://pypi.org/project/sentry-sdk/"
229 -SRC_URI="
230 - https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
231 - -> ${P}.gh.tar.gz
232 -"
233 -S="${WORKDIR}/sentry-python-${PV}"
234 -
235 -LICENSE="PSF-2"
236 -SLOT="0"
237 -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
238 -
239 -RDEPEND="
240 - dev-python/urllib3[${PYTHON_USEDEP}]
241 - dev-python/certifi[${PYTHON_USEDEP}]
242 -"
243 -BDEPEND="
244 - test? (
245 - dev-python/asttokens[${PYTHON_USEDEP}]
246 - dev-python/django[${PYTHON_USEDEP}]
247 - dev-python/executing[${PYTHON_USEDEP}]
248 - dev-python/fakeredis[${PYTHON_USEDEP}]
249 - dev-python/flask-login[${PYTHON_USEDEP}]
250 - dev-python/gevent[${PYTHON_USEDEP}]
251 - dev-python/jsonschema[${PYTHON_USEDEP}]
252 - dev-python/pyrsistent[${PYTHON_USEDEP}]
253 - dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
254 - dev-python/pytest-django[${PYTHON_USEDEP}]
255 - dev-python/pytest-forked[${PYTHON_USEDEP}]
256 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
257 - dev-python/werkzeug[${PYTHON_USEDEP}]
258 - dev-python/zope-event[${PYTHON_USEDEP}]
259 - $(python_gen_cond_dep '
260 - dev-python/eventlet[${PYTHON_USEDEP}]
261 - ' python3_{8..9})
262 - )
263 -"
264 -
265 -distutils_enable_tests pytest
266 -
267 -EPYTEST_IGNORE=(
268 - # tests require Internet access
269 - tests/integrations/httpx/test_httpx.py
270 - tests/integrations/requests/test_requests.py
271 - tests/integrations/stdlib/test_httplib.py
272 - # wtf is it supposed to do?!
273 - tests/integrations/gcp/test_gcp.py
274 - # broken by rq-1.10.1 (optional dep)
275 - tests/integrations/rq/test_rq.py
276 - # fastapi is not packaged
277 - tests/integrations/asgi/test_fastapi.py
278 -)
279 -
280 -EPYTEST_DESELECT=(
281 - # hangs
282 - 'tests/test_transport.py::test_transport_works'
283 - # TODO
284 - 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
285 - tests/test_client.py::test_databag_depth_stripping
286 - tests/test_client.py::test_databag_string_stripping
287 - tests/test_client.py::test_databag_breadth_stripping
288 - tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
289 - tests/integrations/asgi/test_asgi.py::test_websocket
290 - # incompatible version?
291 - tests/integrations/falcon/test_falcon.py
292 - tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
293 - # test_circular_references: apparently fragile
294 - 'tests/integrations/threading/test_threading.py::test_circular_references'
295 - # test for new feature, fails with IndexError
296 - tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
297 - # TODO
298 - tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
299 -)