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:           Thu Nov 14 05:25:43 UTC 2019

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

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/www/py-werkzeug-docs/Makefile:1.14
--- pkgsrc/www/py-werkzeug-docs/Makefile:1.13   Mon Oct 21 22:11:34 2019
+++ pkgsrc/www/py-werkzeug-docs/Makefile        Thu Nov 14 05:25:43 2019
@@ -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