Add py-websocket-client for testing.
Reviewed by: xmj
This commit is contained in:
parent
5b02b24129
commit
79a74f7f44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372683
18
www/py-websocket-client/Makefile
Normal file
18
www/py-websocket-client/Makefile
Normal 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>
|
2
www/py-websocket-client/distinfo
Normal file
2
www/py-websocket-client/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (websocket-client-0.16.0.tar.gz) = f0988cc8c1c723f898402153aad339cfbdebe662dfedef724e3a6f2351d3ff6a
|
||||
SIZE (websocket-client-0.16.0.tar.gz) = 191403
|
8
www/py-websocket-client/pkg-descr
Normal file
8
www/py-websocket-client/pkg-descr
Normal 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.
|
||||
|
Loading…
Reference in New Issue
Block a user