mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -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 f0603ae376707a58d205bd87a67758a2 ws4py-0.4.2.tar.gz
|
||||
sha256 7ac69ce3e6ec6917a5d678b65f0a18e244a4dc670db6414bc0271b3f4911237f ws4py-0.4.2.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ws4py
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WS4PY_VERSION = 0.4.2
|
||||
PYTHON_WS4PY_SOURCE = ws4py-$(PYTHON_WS4PY_VERSION).tar.gz
|
||||
PYTHON_WS4PY_SITE = https://pypi.python.org/packages/b8/98/a90f1d96ffcb15dfc220af524ce23e0a5881258dafa197673357ce1683dd
|
||||
PYTHON_WS4PY_SETUP_TYPE = setuptools
|
||||
PYTHON_WS4PY_LICENSE = BSD-3-Clause
|
||||
PYTHON_WS4PY_LICENSE_FILES = ws4py/__init__.py
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user