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:           Thu Apr 29 13:10:41 UTC 2021

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

Log Message:
Use py27 version of reportlab.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/print/py-pisa/Makefile:1.26
--- pkgsrc/print/py-pisa/Makefile:1.25  Thu Apr 29 07:39:24 2021
+++ pkgsrc/print/py-pisa/Makefile       Thu Apr 29 13:10:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/04/29 07:39:24 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/04/29 13:10:41 joerg Exp $
 
 DISTNAME=      pisa-3.0.33
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,11 +12,10 @@ COMMENT=    HTML2pdf converter (obsolete, u
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf
-DEPENDS+=      ${PYPKGPREFIX}-reportlab>=2.2:../../print/py-reportlab
+DEPENDS+=      ${PYPKGPREFIX}-reportlab>=2.2:../../print/py27-reportlab
 DEPENDS+=      ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 
-BROKEN=                "needs python 2.7"
-#PYTHON_VERSIONS_ACCEPTED=     27 # not ported as of 3.0.33
+PYTHON_VERSIONS_ACCEPTED=      27 # not ported as of 3.0.33
 
 # remove CRs: fixes patching on Darwin and stops pkglint from complaining
 pre-patch:



Home | Main Index | Thread Index | Old Index