pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-reportlab Restore Python2.7 support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/455a29a22fb5
branches:  trunk
changeset: 380968:455a29a22fb5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 21 22:10:43 2022 +0000

description:
Restore Python2.7 support

diffstat:

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

diffs (22 lines):

diff -r 036481b4b2b0 -r 455a29a22fb5 print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Tue Jun 21 22:10:10 2022 +0000
+++ b/print/py-reportlab/Makefile       Tue Jun 21 22:10:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2022/01/04 20:54:36 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2022/06/21 22:10:43 joerg Exp $
 
 DISTNAME=      reportlab-3.5.68
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,11 +11,9 @@
 COMMENT=       Powerful PDF-generating toolkit for Python
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-DEPENDS+=      ${PYPKGPREFIX}-pyphen-[0-9]*:../../textproc/py-pyphen
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-pyphen
+PYTHON_VERSIONED_DEPENDENCIES= Pillow pyphen
 
 PYSETUPARGS+=  --no-download-t1-files
 PYSETUPARGS+=  --use-system-libart



Home | Main Index | Thread Index | Old Index