diff options
| author | Sam James <sam@gentoo.org> | 2024-10-07 18:20:24 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-10-07 18:23:37 +0100 |
| commit | dbd2b70822878e0272b3d9d8c282c0f605bf6ac9 (patch) | |
| tree | 61f0851856c4b64d318c3c3236ec1f9ff4ef91d2 | |
| parent | cf1dd397712510c2962ee5390316c651d827cbc9 (diff) | |
| download | kde-dbd2b70822878e0272b3d9d8c282c0f605bf6ac9.tar.gz kde-dbd2b70822878e0272b3d9d8c282c0f605bf6ac9.tar.bz2 kde-dbd2b70822878e0272b3d9d8c282c0f605bf6ac9.zip | |
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@gentoo.org>
| -rw-r--r-- | kde-plasma/drkonqi/drkonqi-6.1.90.ebuild | 3 | ||||
| -rw-r--r-- | kde-plasma/drkonqi/drkonqi-6.2.0.ebuild | 3 | ||||
| -rw-r--r-- | kde-plasma/drkonqi/drkonqi-6.2.49.9999.ebuild | 3 | ||||
| -rw-r--r-- | 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 130bc22b31a..8053d50bb7f 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 130bc22b31a..8053d50bb7f 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 909f9edcc66..44193b8fa27 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 397002a0607..2f10c7b1bcc 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 |
