mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
7007dc2bc9
commit
8bdfb4f34f
14
package/python-fastentrypoints/python-fastentrypoints.mk
Normal file
14
package/python-fastentrypoints/python-fastentrypoints.mk
Normal file
@@ -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))
|
||||
Reference in New Issue
Block a user