pdm to uv

This commit is contained in:
John Doty 2025-02-08 07:36:36 -08:00
parent 8135899abf
commit d70f9ab958
4 changed files with 111 additions and 117 deletions

View file

@ -4,7 +4,7 @@
.PHONY: test
test:
python3 ./parser/parser.py
pdm run python3 -m pytest
uv run python3 -m pytest
.PHONY: dep
dep: lrparser.mk
@ -18,7 +18,7 @@ include lrparser.mk
wheel: dist/lrparsers-$(VERSION)-py3-none-any.whl
dist/lrparsers-$(VERSION).tar.gz dist/lrparsers-$(VERSION)-py3-none-any.whl: pyproject.toml $(PYTHON_SOURCES)
pdm build --no-clean
uv build --no-clean
.PHONY: clean
clean: