pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-werkzeug-docs py-werkzeug-docs: note py-werkzeu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8182b8c2d7bf
branches:  trunk
changeset: 339700:8182b8c2d7bf
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Sep 14 17:09:11 2019 +0000

description:
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.)

diffstat:

 www/py-werkzeug-docs/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r a26dd2c7bad5 -r 8182b8c2d7bf www/py-werkzeug-docs/Makefile
--- a/www/py-werkzeug-docs/Makefile     Sat Sep 14 16:39:26 2019 +0000
+++ b/www/py-werkzeug-docs/Makefile     Sat Sep 14 17:09:11 2019 +0000
@@ -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