dev-python/sentry-sdk: add 1.10.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2022-10-30 17:29:58 +01:00 committed by Andreas Billmeier
parent 80209ba59b
commit 142b56b70e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 100 additions and 2 deletions

View File

@ -548,7 +548,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1491 Ebuilds in total, 1484 of them have in total 1493 (34 different) licenses assigned.
There are 1492 Ebuilds in total, 1485 of them have in total 1494 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -567,7 +567,7 @@ There are 1491 Ebuilds in total, 1484 of them have in total 1493 (34 different)
|Unlicense|5|
|LGPL-2.1+|4|
|public-domain|4|
|PSF-2|3|
|PSF-2|4|
|EPL-1.0|3|
|AGPL-3+|2|
|LGPL-2+|2|

View File

@ -1,5 +1,7 @@
DIST sentry-sdk-1.10.0.gh.tar.gz 291712 BLAKE2B aac229ed5cb0ece2206215e3850b2e13b2359dc44bf8f0621306df8e7400b2f720b60b2c4bf2068279a7d70ede6f0e7d749a702e75080723f663800114044b66 SHA512 24b7dbc3d8337469e5275bc5e300146b8d6f52604026ac1ae760b2073da6284ce6e972a865351eb73f1a47010a53c738037f0441e277554d4c89ac5a2985a6b2
DIST sentry-sdk-1.9.5.gh.tar.gz 272096 BLAKE2B 179be647b92a74a1836f26add33e4b98007d19eff7454eb4968a2029003b7c1601d2eecad162a109508942b2f65086db32df6191c7f7986b5ab831295a8d3775 SHA512 d909ea9552a845b7022fdbbd06e3c49b2f136ca66771f20cb74b82f9eda7f63bee6c095eddefad7623a224bb9d6bf2b775c3c9405a0b55cd520952c3fe67c22d
DIST sentry-sdk-1.9.8.gh.tar.gz 271425 BLAKE2B 27135f4fee24d80a544d852261555d8a8498990f815bbe7438b67bbf5717ed4b6e92c8f3e6781929332cbaba75986538294cf4b97c5bbe845ab57a32333d1d6f SHA512 7c9136b4100537e327ccbc2a96967007a1d2de653098ffa3463cc135ca604e49bd066d6a85046c752f38bdfc2698298e46a5d26bbf1a31a19f1631cf92ad9c8d
EBUILD sentry-sdk-1.10.0.ebuild 3168 BLAKE2B 481d2cfa9a904d208cb66fad5194026650d4577f01dcb996412b5c8115d9a6511ffad4e4978218a0c63755187eeff2b3de0b3fd8325fc7b2e62617982727dfc5 SHA512 a3e0d025f5651ac48da045171ceb867bd46bd38714b5b9bc8964b276b0e5bbf11e227918215354310e616c974fe2fa35e8d8428485619f463fe95057eb53fa83
EBUILD sentry-sdk-1.9.5.ebuild 3175 BLAKE2B 59693852c64799773a5a3daaf082dc2d5c96e7d892ff7cf698a529268e22a8ad172522da585dba7fe5ab5332838c038569a6a07f4d8a4f35b0dd2b7afa8aafbf SHA512 5f74eecf46aaacb600843adaf166280250b56681bc4c227815a89a3ce57af18719455f382bdf2ecb26e4f9c03613862916651c5b03090ca658674fbdbfaf44fc
EBUILD sentry-sdk-1.9.8.ebuild 3175 BLAKE2B 59693852c64799773a5a3daaf082dc2d5c96e7d892ff7cf698a529268e22a8ad172522da585dba7fe5ab5332838c038569a6a07f4d8a4f35b0dd2b7afa8aafbf SHA512 5f74eecf46aaacb600843adaf166280250b56681bc4c227815a89a3ce57af18719455f382bdf2ecb26e4f9c03613862916651c5b03090ca658674fbdbfaf44fc
MISC metadata.xml 466 BLAKE2B 052e9ad2127aed109048314d72b2e1a172832bb502100a6ce39262cb391f3c244deef5051cea08834094fe8118ec0455b3a4360438201074db104450eee49fb7 SHA512 41a963f5fae0b84263b90707b61ef1b0c45f8ad342e52f325978ede2cf757aa0c4978e3bf0e47b88aa6694fa86a3824cb120f767c265b9a570d343be5dcdbade

View File

@ -0,0 +1,96 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python client for Sentry"
HOMEPAGE="
https://sentry.io/
https://github.com/getsentry/sentry-python/
https://pypi.org/project/sentry-sdk/
"
SRC_URI="
https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
S="${WORKDIR}/sentry-python-${PV}"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/asttokens[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
dev-python/executing[${PYTHON_USEDEP}]
dev-python/fakeredis[${PYTHON_USEDEP}]
dev-python/flask-login[${PYTHON_USEDEP}]
dev-python/gevent[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pyrsistent[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-django[${PYTHON_USEDEP}]
dev-python/pytest-forked[${PYTHON_USEDEP}]
dev-python/pytest-localserver[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/zope-event[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
EPYTEST_IGNORE=(
# tests require Internet access
tests/integrations/httpx/test_httpx.py
tests/integrations/requests/test_requests.py
tests/integrations/stdlib/test_httplib.py
tests/integrations/flask/test_flask.py
tests/integrations/django/test_basic.py
# wtf is it supposed to do?!
tests/integrations/gcp/test_gcp.py
# broken by rq-1.10.1 (optional dep)
tests/integrations/rq/test_rq.py
# fastapi is not packaged
tests/integrations/asgi/test_fastapi.py
# TODO
tests/integrations/bottle
# requires python-multipart (TODO: package it)
tests/integrations/starlette
# TODO
tests/integrations/tornado
)
EPYTEST_DESELECT=(
# hangs
'tests/test_transport.py::test_transport_works'
# TODO
'tests/test_basics.py::test_auto_enabling_integrations_catches_import_error'
tests/test_client.py::test_databag_depth_stripping
tests/test_client.py::test_databag_string_stripping
tests/test_client.py::test_databag_breadth_stripping
tests/integrations/asgi/test_asgi.py::test_auto_session_tracking_with_aggregates
tests/integrations/asgi/test_asgi.py::test_websocket
tests/integrations/aiohttp/test_aiohttp.py::test_transaction_style
tests/integrations/aiohttp/test_aiohttp.py::test_traces_sampler_gets_request_object_in_sampling_context
# incompatible version?
tests/integrations/falcon/test_falcon.py
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_too_large_event_truncated
# test_circular_references: apparently fragile
'tests/integrations/threading/test_threading.py::test_circular_references'
# test for new feature, fails with IndexError
tests/integrations/wsgi/test_wsgi.py::test_session_mode_defaults_to_request_mode_in_wsgi_handler
# TODO
tests/integrations/wsgi/test_wsgi.py::test_auto_session_tracking_with_aggregates
tests/integrations/wsgi/test_wsgi.py::test_profile_sent_when_profiling_enabled
tests/test_profiler.py::test_sample_buffer
)