diff options
author | adam <adam@pkgsrc.org> | 2017-06-21 19:09:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-06-21 19:09:34 +0000 |
commit | f5ab9e679e0ef8c0faf4a65e7a87a231779341d2 (patch) | |
tree | 5e8345f64cd9c9b84c824d30098680dbcf57947d /www | |
parent | bf870dcff82d96719071fc8fbb57d8abdf0af222 (diff) | |
download | pkgsrc-f5ab9e679e0ef8c0faf4a65e7a87a231779341d2.tar.gz |
Channels loads into Django as a pluggable app to bring WebSocket, long-poll
HTTP, task offloading and other asynchrony support to your code, using familiar
Django design patterns and a flexible underlying framework that lets you not
only customize behaviours but also write support for your own protocols and
needs.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-channels/DESCR | 5 | ||||
-rw-r--r-- | www/py-channels/Makefile | 20 | ||||
-rw-r--r-- | www/py-channels/PLIST | 139 | ||||
-rw-r--r-- | www/py-channels/distinfo | 6 |
4 files changed, 170 insertions, 0 deletions
diff --git a/www/py-channels/DESCR b/www/py-channels/DESCR new file mode 100644 index 00000000000..62c8f050130 --- /dev/null +++ b/www/py-channels/DESCR @@ -0,0 +1,5 @@ +Channels loads into Django as a pluggable app to bring WebSocket, long-poll +HTTP, task offloading and other asynchrony support to your code, using familiar +Django design patterns and a flexible underlying framework that lets you not +only customize behaviours but also write support for your own protocols and +needs. diff --git a/www/py-channels/Makefile b/www/py-channels/Makefile new file mode 100644 index 00000000000..c6b97f6707e --- /dev/null +++ b/www/py-channels/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2017/06/21 19:09:34 adam Exp $ + +DISTNAME= channels-1.1.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=c/channels/} + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://github.com/django/channels +COMMENT= Brings event-driven capabilities to Django with a channel system +LICENSE= modified-bsd + +USE_LANGUAGES= # empty + +DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django +DEPENDS+= ${PYPKGPREFIX}-asgiref>=1.1:../../www/py-asgiref +DEPENDS+= ${PYPKGPREFIX}-daphne>=1.3:../../www/py-daphne + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-channels/PLIST b/www/py-channels/PLIST new file mode 100644 index 00000000000..7fcbc350606 --- /dev/null +++ b/www/py-channels/PLIST @@ -0,0 +1,139 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/21 19:09:34 adam Exp $ +${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 +${PYSITELIB}/channels/__init__.py +${PYSITELIB}/channels/__init__.pyc +${PYSITELIB}/channels/__init__.pyo +${PYSITELIB}/channels/apps.py +${PYSITELIB}/channels/apps.pyc +${PYSITELIB}/channels/apps.pyo +${PYSITELIB}/channels/asgi.py +${PYSITELIB}/channels/asgi.pyc +${PYSITELIB}/channels/asgi.pyo +${PYSITELIB}/channels/auth.py +${PYSITELIB}/channels/auth.pyc +${PYSITELIB}/channels/auth.pyo +${PYSITELIB}/channels/binding/__init__.py +${PYSITELIB}/channels/binding/__init__.pyc +${PYSITELIB}/channels/binding/__init__.pyo +${PYSITELIB}/channels/binding/base.py +${PYSITELIB}/channels/binding/base.pyc +${PYSITELIB}/channels/binding/base.pyo +${PYSITELIB}/channels/binding/websockets.py +${PYSITELIB}/channels/binding/websockets.pyc +${PYSITELIB}/channels/binding/websockets.pyo +${PYSITELIB}/channels/channel.py +${PYSITELIB}/channels/channel.pyc +${PYSITELIB}/channels/channel.pyo +${PYSITELIB}/channels/delay/__init__.py +${PYSITELIB}/channels/delay/__init__.pyc +${PYSITELIB}/channels/delay/__init__.pyo +${PYSITELIB}/channels/delay/apps.py +${PYSITELIB}/channels/delay/apps.pyc +${PYSITELIB}/channels/delay/apps.pyo +${PYSITELIB}/channels/delay/management/__init__.py +${PYSITELIB}/channels/delay/management/__init__.pyc +${PYSITELIB}/channels/delay/management/__init__.pyo +${PYSITELIB}/channels/delay/management/commands/__init__.py +${PYSITELIB}/channels/delay/management/commands/__init__.pyc +${PYSITELIB}/channels/delay/management/commands/__init__.pyo +${PYSITELIB}/channels/delay/management/commands/rundelay.py +${PYSITELIB}/channels/delay/management/commands/rundelay.pyc +${PYSITELIB}/channels/delay/management/commands/rundelay.pyo +${PYSITELIB}/channels/delay/migrations/0001_initial.py +${PYSITELIB}/channels/delay/migrations/0001_initial.pyc +${PYSITELIB}/channels/delay/migrations/0001_initial.pyo +${PYSITELIB}/channels/delay/migrations/__init__.py +${PYSITELIB}/channels/delay/migrations/__init__.pyc +${PYSITELIB}/channels/delay/migrations/__init__.pyo +${PYSITELIB}/channels/delay/models.py +${PYSITELIB}/channels/delay/models.pyc +${PYSITELIB}/channels/delay/models.pyo +${PYSITELIB}/channels/delay/worker.py +${PYSITELIB}/channels/delay/worker.pyc +${PYSITELIB}/channels/delay/worker.pyo +${PYSITELIB}/channels/exceptions.py +${PYSITELIB}/channels/exceptions.pyc +${PYSITELIB}/channels/exceptions.pyo +${PYSITELIB}/channels/generic/__init__.py +${PYSITELIB}/channels/generic/__init__.pyc +${PYSITELIB}/channels/generic/__init__.pyo +${PYSITELIB}/channels/generic/base.py +${PYSITELIB}/channels/generic/base.pyc +${PYSITELIB}/channels/generic/base.pyo +${PYSITELIB}/channels/generic/websockets.py +${PYSITELIB}/channels/generic/websockets.pyc +${PYSITELIB}/channels/generic/websockets.pyo +${PYSITELIB}/channels/hacks.py +${PYSITELIB}/channels/hacks.pyc +${PYSITELIB}/channels/hacks.pyo +${PYSITELIB}/channels/handler.py +${PYSITELIB}/channels/handler.pyc +${PYSITELIB}/channels/handler.pyo +${PYSITELIB}/channels/log.py +${PYSITELIB}/channels/log.pyc +${PYSITELIB}/channels/log.pyo +${PYSITELIB}/channels/management/__init__.py +${PYSITELIB}/channels/management/__init__.pyc +${PYSITELIB}/channels/management/__init__.pyo +${PYSITELIB}/channels/management/commands/__init__.py +${PYSITELIB}/channels/management/commands/__init__.pyc +${PYSITELIB}/channels/management/commands/__init__.pyo +${PYSITELIB}/channels/management/commands/runserver.py +${PYSITELIB}/channels/management/commands/runserver.pyc +${PYSITELIB}/channels/management/commands/runserver.pyo +${PYSITELIB}/channels/management/commands/runworker.py +${PYSITELIB}/channels/management/commands/runworker.pyc +${PYSITELIB}/channels/management/commands/runworker.pyo +${PYSITELIB}/channels/message.py +${PYSITELIB}/channels/message.pyc +${PYSITELIB}/channels/message.pyo +${PYSITELIB}/channels/package_checks.py +${PYSITELIB}/channels/package_checks.pyc +${PYSITELIB}/channels/package_checks.pyo +${PYSITELIB}/channels/routing.py +${PYSITELIB}/channels/routing.pyc +${PYSITELIB}/channels/routing.pyo +${PYSITELIB}/channels/security/__init__.py +${PYSITELIB}/channels/security/__init__.pyc +${PYSITELIB}/channels/security/__init__.pyo +${PYSITELIB}/channels/security/websockets.py +${PYSITELIB}/channels/security/websockets.pyc +${PYSITELIB}/channels/security/websockets.pyo +${PYSITELIB}/channels/sessions.py +${PYSITELIB}/channels/sessions.pyc +${PYSITELIB}/channels/sessions.pyo +${PYSITELIB}/channels/signals.py +${PYSITELIB}/channels/signals.pyc +${PYSITELIB}/channels/signals.pyo +${PYSITELIB}/channels/static/channels/js/websocketbridge.js +${PYSITELIB}/channels/staticfiles.py +${PYSITELIB}/channels/staticfiles.pyc +${PYSITELIB}/channels/staticfiles.pyo +${PYSITELIB}/channels/test/__init__.py +${PYSITELIB}/channels/test/__init__.pyc +${PYSITELIB}/channels/test/__init__.pyo +${PYSITELIB}/channels/test/base.py +${PYSITELIB}/channels/test/base.pyc +${PYSITELIB}/channels/test/base.pyo +${PYSITELIB}/channels/test/http.py +${PYSITELIB}/channels/test/http.pyc +${PYSITELIB}/channels/test/http.pyo +${PYSITELIB}/channels/test/liveserver.py +${PYSITELIB}/channels/test/liveserver.pyc +${PYSITELIB}/channels/test/liveserver.pyo +${PYSITELIB}/channels/test/websocket.py +${PYSITELIB}/channels/test/websocket.pyc +${PYSITELIB}/channels/test/websocket.pyo +${PYSITELIB}/channels/tests/__init__.py +${PYSITELIB}/channels/tests/__init__.pyc +${PYSITELIB}/channels/tests/__init__.pyo +${PYSITELIB}/channels/utils.py +${PYSITELIB}/channels/utils.pyc +${PYSITELIB}/channels/utils.pyo +${PYSITELIB}/channels/worker.py +${PYSITELIB}/channels/worker.pyc +${PYSITELIB}/channels/worker.pyo diff --git a/www/py-channels/distinfo b/www/py-channels/distinfo new file mode 100644 index 00000000000..a6617539e6b --- /dev/null +++ b/www/py-channels/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/21 19:09:34 adam Exp $ + +SHA1 (channels-1.1.5.tar.gz) = 7d478ca52f0d82b1f5330440cc541922e2f9a20b +RMD160 (channels-1.1.5.tar.gz) = c911cdeb7d55dcae311d71c666afe17ab9140890 +SHA512 (channels-1.1.5.tar.gz) = cc87156e3fbebc18dd3f7927c5bfd162ffd9ca4bbe32a655d864b42a5d623152a8f31a130ea4b5029d4ec645a4955bf1463f82390ad51cc1a8efd7afdce60987 +Size (channels-1.1.5.tar.gz) = 43456 bytes |