commit:     dbd2b70822878e0272b3d9d8c282c0f605bf6ac9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 17:20:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 17:23:37 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dbd2b708

kde-plasma/drkonqi: enable py3.13, drop sentry-sdk dep

Per consultation with upstream, sentry-sdk is only used for reporting issues
in the GDB Python script (gdb_preamble/preamble.py). This is pretty niche
and not worth it given the issues mentioned in bug #937896.

drkonqi does rely otherwise on sentry but it implements the protocol/format
itself and not using the Python package.

This unblocks py3.13 too.

Bug: https://bugs.gentoo.org/937896
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/drkonqi/drkonqi-6.1.90.ebuild      | 3 +--
 kde-plasma/drkonqi/drkonqi-6.2.0.ebuild       | 3 +--
 kde-plasma/drkonqi/drkonqi-6.2.49.9999.ebuild | 3 +--
 kde-plasma/drkonqi/drkonqi-9999.ebuild        | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/kde-plasma/drkonqi/drkonqi-6.1.90.ebuild 
b/kde-plasma/drkonqi/drkonqi-6.1.90.ebuild
index 130bc22b31..8053d50bb7 100644
--- a/kde-plasma/drkonqi/drkonqi-6.1.90.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-6.1.90.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 KFMIN=6.6.0
 QTMIN=6.7.2
 inherit ecm plasma.kde.org python-single-r1 systemd
@@ -52,7 +52,6 @@ RDEPEND="${COMMON_DEPEND}
        $(python_gen_cond_dep '
                dev-python/psutil[${PYTHON_USEDEP}]
                dev-python/pygdbmi[${PYTHON_USEDEP}]
-               dev-python/sentry-sdk[${PYTHON_USEDEP}]
        ')
        || (
                dev-debug/gdb

diff --git a/kde-plasma/drkonqi/drkonqi-6.2.0.ebuild 
b/kde-plasma/drkonqi/drkonqi-6.2.0.ebuild
index 130bc22b31..8053d50bb7 100644
--- a/kde-plasma/drkonqi/drkonqi-6.2.0.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-6.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 KFMIN=6.6.0
 QTMIN=6.7.2
 inherit ecm plasma.kde.org python-single-r1 systemd
@@ -52,7 +52,6 @@ RDEPEND="${COMMON_DEPEND}
        $(python_gen_cond_dep '
                dev-python/psutil[${PYTHON_USEDEP}]
                dev-python/pygdbmi[${PYTHON_USEDEP}]
-               dev-python/sentry-sdk[${PYTHON_USEDEP}]
        ')
        || (
                dev-debug/gdb

diff --git a/kde-plasma/drkonqi/drkonqi-6.2.49.9999.ebuild 
b/kde-plasma/drkonqi/drkonqi-6.2.49.9999.ebuild
index 909f9edcc6..44193b8fa2 100644
--- a/kde-plasma/drkonqi/drkonqi-6.2.49.9999.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-6.2.49.9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 KFMIN=6.6.0
 QTMIN=6.7.2
 inherit ecm plasma.kde.org python-single-r1 systemd
@@ -52,7 +52,6 @@ RDEPEND="${COMMON_DEPEND}
        $(python_gen_cond_dep '
                dev-python/psutil[${PYTHON_USEDEP}]
                dev-python/pygdbmi[${PYTHON_USEDEP}]
-               dev-python/sentry-sdk[${PYTHON_USEDEP}]
        ')
        || (
                dev-debug/gdb

diff --git a/kde-plasma/drkonqi/drkonqi-9999.ebuild 
b/kde-plasma/drkonqi/drkonqi-9999.ebuild
index 397002a060..2f10c7b1bc 100644
--- a/kde-plasma/drkonqi/drkonqi-9999.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 KFMIN=9999
 QTMIN=6.7.2
 inherit ecm plasma.kde.org python-single-r1 systemd
@@ -52,7 +52,6 @@ RDEPEND="${COMMON_DEPEND}
        $(python_gen_cond_dep '
                dev-python/psutil[${PYTHON_USEDEP}]
                dev-python/pygdbmi[${PYTHON_USEDEP}]
-               dev-python/sentry-sdk[${PYTHON_USEDEP}]
        ')
        || (
                dev-debug/gdb

Reply via email to