pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-asgiref Contains various reference ASGI impleme...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8446be322bdf
branches:  trunk
changeset: 364208:8446be322bdf
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 21 19:09:07 2017 +0000

description:
Contains various reference ASGI implementations, including:
* A base channel layer, asgiref.base_layer
* An in-memory channel layer, asgiref.inmemory
* WSGI-to-ASGI and ASGI-to-WSGI adapters, in asgiref.wsgi

diffstat:

 www/py-asgiref/DESCR    |   4 ++++
 www/py-asgiref/Makefile |  18 ++++++++++++++++++
 www/py-asgiref/PLIST    |  22 ++++++++++++++++++++++
 www/py-asgiref/distinfo |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 0bd0d1f58ac8 -r 8446be322bdf www/py-asgiref/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-asgiref/DESCR      Wed Jun 21 19:09:07 2017 +0000
@@ -0,0 +1,4 @@
+Contains various reference ASGI implementations, including:
+* A base channel layer, asgiref.base_layer
+* An in-memory channel layer, asgiref.inmemory
+* WSGI-to-ASGI and ASGI-to-WSGI adapters, in asgiref.wsgi
diff -r 0bd0d1f58ac8 -r 8446be322bdf www/py-asgiref/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-asgiref/Makefile   Wed Jun 21 19:09:07 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/06/21 19:09:07 adam Exp $
+
+DISTNAME=      asgiref-1.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asgiref/}
+
+MAINTAINER=    adam%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/django/asgiref/
+COMMENT=       Contains various reference ASGI implementations
+LICENSE=       modified-bsd
+
+USE_LANGUAGES=         # empty
+
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0bd0d1f58ac8 -r 8446be322bdf www/py-asgiref/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-asgiref/PLIST      Wed Jun 21 19:09:07 2017 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/21 19:09:07 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/asgiref/__init__.py
+${PYSITELIB}/asgiref/__init__.pyc
+${PYSITELIB}/asgiref/__init__.pyo
+${PYSITELIB}/asgiref/base_layer.py
+${PYSITELIB}/asgiref/base_layer.pyc
+${PYSITELIB}/asgiref/base_layer.pyo
+${PYSITELIB}/asgiref/conformance.py
+${PYSITELIB}/asgiref/conformance.pyc
+${PYSITELIB}/asgiref/conformance.pyo
+${PYSITELIB}/asgiref/inmemory.py
+${PYSITELIB}/asgiref/inmemory.pyc
+${PYSITELIB}/asgiref/inmemory.pyo
+${PYSITELIB}/asgiref/wsgi.py
+${PYSITELIB}/asgiref/wsgi.pyc
+${PYSITELIB}/asgiref/wsgi.pyo
diff -r 0bd0d1f58ac8 -r 8446be322bdf www/py-asgiref/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-asgiref/distinfo   Wed Jun 21 19:09:07 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/21 19:09:07 adam Exp $
+
+SHA1 (asgiref-1.1.2.tar.gz) = 1393680f70d58e74b7106d55640229eca7985f69
+RMD160 (asgiref-1.1.2.tar.gz) = 26f1677a7649127909ab16d4662eaedd204209b4
+SHA512 (asgiref-1.1.2.tar.gz) = f1db49fa6c8a010be11bfffa2dbaf695206f7af32b00d97158d508815482bd20a7e77fcb6599cbdbe5a5527f58c24e29e0d4e25ff708551589bd029b5b0e8af0
+Size (asgiref-1.1.2.tar.gz) = 10196 bytes



Home | Main Index | Thread Index | Old Index