summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-03-11 06:30:18 +0000
committeradam <adam@pkgsrc.org>2021-03-11 06:30:18 +0000
commitffabe36861671b9a0174aec99e8f5a4e79fe37c6 (patch)
tree6a7dc5df8a996740d34de49a2535b107cd20fe96 /print
parent2e1ea36b8863caf910133cfc1695f48e95c878e8 (diff)
downloadpkgsrc-ffabe36861671b9a0174aec99e8f5a4e79fe37c6.tar.gz
py-reportlab: updated to 3.5.65
CHANGES 3.5.65 10/03/2021 --------------------------- * add yieldNoneSplits utility function * fix BarChart so it lines can have markers and Nones in their data CHANGES 3.5.64 09/03/2021 --------------------------- * add ability to have lineplots in barcharts; no support yet for line markers * added checkAttr method to TypedPropertyCollection CHANGES 3.5.63 05/03/2021 --------------------------- * ensure setup.py works from sdist; bug reported by Antonio P. Sagitter (sagitter at fedoraproject.org) * restore broken MANIFEST.in somehow overwritten by Robin :( CHANGES 3.5.62 03/03/2021 --------------------------- * simplify annotateException and add better error messages for asUnicode/Bytes etc * improve embeddedHyphenation in paragraph.py CHANGES 3.5.61 25/02/2021 --------------------------- * add adjustableArrow widget * allow para tag borderPadding attribute * minor cosmetics in renderPM C extension and add fontSize setattr * allow a bounding box constraint in definePath * efficiency savings in text2Path * refactor transformation math and text2Path functionality * allow a renderPM plugin cairo backend package rlPyCairo
Diffstat (limited to 'print')
-rw-r--r--print/py-reportlab/Makefile8
-rw-r--r--print/py-reportlab/PLIST12
-rw-r--r--print/py-reportlab/distinfo10
3 files changed, 20 insertions, 10 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 022ca6543a8..c367c1d84dc 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2021/01/28 08:28:22 adam Exp $
+# $NetBSD: Makefile,v 1.80 2021/03/11 06:30:18 adam Exp $
-DISTNAME= reportlab-3.5.60
+DISTNAME= reportlab-3.5.65
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/}
@@ -10,14 +10,16 @@ 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
+PYTHON_VERSIONED_DEPENDENCIES= Pillow
+
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 "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/py-reportlab/PLIST b/print/py-reportlab/PLIST
index 3d94c8bb535..87002ad0f10 100644
--- a/print/py-reportlab/PLIST
+++ b/print/py-reportlab/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2020/10/21 06:49:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2021/03/11 06:30:18 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -213,12 +213,21 @@ ${PYSITELIB}/reportlab/graphics/testdrawings.pyo
${PYSITELIB}/reportlab/graphics/testshapes.py
${PYSITELIB}/reportlab/graphics/testshapes.pyc
${PYSITELIB}/reportlab/graphics/testshapes.pyo
+${PYSITELIB}/reportlab/graphics/transform.py
+${PYSITELIB}/reportlab/graphics/transform.pyc
+${PYSITELIB}/reportlab/graphics/transform.pyo
+${PYSITELIB}/reportlab/graphics/utils.py
+${PYSITELIB}/reportlab/graphics/utils.pyc
+${PYSITELIB}/reportlab/graphics/utils.pyo
${PYSITELIB}/reportlab/graphics/widgetbase.py
${PYSITELIB}/reportlab/graphics/widgetbase.pyc
${PYSITELIB}/reportlab/graphics/widgetbase.pyo
${PYSITELIB}/reportlab/graphics/widgets/__init__.py
${PYSITELIB}/reportlab/graphics/widgets/__init__.pyc
${PYSITELIB}/reportlab/graphics/widgets/__init__.pyo
+${PYSITELIB}/reportlab/graphics/widgets/adjustableArrow.py
+${PYSITELIB}/reportlab/graphics/widgets/adjustableArrow.pyc
+${PYSITELIB}/reportlab/graphics/widgets/adjustableArrow.pyo
${PYSITELIB}/reportlab/graphics/widgets/eventcal.py
${PYSITELIB}/reportlab/graphics/widgets/eventcal.pyc
${PYSITELIB}/reportlab/graphics/widgets/eventcal.pyo
@@ -283,7 +292,6 @@ ${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 d5c6e171f7f..323bdb3c871 100644
--- a/print/py-reportlab/distinfo
+++ b/print/py-reportlab/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2021/01/28 08:28:22 adam Exp $
+$NetBSD: distinfo,v 1.41 2021/03/11 06:30:18 adam Exp $
-SHA1 (reportlab-3.5.60.tar.gz) = 8990aa2b2dfea490e84f82e1003d570b0524cd5b
-RMD160 (reportlab-3.5.60.tar.gz) = 64c85c70349d0cb1258cd66c5553b5e65f0fe845
-SHA512 (reportlab-3.5.60.tar.gz) = 395ad0c904215ba3ae16efa52140b7cc6f751efd04c70f687a8891806b346d78c75bb29df5aa0d6d49adb6f5638da58704e713ee1500df05424c9dddc38afad2
-Size (reportlab-3.5.60.tar.gz) = 2905122 bytes
+SHA1 (reportlab-3.5.65.tar.gz) = d64aa69706837ac977078d50a30f4ac08fadb326
+RMD160 (reportlab-3.5.65.tar.gz) = 789f22a1074f6f0bf9b51122acac7e189dab7af0
+SHA512 (reportlab-3.5.65.tar.gz) = a143ff277ab4e9bf667d8334aca9d5b0c959b64eebbd5eda8d6fed95b09cd28544a33bbe5f630753f167b54e63a1a5e04f841c8892712e93d2f8739e9651269a
+Size (reportlab-3.5.65.tar.gz) = 2909468 bytes