Add py-websocket-client for testing.

Reviewed by: xmj
This commit is contained in:
Alfred Perlstein 2014-11-17 20:29:48 +00:00
parent 5b02b24129
commit 79a74f7f44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372683
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Created by: Alfred Perlstein <alfred@freebsd.org>
# $FreeBSD$
PORTNAME= websocket-client
PORTVERSION= 0.16.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@freebsd.org
COMMENT= Websocket client for python
LICENSE= ISCL
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (websocket-client-0.16.0.tar.gz) = f0988cc8c1c723f898402153aad339cfbdebe662dfedef724e3a6f2351d3ff6a
SIZE (websocket-client-0.16.0.tar.gz) = 191403

View File

@ -0,0 +1,8 @@
=================
websocket-client
=================
websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.
websocket-client supports only hybi-13.