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:
9
package/python-engineio/Config.in
Normal file
9
package/python-engineio/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_ENGINEIO
|
||||
bool "python-engineio"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
|
||||
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 ad32353278d0576bfa7d7a2f9b97dec5 python-engineio-3.3.0.tar.gz
|
||||
sha256 e4ac17c04c32ccca67287dfdbbe4ee1e9eec3a0a1a9a6070f3ab784db08407dd python-engineio-3.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c9e97d3dbc1fbbcdb4f7808b282cd646db887aff4f5313fe6bbe8d4c31405a9c LICENSE
|
||||
13
package/python-engineio/python-engineio.mk
Normal file
13
package/python-engineio/python-engineio.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-engineio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ENGINEIO_VERSION = 3.3.0
|
||||
PYTHON_ENGINEIO_SITE = https://files.pythonhosted.org/packages/2f/09/83d627ad3dadd064bfb875c7767e93f3568354fe82cebe298b4e07f79238
|
||||
PYTHON_ENGINEIO_SETUP_TYPE = setuptools
|
||||
PYTHON_ENGINEIO_LICENSE = MIT
|
||||
PYTHON_ENGINEIO_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user