pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-docutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 20 09:19:44 UTC 2021

Modified Files:
        pkgsrc/textproc/py-docutils: Makefile

Log Message:
py-docutils: add missing py-pygments dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/textproc/py-docutils/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-docutils/Makefile
diff -u pkgsrc/textproc/py-docutils/Makefile:1.52 pkgsrc/textproc/py-docutils/Makefile:1.53
--- pkgsrc/textproc/py-docutils/Makefile:1.52   Mon Jul 13 20:05:12 2020
+++ pkgsrc/textproc/py-docutils/Makefile        Mon Sep 20 09:19:44 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2020/07/13 20:05:12 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2021/09/20 09:19:44 wiz Exp $
 
 DISTNAME=      docutils-0.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/docutils/}
 
@@ -11,6 +12,7 @@ COMMENT=      Python tool to generate documen
 LICENSE=       public-domain AND 2-clause-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
+DEPENDS+=      ${PYPKGPREFIX}-pygments>=0:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-roman>=1.4:../../math/py-roman
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index