COMMENT=	client/server implementation of Engine.IO

# py-ripe.atlas.cousteau 1.5.0 needs socketio<5 which needs engineio<4
MODPY_EGG_VERSION= 3.14.2
DISTNAME=	python-engineio-${MODPY_EGG_VERSION}
PKGNAME=	${DISTNAME:S/python-/py-/}

CATEGORIES=	net

HOMEPAGE=	https://python-engineio.readthedocs.io/en/latest/

# MIT
PERMIT_PACKAGE=	Yes

MODULES=	lang/python
MODPY_SETUPTOOLS= Yes

MODPY_PI=	Yes
NO_TEST=	Yes

RUN_DEPENDS=	devel/py-six${MODPY_FLAVOR} \
		www/py-requests${MODPY_FLAVOR} \
		net/py-websocket-client${MODPY_FLAVOR}

FLAVORS=	python3
FLAVOR=		python3

.include <bsd.port.mk>
