f79894cf0b
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
20 lines
512 B
Makefile
20 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.12 2013/07/05 23:35:35 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= web.py-0.37
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://webpy.org/static/
|
|
|
|
MAINTAINER= darcy@NetBSD.org
|
|
HOMEPAGE= http://webpy.org/
|
|
COMMENT= Simple, public domain web publishing system
|
|
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"
|