pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-rst2pdf



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jul 11 00:32:35 UTC 2022

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

Log Message:
py-rst2pdf: py-yaml is also a dependency

Issue noted and patch provided by J. Dekker on pkgsrc-users@.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-rst2pdf/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-rst2pdf/Makefile
diff -u pkgsrc/textproc/py-rst2pdf/Makefile:1.13 pkgsrc/textproc/py-rst2pdf/Makefile:1.14
--- pkgsrc/textproc/py-rst2pdf/Makefile:1.13    Tue May 10 07:21:45 2022
+++ pkgsrc/textproc/py-rst2pdf/Makefile Mon Jul 11 00:32:34 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2022/05/10 07:21:45 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/07/11 00:32:34 gutteridge Exp $
 
 DISTNAME=      rst2pdf-0.99
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rst2pdf/}
 
@@ -18,6 +19,7 @@ DEPENDS+=     ${PYPKGPREFIX}-packaging-[0-9]
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab
 DEPENDS+=      ${PYPKGPREFIX}-smartypants-[0-9]*:../../textproc/py-smartypants
+DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 TEST_DEPENDS+= ${PYPKGPREFIX}-PDF2-[0-9]*:../../print/py-PDF2
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index