From 012b5306a218c58ac05b22d2e9b26e12f95d5a34 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Sat, 28 Feb 2026 17:02:00 +0800 Subject: python3-wxgtk4: upgrade 4.2.4 -> 4.2.5 Remove customization of ${S} as package name has restored to wxpython-${PV}. Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- .../python3-wxgtk4/python3-wxgtk4_4.2.4.bb | 40 ---------------------- .../python3-wxgtk4/python3-wxgtk4_4.2.5.bb | 38 ++++++++++++++++++++ 2 files changed, 38 insertions(+), 40 deletions(-) delete mode 100644 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb create mode 100644 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb (limited to 'meta-python/recipes-devtools/python3-wxgtk4') diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb deleted file mode 100644 index 2899f6909e..0000000000 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb +++ /dev/null @@ -1,40 +0,0 @@ -DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit." -HOMEPAGE = "https://www.wxpython.org" - -LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35" - -DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \ - python3-requests-native wxwidgets \ - " - -PYPI_PACKAGE = "wxpython" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -SRC_URI += "file://add-back-option-build-base.patch \ - file://wxgtk-fixup-build-scripts.patch \ - file://not-overwrite-cflags-cxxflags.patch \ - file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ - " -SRC_URI[sha256sum] = "2eb123979c87bcb329e8a2452269d60ff8f9f651e9bf25c67579e53c4ebbae3c" - -inherit pypi setuptools3 cython pkgconfig features_check - -S = "${UNPACKDIR}/wxPython-${PV}" - -REQUIRED_DISTRO_FEATURES = "x11" - -export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" - -RDEPENDS:${PN} = "\ - python3-difflib \ - python3-image \ - python3-numpy \ - python3-pillow \ - python3-pip \ - python3-pprint \ - python3-pycairo \ - python3-six \ - python3-xml \ - python3-cairocffi \ -" diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb new file mode 100644 index 0000000000..857d8e46fa --- /dev/null +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit." +HOMEPAGE = "https://www.wxpython.org" + +LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35" + +DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \ + python3-requests-native wxwidgets \ + " + +PYPI_PACKAGE = "wxpython" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +SRC_URI += "file://add-back-option-build-base.patch \ + file://wxgtk-fixup-build-scripts.patch \ + file://not-overwrite-cflags-cxxflags.patch \ + file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ + " +SRC_URI[sha256sum] = "44e836d1bccd99c38790bb034b6ecf70d9060f6734320560f7c4b0d006144793" + +inherit pypi setuptools3 cython pkgconfig features_check + +REQUIRED_DISTRO_FEATURES = "x11" + +export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" + +RDEPENDS:${PN} = "\ + python3-difflib \ + python3-image \ + python3-numpy \ + python3-pillow \ + python3-pip \ + python3-pprint \ + python3-pycairo \ + python3-six \ + python3-xml \ + python3-cairocffi \ +" -- cgit v1.2.3-54-g00ecf