From af4788fdefd156efdb9ce7ffbeb57c8f73898e43 Mon Sep 17 00:00:00 2001 From: Ryan Marcellino <67644978+myan-rarcellino-nnl@users.noreply.github.com> Date: Wed, 24 Aug 2022 00:23:23 -0400 Subject: New package: py-griffe and new build backend: py-pdm-pep517 (#32335) * New package: py-griffe and new build backend: py-pdm-pep517 * add pdm to build backend docs --- lib/spack/docs/build_systems/pythonpackage.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/spack/docs/build_systems/pythonpackage.rst b/lib/spack/docs/build_systems/pythonpackage.rst index 0a35c46419..13b59cc96e 100644 --- a/lib/spack/docs/build_systems/pythonpackage.rst +++ b/lib/spack/docs/build_systems/pythonpackage.rst @@ -50,8 +50,9 @@ important to understand. include `setuptools `__, `flit `_, `poetry `_, - `hatchling `_, and - `meson `_. + `hatchling `_, + `meson `_, and + `pdm `_. ^^^^^^^^^^^ Downloading @@ -368,6 +369,16 @@ it uses the meson build system. Meson uses the default See https://meson-python.readthedocs.io/en/latest/usage/start.html for more information. +""" +pdm +""" + +If the ``pyproject.toml`` lists ``pdm.pep517.api`` as the ``build-backend``, +it uses the PDM build system. PDM uses the default ``pyproject.toml`` +keys to list dependencies. + +See https://pdm.fming.dev/latest/ for more information. + """""" wheels """""" @@ -758,3 +769,4 @@ For more information on build backend tools, see: * poetry: https://python-poetry.org/ * hatchling: https://hatch.pypa.io/latest/ * meson: https://meson-python.readthedocs.io/ +* pdm: https://pdm.fming.dev/latest/ -- cgit v1.2.3-60-g2f50