Gyeongjae Choi
87a6782bfe
Add more keys in pyodide config CLI command ( #4241 )
2023-10-28 21:37:55 +09:00
Gyeongjae Choi
8cd338b629
MAINT Relocate build environment management related methods ( #3934 )
...
Relocates methods that are related to the build environment management (common.py ==> build_env.py)
2023-06-26 21:20:12 +09:00
Hood Chatham
09f903e8ab
NFC Update pre-commit rules to cover pyodide-build ( #3911 )
2023-06-06 14:21:03 -07:00
Gyeongjae Choi
4a7cc0c20e
Merge initialization functions for in-tree and out-of-tree builds ( #3883 )
2023-06-05 17:34:07 +09:00
Gyeongjae Choi
19886f8bd6
Make build variables accessible only through the API ( #3765 )
...
This PR makes build variables only accessible through the API, instead of polluting os.environ.
I also changed the API as below, as a preparation to move away from makefiles.
- `get_make_environment_vars` => `get_build_environment_vars`
- `get_make_flag` => `get_build_flag`
2023-05-06 17:17:22 +09:00
Hood Chatham
485e806383
Make sure pyodide config doesn't output anything extra ( #3483 )
...
Resolves https://github.com/pyodide/pyodide/issues/3430
2023-01-22 08:24:58 -08:00
Gyeongjae Choi
ae4492a1fd
Add a CLI command to create a zipfile of Python libraries ( #3411 )
...
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2023-01-14 14:59:42 +01:00
Gyeongjae Choi
ab93a0d747
Add `pyodide config` command to show config variables used in Pyodide ( #3376 )
2022-12-23 09:20:23 +01:00