summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-10-16 21:35:04 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-16 14:07:30 -0700
commita01270e64251e41d420943744f363f66e224ae75 (patch)
tree4a8ebe7ebd5a58c9de3b25d83a171903caf4c0b2 /meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb
parent0b3f4ed292c4b494a83f912184ad284edc72c2e3 (diff)
downloadmeta-openembedded-a01270e64251e41d420943744f363f66e224ae75.tar.gz
python3-wxgtk4: update 4.2.1 -> 4.2.2
This addresses python 3.13 issues. License-Update: added bsd-2-clause to LICENSE.txt Drop 0001-sip-Fix-build-with-gcc-14.patch as already fixed upstream. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb
new file mode 100644
index 0000000000..64e2b3ebbf
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb
@@ -0,0 +1,38 @@
1DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit."
2HOMEPAGE = "http://www.wxpython.org"
3
4LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35"
6
7DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \
8 wxwidgets \
9 "
10
11PYPI_PACKAGE = "wxPython"
12
13SRC_URI += "file://add-back-option-build-base.patch \
14 file://wxgtk-fixup-build-scripts.patch \
15 file://not-overwrite-cflags-cxxflags.patch \
16 file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \
17 "
18SRC_URI[sha256sum] = "5dbcb0650f67fdc2c5965795a255ffaa3d7b09fb149aa8da2d0d9aa44e38e2ba"
19
20S = "${WORKDIR}/wxPython-${PV}"
21
22inherit pypi setuptools3 pkgconfig features_check
23
24REQUIRED_DISTRO_FEATURES = "x11"
25
26export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'"
27
28RDEPENDS:${PN} = "\
29 python3-difflib \
30 python3-image \
31 python3-numpy \
32 python3-pillow \
33 python3-pip \
34 python3-pprint \
35 python3-pycairo \
36 python3-six \
37 python3-xml \
38"