meta-virtualization/recipes-devtools/python/python3-fastentrypoints_0.12.bb
Bruce Ashfield f27566f573 layer-wide: drop PYTHON_PN
Similar to OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70,
we no longer need PYTHON_PN for any abstraction of python2 vs python3.

Our similar / dup recipes are now causing signature differences, so
we go ahead and make the substitution, even if it isn't stricly
required.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-21 22:48:29 +00:00

21 lines
840 B
BlitzBasic

SUMMARY = "Make entry_points specified in setup.py load more quickly"
DESCRIPTION = "Using entry_points in your setup.py makes scripts that start \
really slowly because it imports pkg_resources, which is a horrible \
thing to do if you want your trivial script to execute more or less \
instantly. fastentrypoints aims to fix that bypassing pkg_resources, \
making scripts load a lot faster."
HOMEPAGE = "https://github.com/ninjaaron/fast-entry_points"
SECTION = "devel/python"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://README.rst;md5=f212a0cb34eb678477972d2011fb365a"
inherit pypi setuptools3
RDEPENDS:${PN} += "python3-setuptools python3-pickle"
SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22"
SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b"
BBCLASSEXTEND = "native nativesdk"