Received: by mail.netbsd.org (Postfix, from userid 605) id 86F7384DC8; Sun, 3 Nov 2019 00:59:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C65D84DC0 for ; Sun, 3 Nov 2019 00:59:35 +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 gd960vhC0-dd for ; Sun, 3 Nov 2019 00:59:34 +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 7455584CD8 for ; Sun, 3 Nov 2019 00:59:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E984FA92; Sun, 3 Nov 2019 00:59:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157274277461070" MIME-Version: 1.0 Date: Sun, 3 Nov 2019 00:59:34 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/www/py-aiohttp-cors To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20191103005934.6E984FA92@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. --_----------=_157274277461070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Nov 3 00:59:34 UTC 2019 Added Files: pkgsrc/www/py-aiohttp-cors: DESCR Makefile PLIST distinfo Log Message: py-aiohttp-cors: add version 0.7.0 aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support for aiohttp asyncio-powered asynchronous HTTP server. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-aiohttp-cors/DESCR \ pkgsrc/www/py-aiohttp-cors/Makefile pkgsrc/www/py-aiohttp-cors/PLIST \ pkgsrc/www/py-aiohttp-cors/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157274277461070 Content-Disposition: inline Content-Length: 3296 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/py-aiohttp-cors/DESCR diff -u /dev/null pkgsrc/www/py-aiohttp-cors/DESCR:1.1 --- /dev/null Sun Nov 3 00:59:34 2019 +++ pkgsrc/www/py-aiohttp-cors/DESCR Sun Nov 3 00:59:34 2019 @@ -0,0 +1,2 @@ +aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support +for aiohttp asyncio-powered asynchronous HTTP server. Index: pkgsrc/www/py-aiohttp-cors/Makefile diff -u /dev/null pkgsrc/www/py-aiohttp-cors/Makefile:1.1 --- /dev/null Sun Nov 3 00:59:34 2019 +++ pkgsrc/www/py-aiohttp-cors/Makefile Sun Nov 3 00:59:34 2019 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2019/11/03 00:59:34 markd Exp $ + +DISTNAME= aiohttp-cors-0.7.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiohttp_cors/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/aio-libs/aiohttp-cors +COMMENT= CORS support for aiohttp +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-aiohttp>=2.2.0:../../www/py-aiohttp + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-aiohttp-cors/PLIST diff -u /dev/null pkgsrc/www/py-aiohttp-cors/PLIST:1.1 --- /dev/null Sun Nov 3 00:59:34 2019 +++ pkgsrc/www/py-aiohttp-cors/PLIST Sun Nov 3 00:59:34 2019 @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1 2019/11/03 00:59:34 markd 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}/aiohttp_cors/__about__.py +${PYSITELIB}/aiohttp_cors/__init__.py +${PYSITELIB}/aiohttp_cors/__about__.pyo +${PYSITELIB}/aiohttp_cors/__about__.pyc +${PYSITELIB}/aiohttp_cors/__init__.pyo +${PYSITELIB}/aiohttp_cors/__init__.pyc +${PYSITELIB}/aiohttp_cors/abc.pyo +${PYSITELIB}/aiohttp_cors/abc.pyc +${PYSITELIB}/aiohttp_cors/cors_config.pyo +${PYSITELIB}/aiohttp_cors/cors_config.pyc +${PYSITELIB}/aiohttp_cors/mixin.pyo +${PYSITELIB}/aiohttp_cors/mixin.pyc +${PYSITELIB}/aiohttp_cors/preflight_handler.pyo +${PYSITELIB}/aiohttp_cors/preflight_handler.pyc +${PYSITELIB}/aiohttp_cors/resource_options.pyo +${PYSITELIB}/aiohttp_cors/resource_options.pyc +${PYSITELIB}/aiohttp_cors/urldispatcher_router_adapter.pyo +${PYSITELIB}/aiohttp_cors/urldispatcher_router_adapter.pyc +${PYSITELIB}/aiohttp_cors/abc.py +${PYSITELIB}/aiohttp_cors/cors_config.py +${PYSITELIB}/aiohttp_cors/mixin.py +${PYSITELIB}/aiohttp_cors/preflight_handler.py +${PYSITELIB}/aiohttp_cors/resource_options.py +${PYSITELIB}/aiohttp_cors/urldispatcher_router_adapter.py Index: pkgsrc/www/py-aiohttp-cors/distinfo diff -u /dev/null pkgsrc/www/py-aiohttp-cors/distinfo:1.1 --- /dev/null Sun Nov 3 00:59:34 2019 +++ pkgsrc/www/py-aiohttp-cors/distinfo Sun Nov 3 00:59:34 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/11/03 00:59:34 markd Exp $ + +SHA1 (aiohttp-cors-0.7.0.tar.gz) = d5c9e73409751a881678c680d8f931075e89a55f +RMD160 (aiohttp-cors-0.7.0.tar.gz) = 2f45d51e5a9c2937778b679fc71e8dcd80eb6880 +SHA512 (aiohttp-cors-0.7.0.tar.gz) = d7c9e1bf8f9eed0d0eb1abb1b2e1704f4a02dd93aa21cb460145e4cb355ae60f103167ae649c3d443e2ff9af2d1195d9742236942cce144c5de271002147323f +Size (aiohttp-cors-0.7.0.tar.gz) = 35966 bytes --_----------=_157274277461070--