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:
8
package/python-socketio/Config.in
Normal file
8
package/python-socketio/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_SOCKETIO
|
||||
bool "python-socketio"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_ENGINEIO # runtime
|
||||
help
|
||||
Socket.IO server.
|
||||
|
||||
http://github.com/miguelgrinberg/python-socketio/
|
||||
5
package/python-socketio/python-socketio.hash
Normal file
5
package/python-socketio/python-socketio.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-socketio/json
|
||||
md5 51d3820673710afa5caa442c17b08635 python-socketio-4.0.2.tar.gz
|
||||
sha256 7bb11f79981eaad08f33b98ffcd501590e5a2c645fdd7bb3fb0a5d9078e08bbc python-socketio-4.0.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 c9e97d3dbc1fbbcdb4f7808b282cd646db887aff4f5313fe6bbe8d4c31405a9c LICENSE
|
||||
13
package/python-socketio/python-socketio.mk
Normal file
13
package/python-socketio/python-socketio.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-socketio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SOCKETIO_VERSION = 4.0.2
|
||||
PYTHON_SOCKETIO_SITE = https://files.pythonhosted.org/packages/41/94/f59c7c61e4544d27ad0cdca354a20b4fc12674fae18c4f6a00e34a88007e
|
||||
PYTHON_SOCKETIO_SETUP_TYPE = setuptools
|
||||
PYTHON_SOCKETIO_LICENSE = MIT
|
||||
PYTHON_SOCKETIO_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user