pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-asgiref



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-asgiref/DESCR \
    pkgsrc/www/py-asgiref/Makefile pkgsrc/www/py-asgiref/PLIST \
    pkgsrc/www/py-asgiref/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-asgiref/DESCR
diff -u /dev/null pkgsrc/www/py-asgiref/DESCR:1.1
--- /dev/null   Wed Jun 21 19:09:07 2017
+++ pkgsrc/www/py-asgiref/DESCR Wed Jun 21 19:09:07 2017
@@ -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
Index: pkgsrc/www/py-asgiref/Makefile
diff -u /dev/null pkgsrc/www/py-asgiref/Makefile:1.1
--- /dev/null   Wed Jun 21 19:09:07 2017
+++ pkgsrc/www/py-asgiref/Makefile      Wed Jun 21 19:09:07 2017
@@ -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"
Index: pkgsrc/www/py-asgiref/PLIST
diff -u /dev/null pkgsrc/www/py-asgiref/PLIST:1.1
--- /dev/null   Wed Jun 21 19:09:07 2017
+++ pkgsrc/www/py-asgiref/PLIST Wed Jun 21 19:09:07 2017
@@ -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
Index: pkgsrc/www/py-asgiref/distinfo
diff -u /dev/null pkgsrc/www/py-asgiref/distinfo:1.1
--- /dev/null   Wed Jun 21 19:09:07 2017
+++ pkgsrc/www/py-asgiref/distinfo      Wed Jun 21 19:09:07 2017
@@ -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