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: Wed, 23 Dec 2020 08:29:13
Message-Id: 1608712140.b77a8cd82f7b20075a7bbcca7a59bd63b55a4d2e.mgorny@gentoo
1 commit: b77a8cd82f7b20075a7bbcca7a59bd63b55a4d2e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 08:21:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 08:29:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77a8cd8
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-0.19.1.ebuild | 85 --------------------------
14 2 files changed, 86 deletions(-)
15
16 diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
17 index e64e77905b5..0e5589a6768 100644
18 --- a/dev-python/sentry-sdk/Manifest
19 +++ b/dev-python/sentry-sdk/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST sentry-sdk-0.19.1.tar.gz 186747 BLAKE2B ae26751ac2e640b86b3c7426829e699cfdbd1c35e70edf0f1f835e35da82f658990a5f61adc4e7b93b032f6c9824d0df90bb2146f125c1fb846c3436228d5516 SHA512 dd4234a36920893e55026ba5ab8b1476cbc91b035a4b4c78f9dcf29cc8e232dc49c6f7312b8fb3d64cf469552d08ef5cadb65d3a7fb58ba73b87e43375c27c8d
22 DIST sentry-sdk-0.19.4.tar.gz 205992 BLAKE2B fdf7d1a29a04be01bc3b7dd7ef7ee0ad33bb03241d9c62e152aa829b2faddb52e7307705ec4f7d89db912ac625de477999167ea66372bcf9304caef31fb65aa4 SHA512 bc8d23b6767a1809ecb4d43becbe266f1e068cfb953cbad280313e54fd3d679308eace42fd880f356bac2f216894e45ee1b51eb2fc74f73f9e433bae406a2a37
23 DIST sentry-sdk-0.19.5.tar.gz 206164 BLAKE2B 9d7ce2a64fcb511c659188dc18bc4af18052c0f12ff5d31848f341ef20cbc6c9cf1102d17e6e8d8b741eb8000f94978f840f3ec66b43367820e0ccce97b1fd1b SHA512 082ace137656e8cc8317e70cf4fe9823ccf8cc3ed7b54af059990cede72179924a36896a31a806de4adbbf3bd66e54d5385eb630c047b929583e32c39ed69d61
24
25 diff --git a/dev-python/sentry-sdk/sentry-sdk-0.19.1.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.19.1.ebuild
26 deleted file mode 100644
27 index 4851cb54719..00000000000
28 --- a/dev-python/sentry-sdk/sentry-sdk-0.19.1.ebuild
29 +++ /dev/null
30 @@ -1,85 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{6..9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python client for Sentry"
41 -HOMEPAGE="https://getsentry.com https://pypi.org/project/sentry-sdk/"
42 -SRC_URI="https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -S="${WORKDIR}/sentry-python-${PV}"
44 -
45 -LICENSE="PSF-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
48 -
49 -RDEPEND="
50 - dev-python/urllib3[${PYTHON_USEDEP}]
51 - dev-python/certifi[${PYTHON_USEDEP}]
52 -"
53 -BDEPEND="
54 - test? (
55 - dev-python/asttokens[${PYTHON_USEDEP}]
56 - <dev-python/dnspython-2[${PYTHON_USEDEP}]
57 - dev-python/executing[${PYTHON_USEDEP}]
58 - dev-python/eventlet[${PYTHON_USEDEP}]
59 - dev-python/fakeredis[${PYTHON_USEDEP}]
60 - dev-python/flask-login[${PYTHON_USEDEP}]
61 - dev-python/gevent[${PYTHON_USEDEP}]
62 - dev-python/jsonschema[${PYTHON_USEDEP}]
63 - dev-python/pyrsistent[${PYTHON_USEDEP}]
64 - dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
65 - dev-python/pytest-forked[${PYTHON_USEDEP}]
66 - dev-python/pytest-localserver[${PYTHON_USEDEP}]
67 - dev-python/werkzeug[${PYTHON_USEDEP}]
68 - $(python_gen_cond_dep '
69 - dev-python/aiocontextvars[${PYTHON_USEDEP}]
70 - dev-python/contextvars[${PYTHON_USEDEP}]
71 - ' python3_6)
72 - )
73 -"
74 -
75 -distutils_enable_tests pytest
76 -
77 -python_test() {
78 - local deselect=(
79 - # tests require Internet access
80 - --deselect tests/integrations/stdlib/test_httplib.py
81 - --deselect tests/integrations/requests/test_requests.py
82 - # wtf is it supposed to do?!
83 - --deselect tests/integrations/gcp/test_gcp.py
84 - # fails on py3.6, hangs on py3.7+
85 - --deselect
86 - 'tests/test_transport.py::test_transport_works[eventlet'
87 - # TODO
88 - --deselect
89 - 'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
90 - --deselect
91 - tests/test_client.py::test_databag_depth_stripping
92 - --deselect
93 - tests/test_client.py::test_databag_string_stripping
94 - --deselect
95 - tests/test_client.py::test_databag_breadth_stripping
96 - # test_filename: apparently unhappy about pytest being called pytest
97 - --deselect 'tests/utils/test_general.py::test_filename'
98 - # test_circular_references: apparently fragile
99 - --deselect
100 - 'tests/integrations/threading/test_threading.py::test_circular_references'
101 - )
102 - [[ ${EPYTHON} == python3.6 ]] && deselect+=(
103 - # broken with contextvars on py3.6
104 - --deselect
105 - 'tests/utils/test_contextvars.py::test_leaks[greenlet]'
106 - --deselect
107 - 'tests/test_transport.py::test_transport_works[greenlet'
108 - )
109 -
110 - # Prevent tests/integrations/modules/test_modules.py:test_basic failure
111 - # Needs to detect sentry-sdk in the installed modules
112 - distutils_install_for_testing
113 -
114 - pytest -vv "${deselect[@]}" || die "Tests failed with ${EPYTHON}"
115 -}