diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-10-27 13:43:35 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-29 23:16:34 +0000 |
| commit | 7eebd8b425c753a75554a4b0dc406997177f7df3 (patch) | |
| tree | 2b57bb9cf76065a17b4421ffa9a947bc6ff48cf9 /documentation/ref-manual | |
| parent | ae40c7ada368a00b5cea06291db26b89d0b66b61 (diff) | |
| download | poky-7eebd8b425c753a75554a4b0dc406997177f7df3.tar.gz | |
ref-manual/classes.rst: document the python_pdm class
This class was added by commit 20758865e9e0 ("classes/python_pdm: add
PEP517 build class for PDM") in OE-Core.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: bbec8adf0fb2dfa8b34e631249a6d6e71aa08386)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/classes.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index b92b9e28b3..6389063535 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -2174,6 +2174,19 @@ meson-python build system. | |||
| 2174 | 2174 | ||
| 2175 | Internally this uses the :ref:`ref-classes-python_pep517` class. | 2175 | Internally this uses the :ref:`ref-classes-python_pep517` class. |
| 2176 | 2176 | ||
| 2177 | .. _ref-classes-python_pdm: | ||
| 2178 | |||
| 2179 | ``python_pdm`` | ||
| 2180 | ================= | ||
| 2181 | |||
| 2182 | The :ref:`ref-classes-python_pdm` class adds support for building Python | ||
| 2183 | packages with the `PDM <https://pdm-project.org/>`__ package and dependency manager. | ||
| 2184 | |||
| 2185 | This class adds ``python3-pdm-backend-native`` to the recipe's build-time | ||
| 2186 | dependencies. | ||
| 2187 | |||
| 2188 | Internally this uses the :ref:`ref-classes-python_pep517` class. | ||
| 2189 | |||
| 2177 | .. _ref-classes-python_pep517: | 2190 | .. _ref-classes-python_pep517: |
| 2178 | 2191 | ||
| 2179 | ``python_pep517`` | 2192 | ``python_pep517`` |
