Jeremy Stanley 087406800d Add ensure-pyproject-build role
pyproject-build (https://build.pypa.io/) is used as a pyproject (PEP
517) build frontend. This role installs it if missing.

This new role is basically a copy of the `ensure-poetry` role, in
turn copied from other roles in this repository.

Change-Id: If6e3970d995256beea170cad039d7dba9538d191
2025-01-27 19:56:21 +00:00

5 lines
213 B
YAML

ensure_pyproject_build_global_symlink: false
ensure_pyproject_build_version: ""
ensure_pyproject_build_executable: pyproject-build
ensure_pyproject_build_venv_path: "{{ ansible_user_dir }}/.local/pyproject-build"