pyodide/pyodide-build/pyodide_build
Agriya Khetarpal dc4cb1b78f
Replace `pkgconfig` with `pkg-config` for Meson configuration file (#4550)
Removes a depreciation warning
2024-02-23 03:33:08 -08:00
..
cli Fix WASM_LIBRARY_DIR variable to be compatible for out-of-tree build (#4480) 2024-02-19 22:37:30 +09:00
out_of_tree Replace references to /bin/bash with /usr/bin/env bash (#4478) 2024-02-04 09:54:17 -08:00
tests Fix WASM_LIBRARY_DIR variable to be compatible for out-of-tree build (#4480) 2024-02-19 22:37:30 +09:00
tools Replace `pkgconfig` with `pkg-config` for Meson configuration file (#4550) 2024-02-23 03:33:08 -08:00
vendor Vendor private pypa/build APIs to pyodide-build (#4187) 2023-09-27 16:55:47 +02:00
__init__.py Put the version back to 0.26.0.dev0 2024-02-21 18:26:26 -08:00
_f2c_fixes.py MAINT Minor pywasmcross optimizations (#4458) 2024-02-09 14:06:31 +09:00
_py_compile.py MAINT Some changes to pyodide-build split from #4435 (#4469) 2024-02-02 17:34:03 +09:00
bash_runner.py MAINT Wrap buildpkg methods into a RecipeBuilder class (#4436) 2024-02-05 21:13:35 +09:00
build_env.py Put pyodide version into xbuildenv name (#4222) 2024-02-17 12:45:32 -08:00
buildall.py MAINT Minor pywasmcross optimizations (#4458) 2024-02-09 14:06:31 +09:00
buildpkg.py Fix WASM_LIBRARY_DIR variable to be compatible for out-of-tree build (#4480) 2024-02-19 22:37:30 +09:00
common.py Put pyodide version into xbuildenv name (#4222) 2024-02-17 12:45:32 -08:00
create_pypa_index.py Use pyodide-lock for pyodide-lock.json parsing in Python (#3949) 2023-06-29 16:45:06 +00:00
create_xbuildenv.py Fix WASM_LIBRARY_DIR variable to be compatible for out-of-tree build (#4480) 2024-02-19 22:37:30 +09:00
install_xbuildenv.py Put pyodide version into xbuildenv name (#4222) 2024-02-17 12:45:32 -08:00
io.py Add recipe-maintainers section in meta.yaml (#4497) 2024-02-12 13:06:34 -08:00
logger.py pyodide_build.logger: Do not use escape sequences when running under pytest (#4413) 2024-01-23 17:50:25 -08:00
mkpkg.py Add recipe-maintainers section in meta.yaml (#4497) 2024-02-12 13:06:34 -08:00
pypabuild.py Update numpy to 1.26.4 and don't set MESON env variable (#4502) 2024-02-09 10:28:01 -08:00
pywasmcross.py MAINT Minor pywasmcross optimizations (#4458) 2024-02-09 14:06:31 +09:00
pyzip.py Upgrade to Python 3.12.1 (#4435) 2024-02-03 19:25:45 -08:00
recipe.py