Files
RedBear-OS/recipes/wip/libs/other/wxpython/recipe.toml
T
vasilito 637da791ff fix: rename cxx → gcc13/gcc-native (resolve package name conflict)
recipes/dev/gcc13 was claiming name='cxx' — conflicted with
local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match
directory names for unique package identification by the cookbook.
2026-07-12 19:15:26 +03:00

13 lines
383 B
TOML

[package]
name = "wxpython"
version = "4.2.1"
#TODO missing script for python: https://wiki.wxpython.org/How%20to%20install%20wxPython#Installing_wxPython_from_source
[source]
tar = "https://files.pythonhosted.org/packages/aa/64/d749e767a8ce7bdc3d533334e03bb1106fc4e4803d16f931fada9007ee13/wxPython-4.2.1.tar.gz"
[build]
template = "custom"
dependencies = [
"wxwidgets-gtk3",
]