Lines Matching refs:classes
120 function has been removed from the :ref:`license <ref-classes-license>` class as
139 classes have been moved to ``meta-python``. Recipes that inherit the ``distutils*``
140 classes should be updated to inherit ``setuptools*`` equivalents instead.
143 Here are the new Python packaging classes that should be used:
144 :ref:`python_flit_core <ref-classes-python_flit_core>`,
145 :ref:`python_setuptools_build_meta <ref-classes-python_setuptools_build_meta>`
146 and :ref:`python_poetry_core <ref-classes-python_poetry_core>`.
148 - The :ref:`setuptools3 <ref-classes-setuptools3>` class ``do_install()`` task now
152 entry points, then :ref:`setuptools3_legacy <ref-classes-setuptools3_legacy>` should
174 :ref:`base <ref-classes-base>` class. If you have references in your configuration to
216 :ref:`base <ref-classes-base>` class with a more descriptive
222 - :ref:`allarch <ref-classes-allarch>` packagegroups can no longer depend on packages
223 which use :term:`PKG` renaming such as :ref:`ref-classes-debian`. Such packagegroups
224 recipes should be changed to avoid inheriting :ref:`allarch <ref-classes-allarch>`.
230 any calls to ``lnr`` in your recipes or classes, they should be replaced with
233 - The ``package_qa_handle_error()`` function formerly in the :ref:`insane <ref-classes-insane>`
235 classes they should be changed to ``oe.qa.handle_error()``.