mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://falcon.readthedocs.io/en/stable/changes/4.2.0.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
590 B
Makefile
16 lines
590 B
Makefile
################################################################################
|
|
#
|
|
# python-falcon
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FALCON_VERSION = 4.2.0
|
|
PYTHON_FALCON_SOURCE = falcon-$(PYTHON_FALCON_VERSION).tar.gz
|
|
PYTHON_FALCON_SITE = https://files.pythonhosted.org/packages/ba/15/5a4d8d62e8b338d2ec4430965b51b592695e859d0c6bf104afa1ce927eed
|
|
PYTHON_FALCON_SETUP_TYPE = setuptools
|
|
PYTHON_FALCON_LICENSE = Apache-2.0
|
|
PYTHON_FALCON_LICENSE_FILES = LICENSE
|
|
PYTHON_FALCON_DEPENDENCIES += host-python-cython
|
|
|
|
$(eval $(python-package))
|