pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-websocket-client Add package py-websocket-clien...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/385626ae2dbf
branches:  trunk
changeset: 369891:385626ae2dbf
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Oct 07 17:24:03 2017 +0000

description:
Add package py-websocket-client version 0.44.0

websocket-client module is WebSocket client for python
This provide the low level APIs for WebSocket.
All APIs are the synchronous functions.

diffstat:

 www/py-websocket-client/DESCR    |   3 ++
 www/py-websocket-client/Makefile |  18 ++++++++++++
 www/py-websocket-client/PLIST    |  58 ++++++++++++++++++++++++++++++++++++++++
 www/py-websocket-client/distinfo |   6 ++++
 4 files changed, 85 insertions(+), 0 deletions(-)

diffs (101 lines):

diff -r f145963e042f -r 385626ae2dbf www/py-websocket-client/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-websocket-client/DESCR     Sat Oct 07 17:24:03 2017 +0000
@@ -0,0 +1,3 @@
+websocket-client module is WebSocket client for python
+This provide the low level APIs for WebSocket.
+All APIs are the synchronous functions.
diff -r f145963e042f -r 385626ae2dbf www/py-websocket-client/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-websocket-client/Makefile  Sat Oct 07 17:24:03 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/10/07 17:24:03 maya Exp $
+
+DISTNAME=      websocket_client-0.44.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websocket-client/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/websocket-client/websocket-client
+COMMENT=       WebSocket client module
+LICENSE=       gnu-lgpl-v3
+
+PYTHON_VERSIONS_ACCEPTED=      36 35 34
+
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f145963e042f -r 385626ae2dbf www/py-websocket-client/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-websocket-client/PLIST     Sat Oct 07 17:24:03 2017 +0000
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/07 17:24:03 maya Exp $
+bin/wsdump.py
+${PYSITELIB}/websocket/__init__.py
+${PYSITELIB}/websocket/__init__.pyo
+${PYSITELIB}/websocket/__init__.pyc
+${PYSITELIB}/websocket/_abnf.pyo
+${PYSITELIB}/websocket/_abnf.pyc
+${PYSITELIB}/websocket/_app.pyo
+${PYSITELIB}/websocket/_app.pyc
+${PYSITELIB}/websocket/_cookiejar.pyo
+${PYSITELIB}/websocket/_cookiejar.pyc
+${PYSITELIB}/websocket/_core.pyo
+${PYSITELIB}/websocket/_core.pyc
+${PYSITELIB}/websocket/_exceptions.pyo
+${PYSITELIB}/websocket/_exceptions.pyc
+${PYSITELIB}/websocket/_handshake.pyo
+${PYSITELIB}/websocket/_handshake.pyc
+${PYSITELIB}/websocket/_http.pyo
+${PYSITELIB}/websocket/_http.pyc
+${PYSITELIB}/websocket/_logging.pyo
+${PYSITELIB}/websocket/_logging.pyc
+${PYSITELIB}/websocket/_socket.pyo
+${PYSITELIB}/websocket/_socket.pyc
+${PYSITELIB}/websocket/_ssl_compat.pyo
+${PYSITELIB}/websocket/_ssl_compat.pyc
+${PYSITELIB}/websocket/_url.pyo
+${PYSITELIB}/websocket/_url.pyc
+${PYSITELIB}/websocket/_utils.pyo
+${PYSITELIB}/websocket/_utils.pyc
+${PYSITELIB}/websocket/_abnf.py
+${PYSITELIB}/websocket/_app.py
+${PYSITELIB}/websocket/_cookiejar.py
+${PYSITELIB}/websocket/_core.py
+${PYSITELIB}/websocket/_exceptions.py
+${PYSITELIB}/websocket/_handshake.py
+${PYSITELIB}/websocket/_http.py
+${PYSITELIB}/websocket/_logging.py
+${PYSITELIB}/websocket/_socket.py
+${PYSITELIB}/websocket/_ssl_compat.py
+${PYSITELIB}/websocket/_url.py
+${PYSITELIB}/websocket/_utils.py
+${PYSITELIB}/websocket/cacert.pem
+${PYSITELIB}/websocket/tests/__init__.py
+${PYSITELIB}/websocket/tests/__init__.pyo
+${PYSITELIB}/websocket/tests/__init__.pyc
+${PYSITELIB}/websocket/tests/test_cookiejar.pyo
+${PYSITELIB}/websocket/tests/test_cookiejar.pyc
+${PYSITELIB}/websocket/tests/test_websocket.pyo
+${PYSITELIB}/websocket/tests/test_websocket.pyc
+${PYSITELIB}/websocket/tests/data/header01.txt
+${PYSITELIB}/websocket/tests/data/header02.txt
+${PYSITELIB}/websocket/tests/test_cookiejar.py
+${PYSITELIB}/websocket/tests/test_websocket.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r f145963e042f -r 385626ae2dbf www/py-websocket-client/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-websocket-client/distinfo  Sat Oct 07 17:24:03 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/07 17:24:03 maya Exp $
+
+SHA1 (websocket_client-0.44.0.tar.gz) = 736908072e36c1f3dc5714b685e246d8090ee1df
+RMD160 (websocket_client-0.44.0.tar.gz) = 9ecd207dae7b49dca4e730b8c78a01405500d727
+SHA512 (websocket_client-0.44.0.tar.gz) = 845e29c3ee7233f77d630c21a7cd8bc0ac1f619cafbd77cf2cb493e2d6b1900611bf7e9a6b927f10685a267ca2dbe6434f8b2a1e796534649253b3f1dd446738
+Size (websocket_client-0.44.0.tar.gz) = 194701 bytes



Home | Main Index | Thread Index | Old Index