From 9a454cc49c62bb3a52aab366ddb6e7ad6e5bb28e Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 20 Jan 2022 15:22:23 +0800 Subject: python3-engineio: upgrade 4.3.0 -> 4.3.1 changelog: Fix support for Sanic v21.9.0 and up Include example code in flake8 pass Remove unused __version__ constant #262 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-engineio_4.3.1.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb (limited to 'meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb new file mode 100644 index 0000000000..a16306effb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb @@ -0,0 +1,20 @@ +SUMMARY = "Engine.IO server" +HOMEPAGE = "https://github.com/miguelgrinberg/python-engineio/" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "python-engineio" + +RDEPENDS:${PN} += " \ + python3-netclient \ + python3-json \ + python3-logging \ + python3-compression \ + python3-asyncio \ +" + +SRC_URI[sha256sum] = "6e1d26977ffefe3b7da1b5df7a8750aedc7686da8201cd90daf36693db122489" -- cgit v1.2.3-54-g00ecf