ports/devel/py-pyproject-hooks/pkg-descr
Po-Chuan Hsieh 7c5ba59b1d
devel/py-pyproject-hooks: Move devel/py-pyproject_hooks to devel/py-pyproject-hooks
- Bump PORTREVISION of dependent ports for dependency change
2024-10-14 12:45:22 +08:00

7 lines
418 B
Text

pyproject-hooks is a low-level library for calling build-backends in
pyproject.toml-based project. It provides the basic functionality to help write
tooling that generates distribution files from Python projects.
If you want a tool that builds Python packages, you'll want to use
devel/py-build instead. This is an underlying piece for pip, build and other
"build frontends" use to call "build backends" within them.