generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-tornado/Config.in
Normal file
9
package/python-tornado/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_TORNADO
|
||||
bool "python-tornado"
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB
|
||||
select BR2_PACKAGE_PYTHON3_SSL
|
||||
help
|
||||
Tornado is a Python web framework and asynchronous networking
|
||||
library, originally developed at FriendFeed.
|
||||
|
||||
http://www.tornadoweb.org
|
||||
5
package/python-tornado/python-tornado.hash
Normal file
5
package/python-tornado/python-tornado.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tornado/json
|
||||
md5 cf39425f3d7eba9a54287f3e795a2f23 tornado-6.0.4.tar.gz
|
||||
sha256 0fe2d45ba43b00a41cd73f8be321a44936dc1aba233dee979f17a042b83eb6dc tornado-6.0.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5 LICENSE
|
||||
16
package/python-tornado/python-tornado.mk
Normal file
16
package/python-tornado/python-tornado.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tornado
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TORNADO_VERSION = 6.0.4
|
||||
PYTHON_TORNADO_SOURCE = tornado-$(PYTHON_TORNADO_VERSION).tar.gz
|
||||
PYTHON_TORNADO_SITE = https://files.pythonhosted.org/packages/95/84/119a46d494f008969bf0c775cb2c6b3579d3c4cc1bb1b41a022aa93ee242
|
||||
PYTHON_TORNADO_LICENSE = Apache-2.0
|
||||
PYTHON_TORNADO_LICENSE_FILES = LICENSE
|
||||
PYTHON_TORNADO_CPE_ID_VENDOR = tornadoweb
|
||||
PYTHON_TORNADO_CPE_ID_PRODUCT = tornado
|
||||
PYTHON_TORNADO_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user