pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-pisa Use regular py-reportlab again now that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f66caf7262d8
branches:  trunk
changeset: 380970:f66caf7262d8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 21 22:18:16 2022 +0000

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

diffstat:

 print/py-pisa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d23fd7021de -r f66caf7262d8 print/py-pisa/Makefile
--- a/print/py-pisa/Makefile    Tue Jun 21 22:16:21 2022 +0000
+++ b/print/py-pisa/Makefile    Tue Jun 21 22:18:16 2022 +0000
@@ -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 @@
 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