redox/recipes/wip/dev/lang/python312/recipe.toml

15 lines
273 B
TOML

#TODO finish it based on the python310 recipe
[source]
tar = "https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tar.xz"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-ipv6
)
cookbook_configure
"""