diff options
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.bb | 40 |
1 files changed, 40 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..dc57c864e4 --- /dev/null +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb | |||
@@ -0,0 +1,40 @@ | |||
1 | DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit." | ||
2 | HOMEPAGE = "https://www.wxpython.org" | ||
3 | |||
4 | LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35" | ||
6 | |||
7 | DEPENDS = "python3-attrdict3-native python3-six-native wxwidgets-native \ | ||
8 | wxwidgets \ | ||
9 | " | ||
10 | |||
11 | PYPI_PACKAGE = "wxPython" | ||
12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
13 | |||
14 | SRC_URI += "file://add-back-option-build-base.patch \ | ||
15 | file://wxgtk-fixup-build-scripts.patch \ | ||
16 | file://not-overwrite-cflags-cxxflags.patch \ | ||
17 | file://0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch \ | ||
18 | " | ||
19 | SRC_URI[sha256sum] = "5dbcb0650f67fdc2c5965795a255ffaa3d7b09fb149aa8da2d0d9aa44e38e2ba" | ||
20 | |||
21 | S = "${UNPACKDIR}/wxPython-${PV}" | ||
22 | |||
23 | inherit pypi setuptools3 pkgconfig features_check | ||
24 | |||
25 | REQUIRED_DISTRO_FEATURES = "x11" | ||
26 | |||
27 | export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" | ||
28 | |||
29 | RDEPENDS:${PN} = "\ | ||
30 | python3-difflib \ | ||
31 | python3-image \ | ||
32 | python3-numpy \ | ||
33 | python3-pillow \ | ||
34 | python3-pip \ | ||
35 | python3-pprint \ | ||
36 | python3-pycairo \ | ||
37 | python3-six \ | ||
38 | python3-xml \ | ||
39 | python3-cairocffi \ | ||
40 | " | ||