aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/py-websocket-client/Makefile18
-rw-r--r--www/py-websocket-client/distinfo2
-rw-r--r--www/py-websocket-client/pkg-descr8
3 files changed, 28 insertions, 0 deletions
diff --git a/www/py-websocket-client/Makefile b/www/py-websocket-client/Makefile
new file mode 100644
index 000000000000..5bd489f61c0b
--- /dev/null
+++ b/www/py-websocket-client/Makefile
@@ -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>
diff --git a/www/py-websocket-client/distinfo b/www/py-websocket-client/distinfo
new file mode 100644
index 000000000000..920e0e36d9ad
--- /dev/null
+++ b/www/py-websocket-client/distinfo
@@ -0,0 +1,2 @@
+SHA256 (websocket-client-0.16.0.tar.gz) = f0988cc8c1c723f898402153aad339cfbdebe662dfedef724e3a6f2351d3ff6a
+SIZE (websocket-client-0.16.0.tar.gz) = 191403
diff --git a/www/py-websocket-client/pkg-descr b/www/py-websocket-client/pkg-descr
new file mode 100644
index 000000000000..edad18c49d5c
--- /dev/null
+++ b/www/py-websocket-client/pkg-descr
@@ -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.
+