summaryrefslogtreecommitdiff
path: root/dev-python/wxpython/files/wxpython-4.2.1-sip-6.10.0.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-05 09:01:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-05 09:01:13 +0000
commitc2c9aff8c0524b47b95699ded988b89aa1309406 (patch)
tree8b0ecdf118995735a0e5014c7991d97c94428a46 /dev-python/wxpython/files/wxpython-4.2.1-sip-6.10.0.patch
parent9f814b4c24f5a9bd139baac62df5b34ad39b9dc1 (diff)
downloadbaldeagleos-repo-c2c9aff8c0524b47b95699ded988b89aa1309406.tar.gz
baldeagleos-repo-c2c9aff8c0524b47b95699ded988b89aa1309406.tar.xz
baldeagleos-repo-c2c9aff8c0524b47b95699ded988b89aa1309406.zip
Adding metadata
Diffstat (limited to 'dev-python/wxpython/files/wxpython-4.2.1-sip-6.10.0.patch')
-rw-r--r--dev-python/wxpython/files/wxpython-4.2.1-sip-6.10.0.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/wxpython/files/wxpython-4.2.1-sip-6.10.0.patch b/dev-python/wxpython/files/wxpython-4.2.1-sip-6.10.0.patch
deleted file mode 100644
index 5d6751d7a8d4..000000000000
--- a/dev-python/wxpython/files/wxpython-4.2.1-sip-6.10.0.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/949510#c4
-https://github.com/wxWidgets/Phoenix/commit/de9aa4be5bb49adf82991c7582ea3c42ed505bf7.patch
-
-From de9aa4be5bb49adf82991c7582ea3c42ed505bf7 Mon Sep 17 00:00:00 2001
-From: Scott Talbert <swt@techie.net>
-Date: Sun, 9 Feb 2025 17:50:08 -0500
-Subject: [PATCH] Update SIP ABI version to 12.14
-
-We haven't supported 12.8 since before we upgraded to SIP 6.6+.
-However, SIP has not been correctly generating the correct module
-version until very recently, so generating 12.8 doesn't actually compile
-with current wxPython.
---- a/buildtools/config.py
-+++ b/buildtools/config.py
-@@ -88,7 +88,7 @@ class Configuration(object):
- PKGDIR = 'wx'
- # The name of the top-level package
-
-- SIP_ABI = '12.8'
-+ SIP_ABI = '12.14'
- SIP_TRACE = False
-
- # ---------------------------------------------------------------