diff mbox series

[4/7] ref-manual/classes.rst: document python_uv_build

Message ID 20260629-master-updates-1-v1-4-ad9b047f9ff0@bootlin.com
State New
Headers show
Series Cover recent upstream changes | expand

Commit Message

Antonin Godard June 29, 2026, 2:46 p.m. UTC
Added by commit c535a9f5dbdc ("python_uv_build: add PEP-517 backend
class") in OE-Core.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/classes.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

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``