aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-engineio_3.11.1.bb
blob: d642b0f00b47c4ccbcb3ab040e42b3e114b9ae95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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