mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

See full changelog https://github.com/miguelgrinberg/python-socketio/blob/master/CHANGES.md Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
29 lines
816 B
PHP
29 lines
816 B
PHP
SUMMARY = "Socket.IO server"
|
|
HOMEPAGE = "https://github.com/miguelgrinberg/python-socketio/"
|
|
SECTION = "devel/python"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=42d0a9e728978f0eeb759c3be91536b8"
|
|
|
|
inherit pypi
|
|
|
|
PYPI_PACKAGE = "python-socketio"
|
|
|
|
SRC_URI[md5sum] = "6631497753977b70d2b5ceb12af2775f"
|
|
SRC_URI[sha256sum] = "48cba5b827ac665dbf923a4f5ec590812aed5299a831fc43576a9af346272534"
|
|
|
|
PACKAGECONFIG ?= ""
|
|
PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"
|
|
PACKAGECONFIG[client] = ",,,${PYTHON_PN}-requests ${PYTHON_PN}-websocket-client"
|
|
|
|
RDEPENDS_${PN} += "\
|
|
${PYTHON_PN}-engineio \
|
|
${PYTHON_PN}-logging \
|
|
${PYTHON_PN}-math \
|
|
${PYTHON_PN}-pickle \
|
|
${PYTHON_PN}-json \
|
|
${PYTHON_PN}-threading \
|
|
${PYTHON_PN}-six \
|
|
${PYTHON_PN}-attrs \
|
|
"
|