python-flask-socketio: add new package
authorJan Pavlinec <redacted>
Wed, 3 Mar 2021 12:51:31 +0000 (13:51 +0100)
committerJan Pavlinec <redacted>
Tue, 23 Mar 2021 09:55:10 +0000 (10:55 +0100)
Signed-off-by: Jan Pavlinec <redacted>
lang/python/python-flask-socketio/Makefile [new file with mode: 0644]

diff --git a/lang/python/python-flask-socketio/Makefile b/lang/python/python-flask-socketio/Makefile
new file mode 100644 (file)
index 0000000..945d57a
--- /dev/null
@@ -0,0 +1,44 @@
+#
+# Copyright (C) 2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=python-flask-socketio
+PKG_VERSION:=5.0.1
+PKG_RELEASE:=1
+
+PYPI_NAME:=Flask-SocketIO
+PKG_HASH:=5c4319f5214ada20807857dc8fdf3dc7d2afe8d6dd38f5c516c72e2be47d2227
+
+PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
+PKG_LICENSE:=MIT
+PKG_LICENSE_FILES:=LICENSE
+
+include ../pypi.mk
+include $(INCLUDE_DIR)/package.mk
+include ../python3-package.mk
+
+define Package/python3-flask-socketio
+  SUBMENU:=Python
+  SECTION:=lang
+  CATEGORY:=Languages
+  TITLE:=Socket.IO integration for Flask
+  URL:=https://github.com/miguelgrinberg/Flask-SocketIO/
+  DEPENDS:= \
+       +python3-light \
+       +python3-flask \
+       +python3-socketio
+endef
+
+define Package/python3-flask-socketio/description
+  Flask-SocketIO gives Flask applications access to low latency
+  bi-directional communications between the clients and the server.
+endef
+
+$(eval $(call Py3Package,python3-flask-socketio))
+$(eval $(call BuildPackage,python3-flask-socketio))
+$(eval $(call BuildPackage,python3-flask-socketio-src))
git clone https://git.99rst.org/PROJECT