summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst28
1 files changed, 7 insertions, 21 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 81a6a0b240..6a4d3fcc3c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5569,6 +5569,12 @@ system and gives an overview of their function and contents.
5569 5569
5570 :term:`PE` is the default value of the :term:`PKGE` variable. 5570 :term:`PE` is the default value of the :term:`PKGE` variable.
5571 5571
5572 :term:`PEP517_WHEEL_PATH`
5573 When used by recipes that inherit the
5574 :ref:`python_pep517 <ref-classes-python_pep517>` class,
5575 denotes the path to ``dist/`` (short for distribution) where the
5576 binary archive ``wheel`` is built.
5577
5572 :term:`PF` 5578 :term:`PF`
5573 Specifies the recipe or package name and includes all version and 5579 Specifies the recipe or package name and includes all version and
5574 revision numbers (i.e. ``glibc-2.13-r20+svnr15508/`` and 5580 revision numbers (i.e. ``glibc-2.13-r20+svnr15508/`` and
@@ -5577,23 +5583,10 @@ system and gives an overview of their function and contents.
5577 5583
5578 :term:`PIP_INSTALL_ARGS` 5584 :term:`PIP_INSTALL_ARGS`
5579 When used by recipes that inherit the 5585 When used by recipes that inherit the
5580 :ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class, 5586 :ref:`python_pep517 <ref-classes-python_pep517>` class,
5581 denotes the arguments passed to ``pip install`` to adjust the 5587 denotes the arguments passed to ``pip install`` to adjust the
5582 behavior of how the ``wheel`` is installed. 5588 behavior of how the ``wheel`` is installed.
5583 5589
5584 :term:`PIP_INSTALL_DIST_PATH`
5585 When used by recipes that inherit the
5586 :ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class,
5587 denotes the path to ``dist/`` (short for distribution) where the
5588 binary archive ``wheel`` is built. This is used in part to create
5589 the :term:`PYPA_WHEEL` variable.
5590
5591 :term:`PIP_INSTALL_PACKAGE`
5592 When used by recipes that inherit the
5593 :ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class,
5594 denotes the name of the package portion of the ``wheel`` filename.
5595 This is used in part to create the :term:`PYPA_WHEEL` variable.
5596
5597 :term:`PIXBUF_PACKAGES` 5590 :term:`PIXBUF_PACKAGES`
5598 When inheriting the :ref:`pixbufcache <ref-classes-pixbufcache>` 5591 When inheriting the :ref:`pixbufcache <ref-classes-pixbufcache>`
5599 class, this variable identifies packages that contain the pixbuf 5592 class, this variable identifies packages that contain the pixbuf
@@ -6009,13 +6002,6 @@ system and gives an overview of their function and contents.
6009 6002
6010 :term:`PV` is the default value of the :term:`PKGV` variable. 6003 :term:`PV` is the default value of the :term:`PKGV` variable.
6011 6004
6012 :term:`PYPA_WHEEL`
6013 When used by recipes that inherit the
6014 :ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class, denotes
6015 the absolute path to the built ``wheel`` to be installed. Normally the
6016 defaults which use :term:`PIP_INSTALL_PACKAGE` and :term:`PIP_INSTALL_DIST_PATH`
6017 to build the path to the ``wheel`` should be sufficient.
6018
6019 :term:`PYTHON_ABI` 6005 :term:`PYTHON_ABI`
6020 When used by recipes that inherit the 6006 When used by recipes that inherit the
6021 :ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the 6007 :ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the