pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/py-reportlab py-reportlab: updated to 3.5.65
details: https://anonhg.NetBSD.org/pkgsrc/rev/60a55ae7e1bf
branches: trunk
changeset: 448610:60a55ae7e1bf
user: adam <adam%pkgsrc.org@localhost>
date: Thu Mar 11 06:30:18 2021 +0000
description:
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:
print/py-reportlab/Makefile | 8 +++++---
print/py-reportlab/PLIST | 12 ++++++++++--
print/py-reportlab/distinfo | 10 +++++-----
3 files changed, 20 insertions(+), 10 deletions(-)
diffs (84 lines):
diff -r 59a33dbf5687 -r 60a55ae7e1bf print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile Thu Mar 11 03:09:31 2021 +0000
+++ b/print/py-reportlab/Makefile Thu Mar 11 06:30:18 2021 +0000
@@ -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 @@
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 -r 59a33dbf5687 -r 60a55ae7e1bf print/py-reportlab/PLIST
--- a/print/py-reportlab/PLIST Thu Mar 11 03:09:31 2021 +0000
+++ b/print/py-reportlab/PLIST Thu Mar 11 06:30:18 2021 +0000
@@ -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/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/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 -r 59a33dbf5687 -r 60a55ae7e1bf print/py-reportlab/distinfo
--- a/print/py-reportlab/distinfo Thu Mar 11 03:09:31 2021 +0000
+++ b/print/py-reportlab/distinfo Thu Mar 11 06:30:18 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index