9989d5475b
RELEASE 3.5.33: * fix bug in Pie3d * fix bug in background splitting in repeatRows cases * small improvements to CandleSticks * created NotSet validator (use in CandleStickProperties) * update .travis.yml and .appeyor.yml hopefully to create 3.8 wheels RELEASE 3.5.32: * some chart efficiency changes * use clock in fontFinder * improve recursive access and do some minor eval/exec fixes * improve use of eval/exec RELEASE 3.5.31: * paraparser fix RELEASE 3.5.30: * better support for candlestick charts using smartGetItem RELEASE 3.5.29: * Support for candlestick charts and infilled pair plots RELEASE 3.5.28: * improve support for AES encryption RELEASE 3.5.27: * fix to justified para splits * fix BalanceColumn width calculation * preliminary support for AES encryption RELEASE 3.5.26: * micro changes to normalDate * fix warnings about is not (detected in python 3.8b4) * implement PR 59 bug fix RELEASE 3.5.25: * add recursive ttf searching * sync with rlextra * fix Barchart axis crossing issue RELEASE 3.5.24: * prepare for python3.8, drop support for python3.4
23 lines
764 B
Makefile
23 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.74 2020/02/19 17:47:59 adam Exp $
|
|
|
|
DISTNAME= reportlab-3.5.34
|
|
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"
|