Update to reportlab 3.5.2 to get a full distribution version back.
Add dependency on py-pyphen for hyphenation support.
This commit is contained in:
parent
2c3e0ba7df
commit
a71693fa27
3 changed files with 14 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.61 2018/07/13 07:10:46 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.62 2018/07/25 13:36:40 joerg Exp $
|
||||
|
||||
DISTNAME= reportlab-3.5.0
|
||||
DISTNAME= reportlab-3.5.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/}
|
||||
|
@ -10,8 +10,9 @@ HOMEPAGE= http://www.reportlab.com/
|
|||
COMMENT= Powerful PDF-generating toolkit for Python
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
||||
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
|
||||
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/libart/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.18 2018/07/13 07:10:46 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2018/07/25 13:36:40 joerg Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -8,6 +8,7 @@ ${PYSITELIB}/reportlab/__init__.py
|
|||
${PYSITELIB}/reportlab/__init__.pyc
|
||||
${PYSITELIB}/reportlab/__init__.pyo
|
||||
${PYSITELIB}/reportlab/fonts/00readme.txt
|
||||
${PYSITELIB}/reportlab/fonts/DarkGarden-changelog.txt
|
||||
${PYSITELIB}/reportlab/fonts/DarkGarden-copying-gpl.txt
|
||||
${PYSITELIB}/reportlab/fonts/DarkGarden-copying.txt
|
||||
${PYSITELIB}/reportlab/fonts/DarkGarden-readme.txt
|
||||
|
@ -40,6 +41,7 @@ ${PYSITELIB}/reportlab/fonts/zy______.pfb
|
|||
${PYSITELIB}/reportlab/graphics/__init__.py
|
||||
${PYSITELIB}/reportlab/graphics/__init__.pyc
|
||||
${PYSITELIB}/reportlab/graphics/__init__.pyo
|
||||
${PYSITELIB}/reportlab/graphics/_renderPM.so
|
||||
${PYSITELIB}/reportlab/graphics/barcode/__init__.py
|
||||
${PYSITELIB}/reportlab/graphics/barcode/__init__.pyc
|
||||
${PYSITELIB}/reportlab/graphics/barcode/__init__.pyo
|
||||
|
@ -238,6 +240,7 @@ ${PYSITELIB}/reportlab/lib/PyFontify.pyo
|
|||
${PYSITELIB}/reportlab/lib/__init__.py
|
||||
${PYSITELIB}/reportlab/lib/__init__.pyc
|
||||
${PYSITELIB}/reportlab/lib/__init__.pyo
|
||||
${PYSITELIB}/reportlab/lib/_rl_accel.so
|
||||
${PYSITELIB}/reportlab/lib/abag.py
|
||||
${PYSITELIB}/reportlab/lib/abag.pyc
|
||||
${PYSITELIB}/reportlab/lib/abag.pyo
|
||||
|
@ -277,6 +280,7 @@ ${PYSITELIB}/reportlab/lib/formatters.pyo
|
|||
${PYSITELIB}/reportlab/lib/geomutils.py
|
||||
${PYSITELIB}/reportlab/lib/geomutils.pyc
|
||||
${PYSITELIB}/reportlab/lib/geomutils.pyo
|
||||
${PYSITELIB}/reportlab/lib/hyphen.mashed
|
||||
${PYSITELIB}/reportlab/lib/logger.py
|
||||
${PYSITELIB}/reportlab/lib/logger.pyc
|
||||
${PYSITELIB}/reportlab/lib/logger.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.23 2018/07/13 07:10:46 adam Exp $
|
||||
$NetBSD: distinfo,v 1.24 2018/07/25 13:36:40 joerg Exp $
|
||||
|
||||
SHA1 (reportlab-3.5.0.tar.gz) = 8f10455a94a19258149a76cd46061f09f81efb5d
|
||||
RMD160 (reportlab-3.5.0.tar.gz) = 4435adb23469748fba518b9d76499046819d15c8
|
||||
SHA512 (reportlab-3.5.0.tar.gz) = 1f66a8ab77353b6f7a725816ddf3343d0e3533cf7bb0d1e2f527053327a64a9a8f5e66347fda5ef7ff76e5d754fb93603b88a34cc5a56a20ce3a8d6d608459ce
|
||||
Size (reportlab-3.5.0.tar.gz) = 1804818 bytes
|
||||
SHA1 (reportlab-3.5.2.tar.gz) = ccd66e231cc0d6ac25ab38972bbf25afff655330
|
||||
RMD160 (reportlab-3.5.2.tar.gz) = 307f26f0c74fd565681e3d0ae966097f9203ca9c
|
||||
SHA512 (reportlab-3.5.2.tar.gz) = 8316a86c6237789ebe4b7de617d4631feca75ebeb939761aab140129d12947f0081cb70ac939cfbafae1af26dee18bc993b1be836a677c6c97e6c4929a6c30bd
|
||||
Size (reportlab-3.5.2.tar.gz) = 2806003 bytes
|
||||
|
|
Loading…
Reference in a new issue