mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Update documentation for Python packaging changes
A number of classes and variables have been renamed, so update the documentation as needed. (From yocto-docs rev: 35b2e1757f5f2f09bb899ed24ffea50e5041b471) Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e3b7a5ba49
commit
4b15900ee0
@@ -5569,6 +5569,12 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`PE` is the default value of the :term:`PKGE` variable.
|
||||
|
||||
:term:`PEP517_WHEEL_PATH`
|
||||
When used by recipes that inherit the
|
||||
:ref:`python_pep517 <ref-classes-python_pep517>` class,
|
||||
denotes the path to ``dist/`` (short for distribution) where the
|
||||
binary archive ``wheel`` is built.
|
||||
|
||||
:term:`PF`
|
||||
Specifies the recipe or package name and includes all version and
|
||||
revision numbers (i.e. ``glibc-2.13-r20+svnr15508/`` and
|
||||
@@ -5577,23 +5583,10 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`PIP_INSTALL_ARGS`
|
||||
When used by recipes that inherit the
|
||||
:ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class,
|
||||
:ref:`python_pep517 <ref-classes-python_pep517>` class,
|
||||
denotes the arguments passed to ``pip install`` to adjust the
|
||||
behavior of how the ``wheel`` is installed.
|
||||
|
||||
:term:`PIP_INSTALL_DIST_PATH`
|
||||
When used by recipes that inherit the
|
||||
:ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class,
|
||||
denotes the path to ``dist/`` (short for distribution) where the
|
||||
binary archive ``wheel`` is built. This is used in part to create
|
||||
the :term:`PYPA_WHEEL` variable.
|
||||
|
||||
:term:`PIP_INSTALL_PACKAGE`
|
||||
When used by recipes that inherit the
|
||||
:ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class,
|
||||
denotes the name of the package portion of the ``wheel`` filename.
|
||||
This is used in part to create the :term:`PYPA_WHEEL` variable.
|
||||
|
||||
:term:`PIXBUF_PACKAGES`
|
||||
When inheriting the :ref:`pixbufcache <ref-classes-pixbufcache>`
|
||||
class, this variable identifies packages that contain the pixbuf
|
||||
@@ -6009,13 +6002,6 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`PV` is the default value of the :term:`PKGV` variable.
|
||||
|
||||
:term:`PYPA_WHEEL`
|
||||
When used by recipes that inherit the
|
||||
:ref:`pip_install_wheel <ref-classes-pip_install_wheel>` class, denotes
|
||||
the absolute path to the built ``wheel`` to be installed. Normally the
|
||||
defaults which use :term:`PIP_INSTALL_PACKAGE` and :term:`PIP_INSTALL_DIST_PATH`
|
||||
to build the path to the ``wheel`` should be sufficient.
|
||||
|
||||
:term:`PYTHON_ABI`
|
||||
When used by recipes that inherit the
|
||||
:ref:`setuptools3 <ref-classes-setuptools3>` class, denotes the
|
||||
|
||||
Reference in New Issue
Block a user