pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-rst2pdf py-rst2pdf: py-yaml is also a depe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e2a29941bae0
branches: trunk
changeset: 381624:e2a29941bae0
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Mon Jul 11 00:32:34 2022 +0000
description:
py-rst2pdf: py-yaml is also a dependency
Issue noted and patch provided by J. Dekker on pkgsrc-users@.
diffstat:
textproc/py-rst2pdf/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r a066a032100a -r e2a29941bae0 textproc/py-rst2pdf/Makefile
--- a/textproc/py-rst2pdf/Makefile Mon Jul 11 00:13:38 2022 +0000
+++ b/textproc/py-rst2pdf/Makefile Mon Jul 11 00:32:34 2022 +0000
@@ -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}-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