pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-channels



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 21 19:09:34 UTC 2017

Added Files:
        pkgsrc/www/py-channels: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-channels/DESCR \
    pkgsrc/www/py-channels/Makefile pkgsrc/www/py-channels/PLIST \
    pkgsrc/www/py-channels/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-channels/DESCR
diff -u /dev/null pkgsrc/www/py-channels/DESCR:1.1
--- /dev/null   Wed Jun 21 19:09:34 2017
+++ pkgsrc/www/py-channels/DESCR        Wed Jun 21 19:09:34 2017
@@ -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.
Index: pkgsrc/www/py-channels/Makefile
diff -u /dev/null pkgsrc/www/py-channels/Makefile:1.1
--- /dev/null   Wed Jun 21 19:09:34 2017
+++ pkgsrc/www/py-channels/Makefile     Wed Jun 21 19:09:34 2017
@@ -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@localhost
+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"
Index: pkgsrc/www/py-channels/PLIST
diff -u /dev/null pkgsrc/www/py-channels/PLIST:1.1
--- /dev/null   Wed Jun 21 19:09:34 2017
+++ pkgsrc/www/py-channels/PLIST        Wed Jun 21 19:09:34 2017
@@ -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
Index: pkgsrc/www/py-channels/distinfo
diff -u /dev/null pkgsrc/www/py-channels/distinfo:1.1
--- /dev/null   Wed Jun 21 19:09:34 2017
+++ pkgsrc/www/py-channels/distinfo     Wed Jun 21 19:09:34 2017
@@ -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



Home | Main Index | Thread Index | Old Index