Commit Graph

8 Commits

Author SHA1 Message Date
Gyeongjae Choi 0f141f65bc
Update pypa/build version to 1.0 (#4180) 2023-09-27 20:41:53 +09:00
Gyeongjae Choi c944b90d6e
Rename tblib to pyodide-tblib (#4097) 2023-09-01 07:16:45 -07:00
Tim Paine 72a1c0412f
FIX Version cap pydantic<2 (#3971) 2023-06-30 19:54:16 -07:00
Roman Yurchak 17be4f1347
Use pyodide-lock for pyodide-lock.json parsing in Python (#3949)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-29 16:45:06 +00:00
Roman Yurchak b4a4249278
MAINT pyodide-build: move setup.cfg to pyproject.toml (#3947) 2023-06-23 21:33:58 +02:00
Henry Schreiner 1ee991550e
fix: drop some no-longer-needed bits from pydodide build (#3814)
A few things here aren't needed:

* `"wheel"` is injected via a PEP 517 hook when building wheels for all versions of setuptools that support PEP 517.
* `LICENSE` is already included, no need for a MANIFEST.in. You can compare SDist and Git via `pipx run check-sdist`.
* Recent-ish versions of Pip and Setuptools now support editable installs without setup.py
2023-05-01 14:39:09 -07:00
Thorsten Beier 0b9f33c763
Add pyb2d package (#1968) 2021-12-17 08:24:13 -08:00
Roman Yurchak 4e9d10833e
BLD Create an installable pyodide-build package (#1566) 2021-05-03 20:51:11 +02:00