637f835497
Version 0.9.4 ------------- (bugfix release, released on August 26th 2013) - Fixed an issue with Python 3.3 and an edge case in cookie parsing. - Fixed decoding errors not handled properly through the WSGI decoding dance. - Fixed URI to IRI conversion incorrectly decoding percent signs.
18 lines
498 B
Text
18 lines
498 B
Text
# $NetBSD: Makefile.common,v 1.6 2013/08/28 15:52:15 kleink Exp $
|
|
|
|
# used by www/py-werkzeug/Makefile
|
|
# used by www/py-werkzeug-docs/Makefile
|
|
|
|
DISTNAME= Werkzeug-0.9.4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/W/Werkzeug/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://werkzeug.pocoo.org/
|
|
LICENSE= modified-bsd
|
|
|
|
DOCDIR= share/doc/${PYPKGPREFIX}-${DISTNAME:tl:C/-[^-]*$//}
|
|
|
|
PLIST_SUBST+= DOCDIR=${DOCDIR}
|