[PATCH 4/7] ref-manual/classes.rst: document python_uv_build
Antonin Godard <[email protected]> Mon, 29 Jun 2026 16:46:13 +0200
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Added by commit c535a9f5dbdc ("python_uv_build: add PEP-517 backend
class") in OE-Core.
Signed-off-by: Antonin Godard <[email protected]>
---
documentation/ref-manual/classes.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 7b220a284..c30871061 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2261,6 +2261,15 @@ environment for cross compilation.
This class is internal to the :ref:`ref-classes-python-setuptools3_rust` class
and is not meant to be used directly in recipes.
+.. _ref-classes-python_uv_build:
+
+``python_uv_build``
+===================
+
+The :ref:`ref-classes-python_uv_build` class can be inherited in Python recipes
+that are built with ``uv_build`` and which are `PEP-517
+<https://www.python.org/dev/peps/pep-0517/>`__ compliant.
+
.. _ref-classes-python-setuptools3_rust:
``python-setuptools3_rust``
--
2.54.0