summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.1.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.1.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.1.bb
deleted file mode 100644
index cc6b6cef67..0000000000
--- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.1.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit."
2HOMEPAGE = "http://www.wxpython.org"
3
4LICENSE = "LGPL-2.0-only & WXwindows"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bdabf9e11191e2b9d3b6aef5f338ec00"
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 file://0001-sip-Fix-build-with-gcc-14.patch \
18 "
19SRC_URI[sha256sum] = "e48de211a6606bf072ec3fa778771d6b746c00b7f4b970eb58728ddf56d13d5c"
20
21S = "${WORKDIR}/wxPython-${PV}"
22
23inherit pypi setuptools3 pkgconfig features_check
24
25REQUIRED_DISTRO_FEATURES = "x11"
26
27export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'"
28
29RDEPENDS:${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"