summaryrefslogtreecommitdiff
path: root/www/py-werkzeug-docs/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-23 12:00:48 +0000
committeradam <adam@pkgsrc.org>2019-05-23 12:00:48 +0000
commit1fa3b13e7b6be1302071756dfff5bbaac56b3b86 (patch)
tree4fb35084755899e4a4f45299f9a4be4d8667c15e /www/py-werkzeug-docs/Makefile
parent4a8a6664b671881d711680fa28384e7faae3fdd2 (diff)
downloadpkgsrc-1fa3b13e7b6be1302071756dfff5bbaac56b3b86.tar.gz
py-werkzeug: updated to 0.15.4
Version 0.15.4 - Fix a SyntaxError on Python 2.7.5. (:issue:1544) Version 0.15.3 - Properly handle multi-line header folding in development server in Python 2.7. (:issue:1080) - Restore the response argument to :exc:~exceptions.Unauthorized. (:pr:1527) - :exc:~exceptions.Unauthorized doesn't add the WWW-Authenticate header if www_authenticate is not given. (:issue:1516) - The default URL converter correctly encodes bytes to string rather than representing them with b''. (:issue:1502) - Fix the filename format string in :class:~middleware.profiler.ProfilerMiddleware to correctly handle float values. (:issue:1511) - Update :class:~middleware.lint.LintMiddleware to work on Python 3. (:issue:1510) - The debugger detects cycles in chained exceptions and does not time out in that case. (:issue:1536) - When running the development server in Docker, the debugger security pin is now unique per container.
Diffstat (limited to 'www/py-werkzeug-docs/Makefile')
-rw-r--r--www/py-werkzeug-docs/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/py-werkzeug-docs/Makefile b/www/py-werkzeug-docs/Makefile
index 58e19132cde..ba589a0c7be 100644
--- a/www/py-werkzeug-docs/Makefile
+++ b/www/py-werkzeug-docs/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2019/04/24 16:05:43 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/05/23 12:00:48 adam Exp $
PKGNAME= ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//}
COMMENT= Python WSGI Utility Library (HTML documentation)
BUILD_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes-[0-9]*:../../textproc/py-pallets-sphinx-themes
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues
USE_TOOLS+= gmake
@@ -20,14 +21,13 @@ PLIST_SRC+= ${WRKDIR}/PLIST
.include "../../www/py-werkzeug/Makefile.common"
do-install:
- cd ${WRKSRC}/docs/_build/html \
- && pax -rwppm . ${DESTDIR}${PREFIX}/${DOCDIR}/html
+ cd ${WRKSRC}/docs/_build/html && \
+ ${PAX} -rwppm . ${DESTDIR}${PREFIX}/${DOCDIR}/html
${RM} -f ${DESTDIR}${PREFIX}/${DOCDIR}/html/.buildinfo
- cd ${DESTDIR}${PREFIX} \
- && ${FIND} ${DOCDIR}/html -type f -print > ${WRKDIR}/PLIST
+ cd ${DESTDIR}${PREFIX} && \
+ ${FIND} ${DOCDIR}/html -type f -print > ${WRKDIR}/PLIST
PYTHON_FOR_BUILD_ONLY= yes
-BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
MAKE_FLAGS+= SPHINXBUILD=${PREFIX}/bin/sphinx-build${PYVERSSUFFIX}