Skip to content

Commit

Permalink
py-wxpython-4.0: patch for py-sip 6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 12, 2025
1 parent 7dcfac9 commit 59b9919
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/py-wxpython-4.0/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
13 changes: 13 additions & 0 deletions python/py-wxpython-4.0/files/buildtools_config_sip.patch
Original file line number Diff line number Diff line change
@@ -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

# ---------------------------------------------------------------

0 comments on commit 59b9919

Please sign in to comment.