aa39907f1b
Version 0.16.0 Deprecate most top-level attributes provided by the werkzeug module in favor of direct imports. The deprecated imports will be removed in version 1.0. For example, instead of import werkzeug; werkzeug.url_quote, do from werkzeug.urls import url_quote. A deprecation warning will show the correct import to use. werkzeug.exceptions and werkzeug.routing should also be imported instead of accessed, but for technical reasons can’t show a warning.
17 lines
476 B
Text
17 lines
476 B
Text
# $NetBSD: Makefile.common,v 1.24 2019/10/11 16:29:17 adam Exp $
|
|
# used by www/py-werkzeug/Makefile
|
|
# used by www/py-werkzeug-docs/Makefile
|
|
|
|
DISTNAME= Werkzeug-0.16.0
|
|
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
|