commit:     be6bd51a077631da5ab60d689f3d460d1185506b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 01:37:07 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 01:37:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6bd51a

dev-python/sentry-sdk: Remove old

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

 dev-python/sentry-sdk/Manifest                 |   3 -
 dev-python/sentry-sdk/sentry-sdk-1.24.0.ebuild | 116 ------------------------
 dev-python/sentry-sdk/sentry-sdk-1.25.1.ebuild | 117 ------------------------
 dev-python/sentry-sdk/sentry-sdk-1.27.0.ebuild | 118 -------------------------
 4 files changed, 354 deletions(-)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index d0edfa560abd..9299d51c0212 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1,5 +1,2 @@
-DIST sentry-python-1.24.0.gh.tar.gz 360564 BLAKE2B 
032c929b75e29ebb0e95f8dddcc567d7367399b0945f918821c5331898b0aa90eac4af531f4f49c52949d00b655508cd57a88915ab054f2a44f72e3dc81cc9a9
 SHA512 
9dee3f14082331232f743c7bd38a7a46273d4c467bdd4f8672f7597fa0d3baaecd34423d07669f14f0265be2c947bdbddc983aaa8cab66a139aeb036fde1b708
-DIST sentry-python-1.25.1.gh.tar.gz 362026 BLAKE2B 
f392d766305a119d8d24472d21efade8a0f058d18e8d0e7b15fbcc2c368171e89a79394534aa85a7f9c4013fc1ba2566ee3de6d4708e1c5d7f3e3dd2aae56d4d
 SHA512 
eb22213d99989711fc1449f3910dbd81eafe6d8903181955cb307066ba90a6e0cf587e875c806a013ca2b9465dc070e622c4ec6a656bdec51668455d353ad91a
 DIST sentry-python-1.26.0.gh.tar.gz 371531 BLAKE2B 
cdc44a8c4067405242b7aaec28999902df8ac7938d933ec8f5c050b6659bf5f920d7422dbe712813de995308fd49ce6173ca59e346d5a8912f6c3452f6063fb2
 SHA512 
de1d1c4af1d629c7689691d99ebd0acd3c023fc07fcfc6e706e7738b536601186ce33672b85ba08123f430923bb0c67cdbe0e56c9642d2219df55c8f1d14f07d
-DIST sentry-python-1.27.0.gh.tar.gz 375579 BLAKE2B 
ad6de41078c76a1fe99c415d4eaf3a7ad11283f4a95ecdc543918de6f931b3ffc0d840345478834dbf97fe2f48490533a14de294b852ec5ac03f24d57cfef935
 SHA512 
45317295fc71f2a2965ba65552cd6b0fd5f48ae95e1ed06a288d61cfab96cd05d5316cef08f7a90599c1ba57d24022a610fe1bfb9c98ff2a0853f2fc8921c8e7
 DIST sentry-python-1.27.1.gh.tar.gz 376598 BLAKE2B 
4ad5986af5e252cf501523fcafdaa7ada4870aae0252227907d86ce3e886b58f7154f4407cb6ae22473044589c9c2639c7de8ca92dea1a7a7835c51c28b44bb6
 SHA512 
1408c06b3b8a8ef0c888f26a4591d45b63fda51853e52f2ea8921e4983d0a7b05b053c6bf17d55fc59667e5b4b4ca953419303774101fa58ef6f37428d600c90

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.24.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.24.0.ebuild
deleted file mode 100644
index b1efc57d0d9f..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.24.0.ebuild
+++ /dev/null
@@ -1,116 +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 )
-
-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/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"
-)
-
-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
-)
-
-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_large_event_not_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
-       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
-)

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.25.1.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.25.1.ebuild
deleted file mode 100644
index 67abd0d3c7e8..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.25.1.ebuild
+++ /dev/null
@@ -1,117 +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 )
-
-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/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"
-)
-
-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
-)
-
-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
-       # 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
-)

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.27.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.27.0.ebuild
deleted file mode 100644
index 1335788113ac..000000000000
--- a/dev-python/sentry-sdk/sentry-sdk-1.27.0.ebuild
+++ /dev/null
@@ -1,118 +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 )
-
-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"
-)
-
-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
-)
-
-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
-       # 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
-)

Reply via email to