update buildroot to 2017.02.11
This commit is contained in:
7
bsp/buildroot-2017.02.11/package/python-ws4py/Config.in
Normal file
7
bsp/buildroot-2017.02.11/package/python-ws4py/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_WS4PY
|
||||
bool "python-ws4py"
|
||||
help
|
||||
ws4py is a Python package implementing the WebSocket protocol
|
||||
as defined in RFC 6455.
|
||||
|
||||
https://ws4py.readthedocs.org
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/ws4py/json, sha256 locally computed
|
||||
md5 b0cbe30433350ef5ec98e8cbb3c3b39c ws4py-0.3.5.tar.gz
|
||||
sha256 c4cc4a872027f6a6006a6142a38eb6d65c2ece29a4cefac98dd20a48c34ec7a9 ws4py-0.3.5.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ws4py
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WS4PY_VERSION = 0.3.5
|
||||
PYTHON_WS4PY_SOURCE = ws4py-$(PYTHON_WS4PY_VERSION).tar.gz
|
||||
PYTHON_WS4PY_SITE = https://pypi.python.org/packages/c8/b4/1784512791fbd196a48f282ca6c79398cace9541a9c151d89c30b6add6e1
|
||||
PYTHON_WS4PY_SETUP_TYPE = setuptools
|
||||
PYTHON_WS4PY_LICENSE = BSD-3c
|
||||
PYTHON_WS4PY_LICENSE_FILES = ws4py/__init__.py
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user