diff options
Diffstat (limited to 'meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.5.bb | 38 |
1 files changed, 38 insertions, 0 deletions
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 @@ | |||
| 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] = "44e836d1bccd99c38790bb034b6ecf70d9060f6734320560f7c4b0d006144793" | ||
| 20 | |||
| 21 | inherit pypi setuptools3 cython pkgconfig features_check | ||
| 22 | |||
| 23 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 24 | |||
| 25 | export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" | ||
| 26 | |||
| 27 | RDEPENDS:${PN} = "\ | ||
| 28 | python3-difflib \ | ||
| 29 | python3-image \ | ||
| 30 | python3-numpy \ | ||
| 31 | python3-pillow \ | ||
| 32 | python3-pip \ | ||
| 33 | python3-pprint \ | ||
| 34 | python3-pycairo \ | ||
| 35 | python3-six \ | ||
| 36 | python3-xml \ | ||
| 37 | python3-cairocffi \ | ||
| 38 | " | ||
