summaryrefslogtreecommitdiffstats
path: root/package/python-fastentrypoints/python-fastentrypoints.mk
diff options
context:
space:
mode:
authorAsaf Kahlon <asafka7@gmail.com>2018-04-09 21:04:03 +0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-20 21:13:27 +0200
commit8bdfb4f34f9a2250de3a4fbfba41241589c067fc (patch)
treedf2c46bd66e081b35948ed039ba08e7a633362c6 /package/python-fastentrypoints/python-fastentrypoints.mk
parent7007dc2bc99ad191c418c468707cdc3980273cda (diff)
downloadbuildroot-8bdfb4f34f9a2250de3a4fbfba41241589c067fc.tar.gz
buildroot-8bdfb4f34f9a2250de3a4fbfba41241589c067fc.zip
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 <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-fastentrypoints/python-fastentrypoints.mk')
-rw-r--r--package/python-fastentrypoints/python-fastentrypoints.mk14
1 files changed, 14 insertions, 0 deletions
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))
OpenPOWER on IntegriCloud