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: reflect depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cce42408d2f
branches:  trunk
changeset: 417654:5cce42408d2f
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Nov 14 05:25:43 2019 +0000

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

diffstat:

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

diffs (16 lines):

diff -r 64801504e590 -r 5cce42408d2f www/py-werkzeug-docs/Makefile
--- a/www/py-werkzeug-docs/Makefile     Thu Nov 14 02:38:31 2019 +0000
+++ b/www/py-werkzeug-docs/Makefile     Thu Nov 14 05:25:43 2019 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2019/10/21 22:11:34 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/14 05:25:43 gutteridge Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-werkzeug-docs-${DISTNAME:C/[^-]*-//}
+PKGREVISION=   1
 COMMENT=       Python WSGI Utility Library (HTML documentation)
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes-[0-9]*:../../textproc/py-pallets-sphinx-themes
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes>=1.2.2nb1:../../textproc/py-pallets-sphinx-themes
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues
 TOOL_DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
 



Home | Main Index | Thread Index | Old Index