c8a2386323
RELEASE 3.5.42 * fix bug in tables.py reported by Kamil Niski https://bitbucket.org/rptlab/reportlab/issues/182 & Adam Kalinsky RELEASE 3.5.41 * fix python3 bug in DDIndenter.__getattr__ RELEASE 3.5.40 * fix broken (by robin) simple bar lables found by Djan RELEASE 3.5.39 * allow selection of ttf subfonts by PS name * revert to old style recursiveGetAttr * raise error for problematic Canvas.setDash reported by Mike Carter from sitemorse RELEASE 3.5.38 * bug fix for normalDate monthnames; bump travis; version-->3.5.38 RELEASE 3.5.37 * experimental support for 2d pie/doughnut shading RELEASE 3.5.36 * update travis version of multibuild contrib by Matthew Brett * fixes to cope with python 3.9 * imrove Drawing formats handling and ensure asString can do svg RELEASE 3.5.35 * test fixes * Label enhancement * added isSubclassOf validator * added CrossHair widget
23 lines
764 B
Makefile
23 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.75 2020/06/10 08:10:11 adam Exp $
|
|
|
|
DISTNAME= reportlab-3.5.42
|
|
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>=4.4.0:../../graphics/py-Pillow
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
DEPENDS+= ${PYPKGPREFIX}-pyphen-[0-9]*:../../textproc/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"
|