Received: by mail.netbsd.org (Postfix, from userid 605) id 5D92284DD6; Wed, 21 Jun 2017 19:09:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2AA184D73 for ; Wed, 21 Jun 2017 19:09:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ia7IEd9IuqcK for ; Wed, 21 Jun 2017 19:09:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6668884D72 for ; Wed, 21 Jun 2017 19:09:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5CCDDFAE8; Wed, 21 Jun 2017 19:09:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149807214746980" MIME-Version: 1.0 Date: Wed, 21 Jun 2017 19:09:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-asgiref To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170621190907.5CCDDFAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149807214746980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_149807214746980 Content-Disposition: inline Content-Length: 2791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_149807214746980--