Thu Nov 14 05:25:43 2019 UTC ()
py-werkzeug-docs: reflect dependency change

This package now depends on py-pallets-sphinx-themes>=1.2.2nb1, since
the latter added a new dependency for its basic functioning (and 1.2.2
pre-revbump was broken).


(gutteridge)
diff -r1.13 -r1.14 pkgsrc/www/py-werkzeug-docs/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/www/py-werkzeug-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-werkzeug-docs/Makefile 2019/10/21 22:11:34 1.13
+++ pkgsrc/www/py-werkzeug-docs/Makefile 2019/11/14 05:25:43 1.14
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.13 2019/10/21 22:11:34 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2019/11/14 05:25:43 gutteridge Exp $
2 2
3PKGNAME= ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//} 3PKGNAME= ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//}
 4PKGREVISION= 1
4COMMENT= Python WSGI Utility Library (HTML documentation) 5COMMENT= Python WSGI Utility Library (HTML documentation)
5 6
6TOOL_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes-[0-9]*:../../textproc/py-pallets-sphinx-themes 7TOOL_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes>=1.2.2nb1:../../textproc/py-pallets-sphinx-themes
7TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues 8TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues
8TOOL_DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug 9TOOL_DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
9 10
10USE_TOOLS+= gmake 11USE_TOOLS+= gmake
11NO_CONFIGURE= yes 12NO_CONFIGURE= yes
12BUILD_TARGET= html 13BUILD_TARGET= html
13BUILD_DIRS= docs 14BUILD_DIRS= docs
14 15
15INSTALLATION_DIRS+= ${DOCDIR}/html 16INSTALLATION_DIRS+= ${DOCDIR}/html
16 17
17DOCDIR= share/doc/${PYPKGPREFIX}-${DISTNAME:tl:C/-[^-]*$//} 18DOCDIR= share/doc/${PYPKGPREFIX}-${DISTNAME:tl:C/-[^-]*$//}
18PLIST_SUBST+= DOCDIR=${DOCDIR} 19PLIST_SUBST+= DOCDIR=${DOCDIR}
19PLIST_SRC+= ${WRKDIR}/PLIST 20PLIST_SRC+= ${WRKDIR}/PLIST