diff options
| -rw-r--r-- | documentation/ref-manual/classes.rst | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
2 files changed, 1 insertions, 8 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index d0ed539229..424c505715 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
| @@ -2000,9 +2000,7 @@ The ``python_pep517`` class builds and installs a Python ``wheel`` binary | |||
| 2000 | archive (see `PEP-517 <https://peps.python.org/pep-0517/>`__). | 2000 | archive (see `PEP-517 <https://peps.python.org/pep-0517/>`__). |
| 2001 | 2001 | ||
| 2002 | Recipes wouldn't inherit this directly, instead typically another class will | 2002 | Recipes wouldn't inherit this directly, instead typically another class will |
| 2003 | inherit this, add the relevant native dependencies, and set | 2003 | inherit this and add the relevant native dependencies. |
| 2004 | :term:`PEP517_BUILD_API` to the Python class which implements the PEP-517 build | ||
| 2005 | API. | ||
| 2006 | 2004 | ||
| 2007 | Examples of classes which do this are :ref:`python_flit_core | 2005 | Examples of classes which do this are :ref:`python_flit_core |
| 2008 | <ref-classes-python_flit_core>`, :ref:`python_setuptools_build_meta | 2006 | <ref-classes-python_flit_core>`, :ref:`python_setuptools_build_meta |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index c4b2119f26..1710830dc0 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -5682,11 +5682,6 @@ system and gives an overview of their function and contents. | |||
| 5682 | 5682 | ||
| 5683 | :term:`PE` is the default value of the :term:`PKGE` variable. | 5683 | :term:`PE` is the default value of the :term:`PKGE` variable. |
| 5684 | 5684 | ||
| 5685 | :term:`PEP517_BUILD_API` | ||
| 5686 | When used by recipes that inherit the :ref:`python_pep517 | ||
| 5687 | <ref-classes-python_pep517>` class, specifies the entry point to the | ||
| 5688 | PEP-517 compliant build API (such as ``flit_core.buildapi``). | ||
| 5689 | |||
| 5690 | :term:`PEP517_WHEEL_PATH` | 5685 | :term:`PEP517_WHEEL_PATH` |
| 5691 | When used by recipes that inherit the | 5686 | When used by recipes that inherit the |
| 5692 | :ref:`python_pep517 <ref-classes-python_pep517>` class, | 5687 | :ref:`python_pep517 <ref-classes-python_pep517>` class, |
