Move buildroot to bsp directory.
This commit is contained in:
7
bsp/buildroot/package/python-ws4py/Config.in
Normal file
7
bsp/buildroot/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
|
||||
3
bsp/buildroot/package/python-ws4py/python-ws4py.hash
Normal file
3
bsp/buildroot/package/python-ws4py/python-ws4py.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=6b47e33cbd13f5c134b04f2a44a480ad, sha256 locally computed
|
||||
md5 6b47e33cbd13f5c134b04f2a44a480ad ws4py-0.3.4.tar.gz
|
||||
sha256 85d5c01bb0d031e151a32fad56094caf54e20c2ddb51cf25b5709421ff92d007 ws4py-0.3.4.tar.gz
|
||||
14
bsp/buildroot/package/python-ws4py/python-ws4py.mk
Normal file
14
bsp/buildroot/package/python-ws4py/python-ws4py.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ws4py
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WS4PY_VERSION = 0.3.4
|
||||
PYTHON_WS4PY_SOURCE = ws4py-$(PYTHON_WS4PY_VERSION).tar.gz
|
||||
PYTHON_WS4PY_SITE = https://pypi.python.org/packages/source/w/ws4py
|
||||
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