aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-engineio_3.11.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-01-20 10:50:07 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-20 10:50:07 -0800
commitf174e9ad770c954573ef1a5d01f25d9f3f25ad51 (patch)
treee14b7224ce01a77c2b1659af7cc8a7bfbee11440 /recipes-devtools/python/python-engineio_3.11.1.bb
parent8fd94cda8683e988fb87ebd719851a0b517ad62c (diff)
downloadmeta-python2-f174e9ad770c954573ef1a5d01f25d9f3f25ad51.tar.gz
python-engineio: upgrade 3.10.0 -> 3.11.1
From: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Date: Thu, 2 Jan 2020 13:16:46 +0800 Subject: python-engineio: upgrade 3.10.0 -> 3.11.1 (From meta-openembedded commit: 9dec5cebc8ddcf411b1e4feaa0a22e36147e6b2f) Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
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