mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
30 lines
561 B
Makefile
30 lines
561 B
Makefile
COMMENT = Python library for building WebSocket servers and clients
|
|
|
|
MODPY_DISTV = 13.1
|
|
|
|
DISTNAME = websockets-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://websockets.readthedocs.io/en/stable/
|
|
|
|
MAINTAINER = George Rosamond <george@nycbug.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += pthread
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
# some test-related files are missing from the sdist on pypi; they are
|
|
# present in github and mostly work
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|