generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-falcon/Config.in
Normal file
7
package/python-falcon/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_FALCON
|
||||
bool "python-falcon"
|
||||
help
|
||||
An unladen web framework for building APIs and app
|
||||
backends.
|
||||
|
||||
https://falconframework.org
|
||||
5
package/python-falcon/python-falcon.hash
Normal file
5
package/python-falcon/python-falcon.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/falcon/json
|
||||
md5 0172450908573a4449a5937810d512b9 falcon-3.1.0.tar.gz
|
||||
sha256 f2760bd18c16393a6fb5e55f371f67921edb72febe693a82b3c5e82195d087b7 falcon-3.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
18
package/python-falcon/python-falcon.mk
Normal file
18
package/python-falcon/python-falcon.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-falcon
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FALCON_VERSION = 3.1.0
|
||||
PYTHON_FALCON_SOURCE = falcon-$(PYTHON_FALCON_VERSION).tar.gz
|
||||
PYTHON_FALCON_SITE = https://files.pythonhosted.org/packages/36/53/4fd90c6c841bc2e4be29ab92c65e5406df9096c421f138bef9d95d43afc9
|
||||
PYTHON_FALCON_SETUP_TYPE = setuptools
|
||||
PYTHON_FALCON_LICENSE = Apache-2.0
|
||||
PYTHON_FALCON_LICENSE_FILES = LICENSE
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HOST_PYTHON_CYTHON),y)
|
||||
PYTHON_FALCON_DEPENDENCIES += host-python-cython
|
||||
endif
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user