aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-engineio_3.11.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-engineio_3.11.1.bb')
-rw-r--r--recipes-devtools/python/python-engineio_3.11.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-engineio_3.11.1.bb b/recipes-devtools/python/python-engineio_3.11.1.bb
new file mode 100644
index 0000000..d642b0f
--- /dev/null
+++ b/recipes-devtools/python/python-engineio_3.11.1.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Engine.IO server"
+DESCRIPTION = "Python implementation of the Engine.IO realtime client and server."
+HOMEPAGE = "https://github.com/miguelgrinberg/python-engineio/"
+SECTION = "devel/python"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8"
+
+SRC_URI[md5sum] = "bec3b06a112a7f09a0a9c92b627282fe"
+SRC_URI[sha256sum] = "9c9a6035b4b5e5a225f426f846afa14cf627f7571d1ae02167cb703fefd134b7"
+
+PYPI_PACKAGE = "python-engineio"
+
+inherit pypi setuptools