summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam>2017-06-21 19:09:07 +0000
committeradam <adam>2017-06-21 19:09:07 +0000
commit73da5556ea2556c61219fcc788f7446768e1963c (patch)
treeecff141a5d279603a9c0e4e98f3a36fdddc9b1af /www
parentaaf7ec2a0c78b893b8dc5de7d2475da42314a6fb (diff)
downloadpkgsrc-73da5556ea2556c61219fcc788f7446768e1963c.tar.gz
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 (limited to 'www')
-rw-r--r--www/py-asgiref/DESCR4
-rw-r--r--www/py-asgiref/Makefile18
-rw-r--r--www/py-asgiref/PLIST22
-rw-r--r--www/py-asgiref/distinfo6
4 files changed, 50 insertions, 0 deletions
diff --git a/www/py-asgiref/DESCR b/www/py-asgiref/DESCR
new file mode 100644
index 00000000000..8dc5fe6df73
--- /dev/null
+++ b/www/py-asgiref/DESCR
@@ -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 --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile
new file mode 100644
index 00000000000..a9e4cee91c7
--- /dev/null
+++ b/www/py-asgiref/Makefile
@@ -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
+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 --git a/www/py-asgiref/PLIST b/www/py-asgiref/PLIST
new file mode 100644
index 00000000000..546c6da633d
--- /dev/null
+++ b/www/py-asgiref/PLIST
@@ -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 --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo
new file mode 100644
index 00000000000..a8ee6429d79
--- /dev/null
+++ b/www/py-asgiref/distinfo
@@ -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