summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/classes.rst11
-rw-r--r--documentation/ref-manual/variables.rst16
2 files changed, 4 insertions, 23 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index cba97933320..9c60b31e19c 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2007,14 +2007,9 @@ binary archive format (See `PEP-427 <https://www.python.org/dev/peps/pep-0427/>`
The Python ``wheel`` can be built with several classes, including :ref:`flit_core <ref-classes-flit_core>`,
:ref:`setuptools_build_meta <ref-classes-setuptools_build_meta>`, and :ref:`setuptools3 <ref-classes-setuptools3>`.
-The absolute path to the built ``wheel`` to be installed is defined by :term:`PYPA_WHEEL` which can be
-overriden for recipes where the filename or version number of the wheel are not easily
-determined by the defaults. Other variables which can be used to customize the behavior
-of the ``pip_install_wheel`` class include:
-
-- :term:`PIP_INSTALL_ARGS`
-- :term:`PIP_INSTALL_PACKAGE`
-- :term:`PIP_INSTALL_DIST_PATH`
+The path to the wheels to be installed is defined by
+:term:`PIP_INSTALL_DIST_PATH`. Extra arguments can be passed to ``pip instal``
+by extending :term:`PIP_INSTALL_ARGS`.
.. _ref-classes-pixbufcache:
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 005456f0c43..547a73069b3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5585,14 +5585,7 @@ system and gives an overview of their function and contents.
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.
+ binary archive ``wheel`` is built.
:term:`PIXBUF_PACKAGES`
When inheriting the :ref:`pixbufcache <ref-classes-pixbufcache>`
@@ -6021,13 +6014,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