diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 067f8eed63..2685c61219 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6177,6 +6177,14 @@ system and gives an overview of their function and contents. | |||
6177 | 6177 | ||
6178 | :term:`PV` is the default value of the :term:`PKGV` variable. | 6178 | :term:`PV` is the default value of the :term:`PKGV` variable. |
6179 | 6179 | ||
6180 | :term:`PYPI_PACKAGE` | ||
6181 | When inheriting the :ref:`pypi <ref-classes-pypi>` class, specifies the | ||
6182 | `PyPI <https://pypi.org/>`__ package name to be built. The default value | ||
6183 | is set based upon :term:`BPN` (stripping any "python-" or "python3-" | ||
6184 | prefix off if present), however for some packages it will need to be set | ||
6185 | explicitly if that will not match the package name (e.g. where the | ||
6186 | package name has a prefix, underscores, uppercase letters etc.) | ||
6187 | |||
6180 | :term:`PYTHON_ABI` | 6188 | :term:`PYTHON_ABI` |
6181 | When used by recipes that inherit the | 6189 | When used by recipes that inherit the |
6182 | :ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the | 6190 | :ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the |