summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-07-25 13:36:40 +0000
committerjoerg <joerg@pkgsrc.org>2018-07-25 13:36:40 +0000
commit569c9a54d53794487c532ceb1bc96a81baa1fd0f (patch)
tree2210856ab474bec0120f00c6e50fbe8f747ebd78 /print
parentecca937ef5929bef4a6302a8ea516ffa708bb709 (diff)
downloadpkgsrc-569c9a54d53794487c532ceb1bc96a81baa1fd0f.tar.gz
Update to reportlab 3.5.2 to get a full distribution version back.
Add dependency on py-pyphen for hyphenation support.
Diffstat (limited to 'print')
-rw-r--r--print/py-reportlab/Makefile7
-rw-r--r--print/py-reportlab/PLIST6
-rw-r--r--print/py-reportlab/distinfo10
3 files changed, 14 insertions, 9 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 6efb4f9acee..2c250f1990a 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -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"
diff --git a/print/py-reportlab/PLIST b/print/py-reportlab/PLIST
index bd1a8a58af1..2c8a9b26dbc 100644
--- a/print/py-reportlab/PLIST
+++ b/print/py-reportlab/PLIST
@@ -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
diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo
index 813b27806a9..60eadfe01ee 100644
--- a/print/py-reportlab/distinfo
+++ b/print/py-reportlab/distinfo
@@ -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