pyodide/docs/development
Gyeongjae Choi 60d530801e
ENH Remove hard coded paths in `pyodide_build` (#2351)
We are pushing pyodide_build to PyPI as a Python package, but for now, 
installing pyodide_build from PyPI (i.e. pip install pyodide_build`) is almost 
useless because:

    there are bunch of hard-coded paths (e.g. Path(__file__).parents[2]),
    its dependencies are not specified in setup.cfg.

This PR is for mitigating this situation by removing hard-coded paths and
adding tests, and is also a preparation for our new CLI 
(https://github.com/pyodide/pyodide/issues/1977).
2022-04-09 13:41:10 -07:00
..
building-from-sources.md Python 3.10 (#2225) 2022-03-17 15:48:56 -07:00
contributing.md DOCS Documentation cleanup [skip ci] (#2070) 2022-01-04 16:46:00 +01:00
core.md chore: more pre-commit checking (#2257) 2022-03-07 21:51:20 -08:00
debugging.md Python 3.10 (#2225) 2022-03-17 15:48:56 -07:00
maintainers.md chore: more pre-commit checking (#2257) 2022-03-07 21:51:20 -08:00
meta-yaml.md No replay (#2256) 2022-03-13 11:39:06 -07:00
new-packages.md ENH Remove hard coded paths in `pyodide_build` (#2351) 2022-04-09 13:41:10 -07:00
testing.md ENH Remove hard coded paths in `pyodide_build` (#2351) 2022-04-09 13:41:10 -07:00