summaryrefslogtreecommitdiff
path: root/dev-python/pyqt6/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pyqt6/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pyqt6/files')
-rw-r--r--dev-python/pyqt6/files/pyqt6-6.11.0-qt6.12.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pyqt6/files/pyqt6-6.11.0-qt6.12.patch b/dev-python/pyqt6/files/pyqt6-6.11.0-qt6.12.patch
deleted file mode 100644
index 1147e23e2a41..000000000000
--- a/dev-python/pyqt6/files/pyqt6-6.11.0-qt6.12.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Quick fix to build with (still unrleeased) Qt 6.12.0.
---- a/sip/QtCore/QtCoremod.sip
-+++ b/sip/QtCore/QtCoremod.sip
-@@ -23,5 +23,5 @@
- %Module(name=PyQt6.QtCore, call_super_init=True, default_VirtualErrorHandler=PyQt6, keyword_arguments="Optional", use_limited_api=True, py_ssize_t_clean=True)
-
--%Timeline {Qt_6_0_0 Qt_6_1_0 Qt_6_2_0 Qt_6_3_0 Qt_6_4_0 Qt_6_5_0 Qt_6_6_0 Qt_6_7_0 Qt_6_8_0 Qt_6_9_0 Qt_6_10_0 Qt_6_11_0}
-+%Timeline {Qt_6_0_0 Qt_6_1_0 Qt_6_2_0 Qt_6_3_0 Qt_6_4_0 Qt_6_5_0 Qt_6_6_0 Qt_6_7_0 Qt_6_8_0 Qt_6_9_0 Qt_6_10_0 Qt_6_11_0 Qt_6_12_0}
-
- %Platforms {Android iOS Linux macOS WebAssembly Windows}
---- a/sip/QtCore/qcoreevent.sip
-+++ b/sip/QtCore/qcoreevent.sip
-@@ -201,6 +201,8 @@
- TabletTrackingChange,
- GraphicsSceneLeave,
-+%If (- Qt_6_12_0)
- EnterEditFocus,
- LeaveEditFocus,
-+%End
- %If (Qt_6_6_0 -)
- DevicePixelRatioChange,