Subject: CVS commit: pkgsrc/www
From: Adam Ciarcinski
Date: 2017-06-24 09:30:18
Message id: 20170624073018.6546FFAE8@cvs.NetBSD.org

Log Message:
websockets is a library for developing WebSocket servers and clients in
Python. It implements RFC 6455 with a focus on correctness and simplicity.
It passes the Autobahn Testsuite.

Built on top of Python's asynchronous I/O support introduced in PEP 3156,
it provides an API based on coroutines, making it easy to write highly
concurrent applications.

Files:
RevisionActionfile
1.1addpkgsrc/www/py-websockets/DESCR
1.1addpkgsrc/www/py-websockets/Makefile
1.1addpkgsrc/www/py-websockets/PLIST
1.1addpkgsrc/www/py-websockets/distinfo
1.1addpkgsrc/www/py-websockets/patches/patch-setup.py