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: Thu, 18 Aug 2022 06:18:51
Message-Id: 1660803513.c811f72d99be22b6cab423a969fb9ba321fa993f.mgorny@gentoo
1 commit: c811f72d99be22b6cab423a969fb9ba321fa993f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 05:08:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 06:18:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c811f72d
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 | 1 -
13 dev-python/sentry-sdk/sentry-sdk-1.6.0.ebuild | 91 ---------------------------
14 2 files changed, 92 deletions(-)
15
16 diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
17 index 94d927a49f41..f49c260d89f8 100644
18 --- a/dev-python/sentry-sdk/Manifest
19 +++ b/dev-python/sentry-sdk/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST sentry-sdk-1.6.0.gh.tar.gz 249637 BLAKE2B c4d6788c80184ce9127ed85dfb5305363fd27bcbebd74763e4c14c4fed35dd05069ad4a244fa2d8a59f8cb618df22d4d864bf72510fe42600d23fcc6bf8228cf SHA512 d2999831af595ed7f1861ec78887e46887eea8c4c931f22bd4003aede508511287f67eb6100232362a110d16b7bdec892572225440be52a9bd37952c30478f15
22 DIST sentry-sdk-1.7.2.gh.tar.gz 254370 BLAKE2B e65b2236bfec9279a4aa05b77c9492547f657e461a7c96c4158acb6bc0887571186bfa71893dce34251ef8d783fb5d583b25aa12539c5db7993cec65fdf05229 SHA512 9fe2c283a326b78c8be95500e4916bb633dc7369960a4e0ef69c0f29de74c38db81f43b3931c47d50431ee7f1a66a2b18e8c4fc02ce71c404a5e9700644cb76c
23 DIST sentry-sdk-1.8.0.gh.tar.gz 286488 BLAKE2B d47f33a1c83cfffa6e4a801a6fdfde132d4cfe1b734e464c4db60e97abf53ebe503c53c3edd89d1a84e655a348a4463a75c3475d4824d03cd9b95733b13b5532 SHA512 aa3be96dbc55265f17371d8f20f8b3116b4310cbc1d078b62beeb1fd90bdbb840db85c25309e16f793a188d373c6dbcfd11a104db21b60221a5fb06d8deacc2d
24 DIST sentry-sdk-1.9.0.gh.tar.gz 290271 BLAKE2B fcb4c45c129faf23a1177167e2bdd567a7ff228abbaa782676abb16c29e9c4cccef89f67ae5cd28c4f2b25e6687152fdc5eab0c7d981021a8df16374dc4e1fec SHA512 4f287bad8e9dd8eaad8f8a31d7335ccf6bfe72cc0ba8c0b26abcbd7e326bad886709d001976966a7b917f39e1ca249fa881abf29778cfd4bd65c63f05a6f6ef2
25
26 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.6.0.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.6.0.ebuild
27 deleted file mode 100644
28 index ac1650bb3f7f..000000000000
29 --- a/dev-python/sentry-sdk/sentry-sdk-1.6.0.ebuild
30 +++ /dev/null
31 @@ -1,91 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python client for Sentry"
43 -HOMEPAGE="
44 - https://sentry.io/
45 - https://github.com/getsentry/sentry-python/
46 - https://pypi.org/project/sentry-sdk/
47 -"
48 -SRC_URI="
49 - https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
50 - -> ${P}.gh.tar.gz
51 -"
52 -S="${WORKDIR}/sentry-python-${PV}"
53 -
54 -LICENSE="PSF-2"
55 -SLOT="0"
56 -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
57 -
58 -RDEPEND="
59 - dev-python/urllib3[${PYTHON_USEDEP}]
60 - dev-python/certifi[${PYTHON_USEDEP}]
61 -"
62 -BDEPEND="
63 - test? (
64 - dev-python/asttokens[${PYTHON_USEDEP}]
65 - dev-python/django[${PYTHON_USEDEP}]
66 - dev-python/executing[${PYTHON_USEDEP}]
67 - dev-python/fakeredis[${PYTHON_USEDEP}]
68 - dev-python/flask-login[${PYTHON_USEDEP}]
69 - dev-python/gevent[${PYTHON_USEDEP}]
70 - dev-python/jsonschema[${PYTHON_USEDEP}]
71 - dev-python/pyrsistent[${PYTHON_USEDEP}]
72 - dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
73 - dev-python/pytest-django[${PYTHON_USEDEP}]
74 - dev-python/pytest-forked[${PYTHON_USEDEP}]
75 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
76 - dev-python/werkzeug[${PYTHON_USEDEP}]
77 - dev-python/zope-event[${PYTHON_USEDEP}]
78 - $(python_gen_cond_dep '
79 - dev-python/eventlet[${PYTHON_USEDEP}]
80 - ' python3_{8..9})
81 - )
82 -"
83 -
84 -distutils_enable_tests pytest
85 -
86 -EPYTEST_IGNORE=(
87 - # tests require Internet access
88 - tests/integrations/httpx/test_httpx.py
89 - tests/integrations/requests/test_requests.py
90 - tests/integrations/stdlib/test_httplib.py
91 - tests/integrations/flask/test_flask.py
92 - tests/integrations/django/test_basic.py
93 - # wtf is it supposed to do?!
94 - tests/integrations/gcp/test_gcp.py
95 - # broken by rq-1.10.1 (optional dep)
96 - tests/integrations/rq/test_rq.py
97 - # fastapi is not packaged
98 - tests/integrations/asgi/test_fastapi.py
99 - # TODO
100 - tests/integrations/bottle
101 -)
102 -
103 -EPYTEST_DESELECT=(
104 - # hangs
105 - 'tests/test_transport.py::test_transport_works'
106 - # TODO
107 - 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
108 - tests/test_client.py::test_databag_depth_stripping
109 - tests/test_client.py::test_databag_string_stripping
110 - tests/test_client.py::test_databag_breadth_stripping
111 - tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
112 - tests/integrations/asgi/test_asgi.py::test_websocket
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 -)