From 8bdfb4f34f9a2250de3a4fbfba41241589c067fc Mon Sep 17 00:00:00 2001 From: Asaf Kahlon Date: Mon, 9 Apr 2018 21:04:03 +0300 Subject: python-fastentrypoints: new package host-package that is able to shorten the load time of entry_points declared in setup.py of python packages. Signed-off-by: Asaf Kahlon Reviewed-by: Yegor Yefremov Signed-off-by: Thomas Petazzoni --- package/python-fastentrypoints/python-fastentrypoints.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/python-fastentrypoints/python-fastentrypoints.mk (limited to 'package/python-fastentrypoints/python-fastentrypoints.mk') diff --git a/package/python-fastentrypoints/python-fastentrypoints.mk b/package/python-fastentrypoints/python-fastentrypoints.mk new file mode 100644 index 0000000000..c4eb3e862f --- /dev/null +++ b/package/python-fastentrypoints/python-fastentrypoints.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-fastentrypoints +# +################################################################################ + +PYTHON_FASTENTRYPOINTS_VERSION = 0.10 +PYTHON_FASTENTRYPOINTS_SOURCE = fastentrypoints-$(PYTHON_FASTENTRYPOINTS_VERSION).tar.gz +PYTHON_FASTENTRYPOINTS_SITE = https://pypi.python.org/packages/e8/c8/c2902c9c9da43d8be8c75a730f15f0c51933c42c39b91d1d7b605a88e907 +PYTHON_FASTENTRYPOINTS_SETUP_TYPE = setuptools +PYTHON_FASTENTRYPOINTS_LICENSE = BSD-2-Clause +PYTHON_FASTENTRYPOINTS_LICENSE_FILES = fastentrypoints.py + +$(eval $(host-python-package)) -- cgit v1.2.3