Received: by mail.netbsd.org (Postfix, from userid 605) id 93F6584EA6; Wed, 28 Jul 2021 12:11:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF24D84DB2 for ; Wed, 28 Jul 2021 12:11:14 +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 rJP9eX_ODKT7 for ; Wed, 28 Jul 2021 12:11:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 02E2A84CE2 for ; Wed, 28 Jul 2021 12:11:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F07E2FA97; Wed, 28 Jul 2021 12:11:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627474273180290" MIME-Version: 1.0 Date: Wed, 28 Jul 2021 12:11:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210728121113.F07E2FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627474273180290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 28 12:11:13 UTC 2021 Modified Files: pkgsrc/www: Makefile Added Files: pkgsrc/www/py-sanic-routing: DESCR Makefile PLIST distinfo Log Message: py-sanic-routing: added version 0.7.1 Beginning in v21.3, Sanic makes use of this new AST-style router in two use cases: routing paths and routing signals. Therefore, this package comes with a BaseRouter that needs to be subclassed in order to be used for its specific needs. To generate a diff of this commit: cvs rdiff -u -r1.1568 -r1.1569 pkgsrc/www/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-sanic-routing/DESCR \ pkgsrc/www/py-sanic-routing/Makefile pkgsrc/www/py-sanic-routing/PLIST \ pkgsrc/www/py-sanic-routing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627474273180290 Content-Disposition: inline Content-Length: 4061 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1568 pkgsrc/www/Makefile:1.1569 --- pkgsrc/www/Makefile:1.1568 Thu Jul 22 15:59:06 2021 +++ pkgsrc/www/Makefile Wed Jul 28 12:11:13 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1568 2021/07/22 15:59:06 jperkin Exp $ +# $NetBSD: Makefile,v 1.1569 2021/07/28 12:11:13 adam Exp $ # COMMENT= Packages related to the World Wide Web @@ -804,6 +804,7 @@ SUBDIR+= py-rfc3986 SUBDIR+= py-robobrowser SUBDIR+= py-rss2gen SUBDIR+= py-sanic +SUBDIR+= py-sanic-routing SUBDIR+= py-scgi SUBDIR+= py-scrapy SUBDIR+= py-selenium Added files: Index: pkgsrc/www/py-sanic-routing/DESCR diff -u /dev/null pkgsrc/www/py-sanic-routing/DESCR:1.1 --- /dev/null Wed Jul 28 12:11:13 2021 +++ pkgsrc/www/py-sanic-routing/DESCR Wed Jul 28 12:11:13 2021 @@ -0,0 +1,4 @@ +Beginning in v21.3, Sanic makes use of this new AST-style router in two use +cases: routing paths and routing signals. Therefore, this package comes with a +BaseRouter that needs to be subclassed in order to be used for its specific +needs. Index: pkgsrc/www/py-sanic-routing/Makefile diff -u /dev/null pkgsrc/www/py-sanic-routing/Makefile:1.1 --- /dev/null Wed Jul 28 12:11:13 2021 +++ pkgsrc/www/py-sanic-routing/Makefile Wed Jul 28 12:11:13 2021 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2021/07/28 12:11:13 adam Exp $ + +DISTNAME= sanic-routing-0.7.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=s/sanic-routing/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/sanic-org/sanic-routing/ +COMMENT= Core routing component for Sanic +LICENSE= mit + +#DEPENDS+= ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +# tests are not included +do-test: + ${DO_NADA} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-sanic-routing/PLIST diff -u /dev/null pkgsrc/www/py-sanic-routing/PLIST:1.1 --- /dev/null Wed Jul 28 12:11:13 2021 +++ pkgsrc/www/py-sanic-routing/PLIST Wed Jul 28 12:11:13 2021 @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1 2021/07/28 12:11:13 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/sanic_routing/__init__.py +${PYSITELIB}/sanic_routing/__init__.pyc +${PYSITELIB}/sanic_routing/__init__.pyo +${PYSITELIB}/sanic_routing/exceptions.py +${PYSITELIB}/sanic_routing/exceptions.pyc +${PYSITELIB}/sanic_routing/exceptions.pyo +${PYSITELIB}/sanic_routing/group.py +${PYSITELIB}/sanic_routing/group.pyc +${PYSITELIB}/sanic_routing/group.pyo +${PYSITELIB}/sanic_routing/line.py +${PYSITELIB}/sanic_routing/line.pyc +${PYSITELIB}/sanic_routing/line.pyo +${PYSITELIB}/sanic_routing/patterns.py +${PYSITELIB}/sanic_routing/patterns.pyc +${PYSITELIB}/sanic_routing/patterns.pyo +${PYSITELIB}/sanic_routing/route.py +${PYSITELIB}/sanic_routing/route.pyc +${PYSITELIB}/sanic_routing/route.pyo +${PYSITELIB}/sanic_routing/router.py +${PYSITELIB}/sanic_routing/router.pyc +${PYSITELIB}/sanic_routing/router.pyo +${PYSITELIB}/sanic_routing/tree.py +${PYSITELIB}/sanic_routing/tree.pyc +${PYSITELIB}/sanic_routing/tree.pyo +${PYSITELIB}/sanic_routing/utils.py +${PYSITELIB}/sanic_routing/utils.pyc +${PYSITELIB}/sanic_routing/utils.pyo Index: pkgsrc/www/py-sanic-routing/distinfo diff -u /dev/null pkgsrc/www/py-sanic-routing/distinfo:1.1 --- /dev/null Wed Jul 28 12:11:13 2021 +++ pkgsrc/www/py-sanic-routing/distinfo Wed Jul 28 12:11:13 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/07/28 12:11:13 adam Exp $ + +SHA1 (sanic-routing-0.7.1.tar.gz) = e8de0ede4274b0316de3b49c4fa0f3d2dd531b2f +RMD160 (sanic-routing-0.7.1.tar.gz) = 7e82710c67773cbeea3d517e1f09166dafe62fbc +SHA512 (sanic-routing-0.7.1.tar.gz) = 353e24884b99d51622564642a9242e4931f5af8f1bb5d7352cef58584fe7b24d0ccaab0619f2063305573ae3d0388194ccdf91807c6e9f23ac307466bbf64b18 +Size (sanic-routing-0.7.1.tar.gz) = 22597 bytes --_----------=_1627474273180290--