mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
python-falcon: new package
An unladen web framework for building APIs and app backends. http://falconframework.org Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> [Thomas: add missing _LICENSE variable.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ab7e571240
commit
3ea57b712d
14
package/python-falcon/python-falcon.mk
Normal file
14
package/python-falcon/python-falcon.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-falcon
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FALCON_VERSION = 1.4.1
|
||||
PYTHON_FALCON_SOURCE = falcon-$(PYTHON_FALCON_VERSION).tar.gz
|
||||
PYTHON_FALCON_SITE = https://files.pythonhosted.org/packages/2f/e6/5045da9df509b9259037f065d15608930fd6c997ee930ad230f9fbfecf15
|
||||
PYTHON_FALCON_SETUP_TYPE = setuptools
|
||||
PYTHON_FALCON_LICENSE = Apache-2.0
|
||||
PYTHON_FALCON_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user