commit:     c12fa0decd36568b47c862ee6b4a0391157d4ce7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 13:54:31 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 13:54:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12fa0de

dev-python/sentry-sdk: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sentry-sdk/Manifest                 |   2 -
 dev-python/sentry-sdk/sentry-sdk-1.35.0.ebuild | 128 ------------------------
 dev-python/sentry-sdk/sentry-sdk-1.37.0.ebuild | 131 -------------------------
 3 files changed, 261 deletions(-)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index c68e054e7ee8..7ff78b681bfe 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1,4 +1,2 @@
-DIST sentry-python-1.35.0.gh.tar.gz 438978 BLAKE2B 
84d016fd24895eab240d97d99c5ac11f332f72c487b82205680513103d5a684ad25b4dbb6fe7863d681c965239079f1208b660a48bc21e508b57db04466e91b7
 SHA512 
fb136cb0542a9ca7db7e5bbcfe6178cdee90b80c634c9f1f54ad769b403fbe48ab9f23f66e33c1b7cc0f22d53811c0b1ae767604df5f2209c3568eebdc643b6a
-DIST sentry-python-1.37.0.gh.tar.gz 447094 BLAKE2B 
74299d4efb1842965facbb9d6a957f21c42909eac26545d2b4838be83641049cb277d6525052209e9c7d4d3801b99f75d7350c29b18c2e3909e16e7246056967
 SHA512 
6dd5be6561075646967c1b7b1fd9eeaf07fe45cd71a64898265d49b3a89a5ffcc3a0ceea8698e389b9e57f0dbe42073c6d3df947dc8bfd46cc3e269330dbe3a4
 DIST sentry-python-1.37.1.gh.tar.gz 447142 BLAKE2B 
16e495a69e4757520e4fa9854248f7fdd31056489b016d86a0f087b7a709fa70a1f9cf655c4e319e8a69cdedd138c34864d03907a7423be329dbd00f66a2c568
 SHA512 
193d20949ce87dc530bbc97a522fd0c8566ccd2d2f14287c8e903dd39bb8a19af7aa59de0bcb90f06375353c79cbc19af704a17844b2073860bc879d2b551542
 DIST sentry-python-1.38.0.gh.tar.gz 448517 BLAKE2B 
de047d20e8dd90018a7ce8dd102efc7ce970bb269c04d643c67e9fb46a9ad9eebcd89b08dfe1f0782dc51f61478c6e472ed25262e8a2bca7cfb7e0d9936abe78
 SHA512 
dbdcb7f53ee8da6071befec7a619324c0baabb383bb000875992e82bca97d0f49c7a8836c91a2ae20ae814ed55bf485d01c4762a82761083a19b1db8557d6983

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.35.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.35.0.ebuild
deleted file mode 100644
index df2668bf4278..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.35.0.ebuild
+++ /dev/null
@@ -1,128 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1
-
-MY_P=sentry-python-${PV}
-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
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc 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/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/python-socks[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-               dev-python/werkzeug[${PYTHON_USEDEP}]
-               dev-python/zope-event[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-       "${FILESDIR}/sentry-sdk-1.21.0-ignore-warnings.patch"
-)
-
-python_test() {
-       local 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
-               tests/integrations/socket/test_socket.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
-               # TODO: causes breakage in other tests
-               tests/integrations/starlette
-               # TODO
-               tests/integrations/tornado
-               # requires mockupdb
-               tests/integrations/pymongo
-               # requires AWS access
-               tests/integrations/aws_lambda
-       )
-
-       local 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
-               
tests/integrations/django/test_data_scrubbing.py::test_scrub_django_custom_session_cookies_filtered
-               # incompatible version?
-               tests/integrations/falcon/test_falcon.py
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_large_event_not_truncated
-               
tests/integrations/django/test_data_scrubbing.py::test_scrub_django_session_cookies_{filtered,removed}
-               # 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
-               
tests/test_profiler.py::test_thread_scheduler_takes_first_samples
-               tests/test_profiler.py::test_thread_scheduler_takes_more_samples
-               
tests/test_profiler.py::test_thread_scheduler_single_background_thread
-               # broken with py3.11, *shrug*
-               tests/test_profiler.py::test_extract_stack_with_max_depth
-               # TODO
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_long_sql_query_preserved
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_engine_name_not_string
-               tests/test_scrubber.py::test_breadcrumb_extra_scrubbing
-               tests/test_scrubber.py::test_span_data_scrubbing
-               # this is not even funny
-               
tests/integrations/modules/test_modules.py::test_installed_modules
-               # flaky hypothesis stuff
-               tests/test_serializer.py::test_bytes_serialization_repr_many
-       )
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p asyncio -p aiohttp -p pytest_forked
-}

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.37.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.37.0.ebuild
deleted file mode 100644
index ddb8aa60a9e3..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.37.0.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1
-
-MY_P=sentry-python-${PV}
-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
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~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/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/python-socks[${PYTHON_USEDEP}]
-               dev-python/responses[${PYTHON_USEDEP}]
-               dev-python/werkzeug[${PYTHON_USEDEP}]
-               dev-python/zope-event[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-       "${FILESDIR}/sentry-sdk-1.21.0-ignore-warnings.patch"
-)
-
-python_test() {
-       local 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
-               tests/integrations/socket/test_socket.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
-               # TODO: causes breakage in other tests
-               tests/integrations/starlette
-               # TODO
-               tests/integrations/tornado
-               # requires mockupdb
-               tests/integrations/pymongo
-               # requires AWS access
-               tests/integrations/aws_lambda
-       )
-
-       local 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
-               
tests/integrations/django/test_data_scrubbing.py::test_scrub_django_custom_session_cookies_filtered
-               # incompatible version?
-               tests/integrations/falcon/test_falcon.py
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_large_event_not_truncated
-               
tests/integrations/django/test_data_scrubbing.py::test_scrub_django_session_cookies_{filtered,removed}
-               # 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
-               
tests/test_profiler.py::test_thread_scheduler_takes_first_samples
-               tests/test_profiler.py::test_thread_scheduler_takes_more_samples
-               
tests/test_profiler.py::test_thread_scheduler_single_background_thread
-               # broken with py3.11, *shrug*
-               tests/test_profiler.py::test_extract_stack_with_max_depth
-               # TODO
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_long_sql_query_preserved
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_engine_name_not_string
-               tests/test_scrubber.py::test_breadcrumb_extra_scrubbing
-               tests/test_scrubber.py::test_span_data_scrubbing
-               # this is not even funny
-               tests/test_utils.py::test_installed_modules
-               # flaky hypothesis stuff
-               tests/test_serializer.py::test_bytes_serialization_repr_many
-               # TODO
-               tests/integrations/aiohttp/test_aiohttp.py::test_basic
-               
tests/tracing/test_decorator_py3.py::test_trace_decorator_{,a}sync_py3
-       )
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p asyncio -p aiohttp -p pytest_forked
-}

Reply via email to