[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View 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/

View 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

View 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))