generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-websockets/Config.in
Normal file
9
package/python-websockets/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_WEBSOCKETS
|
||||
bool "python-websockets"
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB
|
||||
select BR2_PACKAGE_PYTHON3_SSL
|
||||
help
|
||||
An implementation of the WebSocket Protocol (RFC 6455 &
|
||||
7692).
|
||||
|
||||
https://github.com/aaugustin/websockets
|
||||
5
package/python-websockets/python-websockets.hash
Normal file
5
package/python-websockets/python-websockets.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/websockets/json
|
||||
md5 ebb9e4930bf2c35cd3723be0dfa83d89 websockets-10.0.tar.gz
|
||||
sha256 c4fc9a1d242317892590abe5b61a9127f1a61740477bfb121743f290b8054002 websockets-10.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 daeca11bf3608da35e546ea0c32be18958a8be1441fa3de9cbd20e4c8bc718e6 LICENSE
|
||||
14
package/python-websockets/python-websockets.mk
Normal file
14
package/python-websockets/python-websockets.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-websockets
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEBSOCKETS_VERSION = 10.0
|
||||
PYTHON_WEBSOCKETS_SOURCE = websockets-$(PYTHON_WEBSOCKETS_VERSION).tar.gz
|
||||
PYTHON_WEBSOCKETS_SITE = https://files.pythonhosted.org/packages/1c/f4/61aee1eb4baadf8477fb7f3bc6b04a50fe683ef8ad2f60282806821e4b3b
|
||||
PYTHON_WEBSOCKETS_SETUP_TYPE = setuptools
|
||||
PYTHON_WEBSOCKETS_LICENSE = BSD-3-Clause
|
||||
PYTHON_WEBSOCKETS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user