pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-reportlab



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Jun 21 22:10:43 UTC 2022

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

Log Message:
Restore Python2.7 support


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/py-reportlab/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-reportlab/Makefile
diff -u pkgsrc/print/py-reportlab/Makefile:1.83 pkgsrc/print/py-reportlab/Makefile:1.84
--- pkgsrc/print/py-reportlab/Makefile:1.83     Tue Jan  4 20:54:36 2022
+++ pkgsrc/print/py-reportlab/Makefile  Tue Jun 21 22:10:43 2022
@@ -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 @@ HOMEPAGE=    https://www.reportlab.com/
 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