From 9124baa325e9ee6994f2688089c9cc564131c2d4 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sat, 1 Feb 2020 18:47:19 +0100 Subject: python3-fastentrypoints: add recipe python3-fastentrypoints is a python module that make entry_points specified in setup.py load more quickly. Signed-off-by: Ming Liu Signed-off-by: Bruce Ashfield --- .../python/python3-fastentrypoints_0.12.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-devtools/python/python3-fastentrypoints_0.12.bb (limited to 'recipes-devtools/python/python3-fastentrypoints_0.12.bb') diff --git a/recipes-devtools/python/python3-fastentrypoints_0.12.bb b/recipes-devtools/python/python3-fastentrypoints_0.12.bb new file mode 100644 index 00000000..7bd16515 --- /dev/null +++ b/recipes-devtools/python/python3-fastentrypoints_0.12.bb @@ -0,0 +1,18 @@ +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 + +SRC_URI[md5sum] = "390ad9a9229164a06156a5b1f0ef1b22" +SRC_URI[sha256sum] = "ff284f1469bd65400599807d2c6284d5b251398e6e28811f5f77fd262292410b" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf