From 59b991944c11b81ae4b228583309f64a3315bb9d Mon Sep 17 00:00:00 2001 From: Nicklas Larsson Date: Mon, 10 Feb 2025 09:11:25 +0100 Subject: [PATCH] py-wxpython-4.0: patch for py-sip 6.10.0 From upstream: https://github.com/wxWidgets/Phoenix/commit/de9aa4be5bb49adf82991c7582ea3c42ed505bf7 --- python/py-wxpython-4.0/Portfile | 1 + .../files/buildtools_config_sip.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 python/py-wxpython-4.0/files/buildtools_config_sip.patch diff --git a/python/py-wxpython-4.0/Portfile b/python/py-wxpython-4.0/Portfile index 6e03dedc12e25..8dcabffb77e5c 100644 --- a/python/py-wxpython-4.0/Portfile +++ b/python/py-wxpython-4.0/Portfile @@ -39,6 +39,7 @@ if {${name} ne ${subport}} { patchfiles-append \ buildtools_build_wxwidgets_py.patch \ buildtools_config_py.patch \ + buildtools_config_sip.patch \ build_py.patch depends_build-append \ diff --git a/python/py-wxpython-4.0/files/buildtools_config_sip.patch b/python/py-wxpython-4.0/files/buildtools_config_sip.patch new file mode 100644 index 0000000000000..170aae78d653f --- /dev/null +++ b/python/py-wxpython-4.0/files/buildtools_config_sip.patch @@ -0,0 +1,13 @@ +From upstream: https://github.com/wxWidgets/Phoenix/commit/de9aa4be5bb49adf82991c7582ea3c42ed505bf7 + +--- buildtools/config.py.orig 2024-09-12 01:27:32 ++++ buildtools/config.py 2025-02-09 16:35:29 +@@ -85,7 +85,7 @@ + PKGDIR = 'wx' + # The name of the top-level package + +- SIP_ABI = '12.9' ++ SIP_ABI = '12.14' + SIP_TRACE = False + + # ---------------------------------------------------------------