From f4ada453649ef5c235dbbab9c116200cb599da17 Mon Sep 17 00:00:00 2001 From: rodent Date: Fri, 5 Jul 2013 23:35:35 +0000 Subject: [PATCH] Update to latest release. Include lang/python/application.mk to REPLACE_PYTHON in two files. From ChangeLog.txt: ## 2012-06-26 0.37 * Fixed datestr issue on Windows -- #155 * Fixed Python 2.4 compatability issues (tx fredludlow) * Fixed error in utils.safewrite (tx shuge) -- #95 * Allow use of web.data() with app.request() -- #105 * Fixed an issue with session initializaton (tx beardedprojamz) -- #109 * Allow custom message on 400 Bad Request (tx patryk) -- #121 * Made djangoerror work on GAE. -- #80 * Handle malformatted data in the urls. -- #117 * Made it easier to stop the dev server -- #100, #122 * Added support fot customizing cookie_path in session (tx larsga) -- #89 * Added exception for "415 Unsupported Media" (tx JirkaChadima) -- #145 * Added GroupedDropdown to support `` tag (tx jzellman) -- #152 * Fixed failure in embedded interpreter - #87 * Optimized web.cookies (tx benhoyt) - #148 --- www/py-webpy/Makefile | 8 +++++--- www/py-webpy/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/www/py-webpy/Makefile b/www/py-webpy/Makefile index b80760e5c483e..3f5ec19f868d4 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2012/10/28 06:31:02 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/07/05 23:35:35 rodent Exp $ # -DISTNAME= web.py-0.36 +DISTNAME= web.py-0.37 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://webpy.org/static/ @@ -14,5 +13,8 @@ LICENSE= public-domain USE_LANGUAGES= #none +REPLACE_PYTHON+= web/__init__.py web/utils.py + +.include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-webpy/distinfo b/www/py-webpy/distinfo index e4b0a5817f69d..d3d017a2b19aa 100644 --- a/www/py-webpy/distinfo +++ b/www/py-webpy/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/11/29 18:16:56 darcy Exp $ +$NetBSD: distinfo,v 1.4 2013/07/05 23:35:35 rodent Exp $ -SHA1 (web.py-0.36.tar.gz) = 15492e921dd5ee8ec6044c912e02561f7aa4d283 -RMD160 (web.py-0.36.tar.gz) = 0d8fb464fe47e705d65c485ff135840649dd19f2 -Size (web.py-0.36.tar.gz) = 87951 bytes +SHA1 (web.py-0.37.tar.gz) = 8744f710ddfb89ca2b66a509042b860d7216ff37 +RMD160 (web.py-0.37.tar.gz) = 8297ec3d2b87e209286562f523027cc94adf0f64 +Size (web.py-0.37.tar.gz) = 90232 bytes