diff options
author | rodent <rodent@pkgsrc.org> | 2013-07-05 23:35:35 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-07-05 23:35:35 +0000 |
commit | 7aba2b139ecaf2bd12b6da2d66855a8b7bc035f9 (patch) | |
tree | 94e51ea48580bdf09a1cd2544c344107435802c6 /www/py-webpy | |
parent | 486f32091897c137e19f9ff386bdf099ae345803 (diff) | |
download | pkgsrc-7aba2b139ecaf2bd12b6da2d66855a8b7bc035f9.tar.gz |
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 `<optgroup>` tag (tx jzellman) -- #152
* Fixed failure in embedded interpreter - #87
* Optimized web.cookies (tx benhoyt) - #148
Diffstat (limited to 'www/py-webpy')
-rw-r--r-- | www/py-webpy/Makefile | 8 | ||||
-rw-r--r-- | 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 b80760e5c48..3f5ec19f868 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 e4b0a5817f6..d3d017a2b19 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 |