From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/drkonqi/
Date: Mon, 7 Oct 2024 17:23:54 +0000 (UTC) [thread overview]
Message-ID: <1728321817.dbd2b70822878e0272b3d9d8c282c0f605bf6ac9.sam@gentoo> (raw)
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
next reply other threads:[~2024-10-07 17:23 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-07 17:23 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-02 21:38 [gentoo-commits] proj/kde:master commit in: kde-plasma/drkonqi/ Andreas Sturmlechner
2024-12-11 16:07 Andreas Sturmlechner
2024-07-03 20:31 Andreas Sturmlechner
2024-06-18 20:13 Andreas Sturmlechner
2024-01-13 16:36 Sam James
2024-01-13 16:36 Sam James
2023-12-16 13:32 Andreas Sturmlechner
2023-09-19 14:12 Andreas Sturmlechner
2023-09-19 14:12 Andreas Sturmlechner
2023-03-26 11:15 Andreas Sturmlechner
2023-02-22 10:21 Andreas Sturmlechner
2022-12-27 10:52 Andreas Sturmlechner
2022-10-26 13:21 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-09-24 20:56 Andreas Sturmlechner
2022-06-21 11:28 Andreas Sturmlechner
2021-05-12 7:50 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2021-05-07 15:24 Andreas Sturmlechner
2020-09-04 8:43 Andreas Sturmlechner
2020-05-19 11:20 Andreas Sturmlechner
2020-04-25 16:06 Andreas Sturmlechner
2020-04-25 16:06 Andreas Sturmlechner
2020-04-25 16:06 Andreas Sturmlechner
2019-10-26 11:02 Andreas Sturmlechner
2019-10-24 18:37 Andreas Sturmlechner
2017-12-25 10:05 Michael Palimaka
2017-10-09 19:17 Andreas Sturmlechner
2017-08-11 18:14 Andreas Sturmlechner
2017-08-11 14:16 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1728321817.dbd2b70822878e0272b3d9d8c282c0f605bf6ac9.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox