pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-pisa



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Jun 21 22:18:16 UTC 2022

Modified Files:
        pkgsrc/print/py-pisa: Makefile

Log Message:
Use regular py-reportlab again now that it works with 2.7 again.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/print/py-pisa/Makefile

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

Modified files:

Index: pkgsrc/print/py-pisa/Makefile
diff -u pkgsrc/print/py-pisa/Makefile:1.28 pkgsrc/print/py-pisa/Makefile:1.29
--- pkgsrc/print/py-pisa/Makefile:1.28  Wed Jan  5 20:07:10 2022
+++ pkgsrc/print/py-pisa/Makefile       Tue Jun 21 22:18:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2022/01/05 20:07:10 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/06/21 22:18:16 joerg Exp $
 
 DISTNAME=      pisa-3.0.33
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT=      HTML2pdf converter (obsolete, u
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf
-DEPENDS+=      ${PYPKGPREFIX}-reportlab>=2.2:../../print/py27-reportlab
+DEPENDS+=      ${PYPKGPREFIX}-reportlab>=2.2:../../print/py-reportlab
 DEPENDS+=      ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not ported as of 3.0.33



Home | Main Index | Thread Index | Old Index