diff options
Diffstat (limited to 'meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.bb | 40 |
1 files changed, 40 insertions, 0 deletions
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 new file mode 100644 index 0000000000..2899f6909e --- /dev/null +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.4.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 | python3-requests-native 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] = "2eb123979c87bcb329e8a2452269d60ff8f9f651e9bf25c67579e53c4ebbae3c" | ||
| 20 | |||
| 21 | inherit pypi setuptools3 cython pkgconfig features_check | ||
| 22 | |||
| 23 | S = "${UNPACKDIR}/wxPython-${PV}" | ||
| 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 | " | ||
