mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
29 lines
553 B
Makefile
29 lines
553 B
Makefile
COMMENT = python socket.io client library
|
|
|
|
MODPY_DISTV = 0.7.2
|
|
DISTNAME = socketIO-client-${MODPY_DISTV}
|
|
PKGNAME = py-socketIO-client-${MODPY_DISTV}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/invisibleroads/socketIO-client
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PI_DIR = s/socketIO-client
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
MODULES = lang/python
|
|
|
|
RUN_DEPENDS = devel/py-six \
|
|
net/py-websocket-client \
|
|
www/py-requests
|
|
|
|
# Requires running stuff with node in another terminal
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|