commit:     a7c7d0061a293d86c6a054988fdb6a98535a001f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 14:57:41 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 14:57:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c7d006

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.41.0.ebuild | 153 -------------------------
 dev-python/sentry-sdk/sentry-sdk-1.43.0.ebuild | 153 -------------------------
 3 files changed, 308 deletions(-)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index 1fffb7fda4c8..f323554c4cac 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1,4 +1,2 @@
-DIST sentry-python-1.41.0.gh.tar.gz 462664 BLAKE2B 
6c0b8256d639682124db51e27f81458930a53885682c3441edcfe12bdff4e63aec5fed78a88f9c13002efb9ea1ed064d8694c4e80bbcdf14c3fa4f394a884273
 SHA512 
5e58d5a7f06e3afb35645186373a9e6ef87ced3c11ddafcaa45e6a6760d08a812ef1c839d28e91ffd9844c64255e48001bd503536c15ba43366518685b764936
 DIST sentry-python-1.42.0.gh.tar.gz 468530 BLAKE2B 
787da292e9e218e195deae022274d74c032f5749ecf86be45cfa59de10b2ab4281e0ddcb6fdd804f887fa63ca669c9f4db4396a1077647be8438524c6edba081
 SHA512 
88bf44f4b214d1accd28744ac5300681ee8f6d23f4508f1df043366c9c758251e63f5aede778e8584c778c209f9c758d12743109798a746d2599aa7d7f53550b
-DIST sentry-python-1.43.0.gh.tar.gz 470635 BLAKE2B 
3e683381108c707cd16ccd4d25ac714123acaec545ed8b8e603d41584fc61ec3151c4f78eaeffa8029403a3df42c9b43e08cc604078a3a1891cc0cfee3d58a02
 SHA512 
3161d9a1b8d5ccbceb168f82dd852be7f4573293ac420b8417cdb890eca6e2eb17d6358eb5816d9eaedaa56dfa27a073f78cb21bb022317e139fbf2883a7fa75
 DIST sentry-python-1.44.0.gh.tar.gz 471491 BLAKE2B 
a61ea8076c58df8296128c0604e5292626a7100a525e9a496ebd4f9e17fb64c695b78185d6a45345a10fd88545eb972ce4887eb4a9de1b3c05bb96937fc1af6f
 SHA512 
ff9ecc13b0cf60a5b6e209bb8de22bb482ebc29977c843e0d39ee07338897e315b3f11a7e51cc92e88f4679ea897bee5b367421a851b68f2efe36d65be155f23

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.41.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.41.0.ebuild
deleted file mode 100644
index 23a564c8402f..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.41.0.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2024 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-8[${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
-               # requires quart_auth
-               tests/integrations/quart
-       )
-
-       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
-               # crashes Python
-               tests/integrations/grpc/test_grpc_aio.py
-               # hangs
-               
tests/integrations/threading/test_threading.py::test_propagates_threadpool_hub
-               # TODO
-               tests/test_utils.py::test_default_release
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_orm_queries
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_transactions
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_query_source
-               
tests/integrations/stdlib/test_subprocess.py::test_subprocess_basic
-               tests/integrations/threading/test_threading.py
-               tests/integrations/wsgi/test_wsgi.py
-               'tests/utils/test_contextvars.py::test_leaks[threads]'
-               # skipped without gevent but breaks stuff via broken teardown?
-               tests/test_metrics.py::test_no_metrics_with_gevent
-               # TODO
-               tests/utils/test_contextvars.py::test_leaks
-               # broken teardown?
-               tests/test_client.py::test_uwsgi_warnings
-       )
-
-       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.43.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.43.0.ebuild
deleted file mode 100644
index bd77eeba0b1a..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.43.0.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2024 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-8[${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
-               # requires quart_auth
-               tests/integrations/quart
-       )
-
-       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
-               # crashes Python
-               tests/integrations/grpc/test_grpc_aio.py
-               # hangs
-               
tests/integrations/threading/test_threading.py::test_propagates_threadpool_hub
-               # TODO
-               tests/test_utils.py::test_default_release
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_orm_queries
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_transactions
-               
tests/integrations/sqlalchemy/test_sqlalchemy.py::test_query_source
-               
tests/integrations/stdlib/test_subprocess.py::test_subprocess_basic
-               tests/integrations/threading/test_threading.py
-               tests/integrations/wsgi/test_wsgi.py
-               'tests/utils/test_contextvars.py::test_leaks[threads]'
-               # skipped without gevent but breaks stuff via broken teardown?
-               tests/test_metrics.py::test_no_metrics_with_gevent
-               # TODO
-               tests/utils/test_contextvars.py::test_leaks
-               # broken teardown?
-               tests/test_client.py::test_uwsgi_warnings
-       )
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p asyncio -p aiohttp -p pytest_forked
-}

Reply via email to