f2a294a828
Version 0.15.5 - Fix a TypeError due to changes to ast.Module in Python 3.8. - Fix a C assertion failure in debug builds of some Python 2.7 releases. - :class:~exceptions.BadRequestKeyError adds the KeyError message to the description if e.show_exception is set to True. This is a more secure default than the original 0.15.0 behavior and makes it easier to control without losing information. - Upgrade the debugger to jQuery 3.4.1. - Work around an issue in some external debuggers that caused the reloader to fail. - Work around an issue where the reloader couldn't introspect a setuptools script installed as an egg. - The reloader will use sys.executable even if the script is marked executable, reverting a behavior intended for NixOS introduced in 0.15. The reloader should no longer cause OSError: [Errno 8] Exec format error. - SharedDataMiddleware safely handles paths with Windows drive names.
17 lines
476 B
Text
17 lines
476 B
Text
# $NetBSD: Makefile.common,v 1.22 2019/08/05 10:21:32 adam Exp $
|
|
# used by www/py-werkzeug/Makefile
|
|
# used by www/py-werkzeug-docs/Makefile
|
|
|
|
DISTNAME= Werkzeug-0.15.5
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Werkzeug/}
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/py-werkzeug/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../www/py-werkzeug/patches
|
|
|
|
MAINTAINER?= kleink@NetBSD.org
|
|
HOMEPAGE= http://werkzeug.pocoo.org/
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= pax
|