Wed Jun 22 05:58:17 2022 UTC ()
py-reportlab: add missing include of versioned_dependencies

Bump PKGREVISION for the re-added dependencies.


(wiz)
diff -r1.84 -r1.85 pkgsrc/print/py-reportlab/Makefile

cvs diff -r1.84 -r1.85 pkgsrc/print/py-reportlab/Makefile (expand / switch to unified diff)

--- pkgsrc/print/py-reportlab/Makefile 2022/06/21 22:10:43 1.84
+++ pkgsrc/print/py-reportlab/Makefile 2022/06/22 05:58:17 1.85
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.84 2022/06/21 22:10:43 joerg Exp $ 1# $NetBSD: Makefile,v 1.85 2022/06/22 05:58:17 wiz Exp $
2 2
3DISTNAME= reportlab-3.5.68 3DISTNAME= reportlab-3.5.68
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= print python 6CATEGORIES= print python
7MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/}
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= https://www.reportlab.com/ 10HOMEPAGE= https://www.reportlab.com/
11COMMENT= Powerful PDF-generating toolkit for Python 11COMMENT= Powerful PDF-generating toolkit for Python
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
15 15
16PYTHON_VERSIONED_DEPENDENCIES= Pillow pyphen 16PYTHON_VERSIONED_DEPENDENCIES= Pillow pyphen
17 17
18PYSETUPARGS+= --no-download-t1-files 18PYSETUPARGS+= --no-download-t1-files
19PYSETUPARGS+= --use-system-libart 19PYSETUPARGS+= --use-system-libart
20 20
21.include "../../graphics/freetype2/buildlink3.mk" 21.include "../../graphics/freetype2/buildlink3.mk"
22.include "../../graphics/libart/buildlink3.mk" 22.include "../../graphics/libart/buildlink3.mk"
23.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
 24.include "../../lang/python/versioned_dependencies.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"