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:
Grzegorz Blach
2018-08-28 12:16:18 +02:00
committed by Thomas Petazzoni
parent ab7e571240
commit 3ea57b712d
5 changed files with 30 additions and 0 deletions

View 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))