Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Thu, 03 Nov 2022 19:32:21
Message-Id: 1667503894.d3f81c760e23fba9350de794200bf373673d2c71.arthurzam@gentoo
1 commit: d3f81c760e23fba9350de794200bf373673d2c71
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 19:31:34 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 19:31:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f81c76
7
8 dev-python/sentry-sdk: drop 1.9.9
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/sentry-sdk/Manifest | 1 -
13 dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild | 93 ---------------------------
14 2 files changed, 94 deletions(-)
15
16 diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
17 index c5234ec3ea33..bf45ad897d19 100644
18 --- a/dev-python/sentry-sdk/Manifest
19 +++ b/dev-python/sentry-sdk/Manifest
20 @@ -1,3 +1,2 @@
21 DIST sentry-sdk-1.10.1.gh.tar.gz 292186 BLAKE2B 03181c0118294d4221b176b1e4fd38b4b2147a3a1b6eae709153f92717da77e889d17e715ad1795c8d9bdf24ed2ca5718a88b4f3fa25d240ec8e5804d1041a56 SHA512 135dff6db284439812d74b54f301ba0ce25444f71ad0b7d3ff8869399dba97affa40673fd306960bc6665118e0aabd1a3420976effc9a501d51d9f2174d615f4
22 DIST sentry-sdk-1.9.10.gh.tar.gz 282661 BLAKE2B dbecfafafebb52f288ff977dc39b7268c0cd7fc78a643139b9baf9345eb216842bad426e860914dad325096306dc515bf48ddfb26f524c95c718787ecadce3e1 SHA512 293f38335692fe6ec215d470b436d2a8ae49ac8471722c555405e920a41d2d591682c956bb01ad43bb3705566353a878f8fabfe74248716e9cf5a2ea2c172649
23 -DIST sentry-sdk-1.9.9.gh.tar.gz 281232 BLAKE2B 8d1017644c2ae73c4e070f7b1b0a6807ab1d7a7655986bb9a4b457f72c98b3df0fd5f3af8722ea91e13911b1ce6d7234542af195a0b80ec5e9e939f5de3998f0 SHA512 613b504c9e0071657241c7724206d3e99f62fdc846cda98fa4830cf29eee24c8d2ae2abb265fab5d87f47d064d8aed60e105c2d2090fb24308e65b7e74e2974b
24
25 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild
26 deleted file mode 100644
27 index 680e0e88eaeb..000000000000
28 --- a/dev-python/sentry-sdk/sentry-sdk-1.9.9.ebuild
29 +++ /dev/null
30 @@ -1,93 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DISTUTILS_USE_PEP517=setuptools
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python client for Sentry"
42 -HOMEPAGE="
43 - https://sentry.io/
44 - https://github.com/getsentry/sentry-python/
45 - https://pypi.org/project/sentry-sdk/
46 -"
47 -SRC_URI="
48 - https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
49 - -> ${P}.gh.tar.gz
50 -"
51 -S="${WORKDIR}/sentry-python-${PV}"
52 -
53 -LICENSE="PSF-2"
54 -SLOT="0"
55 -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
56 -
57 -RDEPEND="
58 - dev-python/urllib3[${PYTHON_USEDEP}]
59 - dev-python/certifi[${PYTHON_USEDEP}]
60 -"
61 -BDEPEND="
62 - test? (
63 - dev-python/asttokens[${PYTHON_USEDEP}]
64 - dev-python/django[${PYTHON_USEDEP}]
65 - dev-python/executing[${PYTHON_USEDEP}]
66 - dev-python/fakeredis[${PYTHON_USEDEP}]
67 - dev-python/flask-login[${PYTHON_USEDEP}]
68 - dev-python/gevent[${PYTHON_USEDEP}]
69 - dev-python/jsonschema[${PYTHON_USEDEP}]
70 - dev-python/pyrsistent[${PYTHON_USEDEP}]
71 - dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
72 - dev-python/pytest-django[${PYTHON_USEDEP}]
73 - dev-python/pytest-forked[${PYTHON_USEDEP}]
74 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
75 - dev-python/werkzeug[${PYTHON_USEDEP}]
76 - dev-python/zope-event[${PYTHON_USEDEP}]
77 - )
78 -"
79 -
80 -distutils_enable_tests pytest
81 -
82 -EPYTEST_IGNORE=(
83 - # tests require Internet access
84 - tests/integrations/httpx/test_httpx.py
85 - tests/integrations/requests/test_requests.py
86 - tests/integrations/stdlib/test_httplib.py
87 - tests/integrations/flask/test_flask.py
88 - tests/integrations/django/test_basic.py
89 - # wtf is it supposed to do?!
90 - tests/integrations/gcp/test_gcp.py
91 - # broken by rq-1.10.1 (optional dep)
92 - tests/integrations/rq/test_rq.py
93 - # fastapi is not packaged
94 - tests/integrations/asgi/test_fastapi.py
95 - # TODO
96 - tests/integrations/bottle
97 - # requires python-multipart (TODO: package it)
98 - tests/integrations/starlette
99 -)
100 -
101 -EPYTEST_DESELECT=(
102 - # hangs
103 - 'tests/test_transport.py::test_transport_works'
104 - # TODO
105 - 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
106 - tests/test_client.py::test_databag_depth_stripping
107 - tests/test_client.py::test_databag_string_stripping
108 - tests/test_client.py::test_databag_breadth_stripping
109 - tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
110 - tests/integrations/asgi/test_asgi.py::test_websocket
111 - tests/integrations/aiohttp/test_aiohttp.py::test_transaction_style
112 - tests/integrations/aiohttp/test_aiohttp.py::test_traces_sampler_gets_request_object_in_sampling_context
113 - # incompatible version?
114 - tests/integrations/falcon/test_falcon.py
115 - tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
116 - # test_circular_references: apparently fragile
117 - 'tests/integrations/threading/test_threading.py::test_circular_references'
118 - # test for new feature, fails with IndexError
119 - tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
120 - # TODO
121 - tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
122 - tests/integrations/wsgi/test_wsgi.py::test_profile_sent_when_profiling_enabled
123 -)