pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-werkzeug-docs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Sep 14 17:09:11 UTC 2019

Modified Files:
        pkgsrc/www/py-werkzeug-docs: Makefile

Log Message:
py-werkzeug-docs: note py-werkzeug dependency

Fix bulk builds by noting this depends on py-werkzeug. (While here,
convert other BUILD_DEPENDS to TOOL_DEPENDS.)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-werkzeug-docs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-werkzeug-docs/Makefile
diff -u pkgsrc/www/py-werkzeug-docs/Makefile:1.11 pkgsrc/www/py-werkzeug-docs/Makefile:1.12
--- pkgsrc/www/py-werkzeug-docs/Makefile:1.11   Thu May 23 12:00:48 2019
+++ pkgsrc/www/py-werkzeug-docs/Makefile        Sat Sep 14 17:09:11 2019
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2019/05/23 12:00:48 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/09/14 17:09:11 gutteridge 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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes-[0-9]*:../../textproc/py-pallets-sphinx-themes
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues
+TOOL_DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
 
 USE_TOOLS+=    gmake
 NO_CONFIGURE=  yes



Home | Main Index | Thread Index | Old Index