generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-engineio/Config.in
Normal file
7
package/python-engineio/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_ENGINEIO
|
||||
bool "python-engineio"
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB
|
||||
help
|
||||
Engine.IO server.
|
||||
|
||||
http://github.com/miguelgrinberg/python-engineio/
|
||||
5
package/python-engineio/python-engineio.hash
Normal file
5
package/python-engineio/python-engineio.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-engineio/json
|
||||
md5 d2bc7184d64e9d5a692bfad29ff73dea python-engineio-4.2.1.tar.gz
|
||||
sha256 d510329b6d8ed5662547862f58bc73659ae62defa66b66d745ba021de112fa62 python-engineio-4.2.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c9e97d3dbc1fbbcdb4f7808b282cd646db887aff4f5313fe6bbe8d4c31405a9c LICENSE
|
||||
14
package/python-engineio/python-engineio.mk
Normal file
14
package/python-engineio/python-engineio.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-engineio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ENGINEIO_VERSION = 4.2.1
|
||||
PYTHON_ENGINEIO_SITE = https://files.pythonhosted.org/packages/74/1e/33e402011bb2fe33ab12762e5a66d66df1d47302a23e9c5e8310e11b1403
|
||||
PYTHON_ENGINEIO_SETUP_TYPE = setuptools
|
||||
PYTHON_ENGINEIO_LICENSE = MIT
|
||||
PYTHON_ENGINEIO_LICENSE_FILES = LICENSE
|
||||
PYTHON_ENGINEIO_CPE_ID_VENDOR = python-engineio_project
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user