#TODO not compiled or tested [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 """