7fc93db7e5
CHANGES 3.5.68 * graphics improve some error messages for renderPM * changed lib.urilt.recursiveImport after errors in python3.10, reflect changes in readJPEGInfo * pdfutils readJPEGInfo extracts dpi if present defaults to (72, 72) * Image flowable allows a useDPI argument * paraparser annotate some errors
25 lines
810 B
Makefile
25 lines
810 B
Makefile
# $NetBSD: Makefile,v 1.82 2021/08/02 20:31:11 adam Exp $
|
|
|
|
DISTNAME= reportlab-3.5.68
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= print python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
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
|
|
|
|
PYSETUPARGS+= --no-download-t1-files
|
|
PYSETUPARGS+= --use-system-libart
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/libart/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|