generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-sockjs/Config.in
Normal file
7
package/python-sockjs/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_SOCKJS
|
||||
bool "python-sockjs"
|
||||
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
||||
help
|
||||
SockJS server implementation for aiohttp.
|
||||
|
||||
https://github.com/aio-libs/sockjs/
|
||||
5
package/python-sockjs/python-sockjs.hash
Normal file
5
package/python-sockjs/python-sockjs.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/sockjs/json
|
||||
md5 e28c1a82aa84c3994817905090abb169 sockjs-0.11.0.tar.gz
|
||||
sha256 0347d404ed9ef3196506787ed8018f87ee4e2d0baea49d420cdd53a969bec229 sockjs-0.11.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 7be23c071df0314fadeba6077a3830340a5121ad88bfa66b0c095051a766e141 LICENSE.txt
|
||||
14
package/python-sockjs/python-sockjs.mk
Normal file
14
package/python-sockjs/python-sockjs.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sockjs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SOCKJS_VERSION = 0.11.0
|
||||
PYTHON_SOCKJS_SOURCE = sockjs-$(PYTHON_SOCKJS_VERSION).tar.gz
|
||||
PYTHON_SOCKJS_SITE = https://files.pythonhosted.org/packages/88/e9/af7b321f70325fd2af3941aa147efd097156150da635e09efc7ccf70e54d
|
||||
PYTHON_SOCKJS_SETUP_TYPE = setuptools
|
||||
PYTHON_SOCKJS_LICENSE = Apache-2.0
|
||||
PYTHON_SOCKJS_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user