pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/py-reportlab



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 11 06:30:18 UTC 2021

Modified Files:
        pkgsrc/print/py-reportlab: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/py-reportlab/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/py-reportlab/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/print/py-reportlab/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/py-reportlab/Makefile
diff -u pkgsrc/print/py-reportlab/Makefile:1.79 pkgsrc/print/py-reportlab/Makefile:1.80
--- pkgsrc/print/py-reportlab/Makefile:1.79     Thu Jan 28 08:28:22 2021
+++ pkgsrc/print/py-reportlab/Makefile  Thu Mar 11 06:30:18 2021
@@ -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"

Index: pkgsrc/print/py-reportlab/PLIST
diff -u pkgsrc/print/py-reportlab/PLIST:1.22 pkgsrc/print/py-reportlab/PLIST:1.23
--- pkgsrc/print/py-reportlab/PLIST:1.22        Wed Oct 21 06:49:35 2020
+++ pkgsrc/print/py-reportlab/PLIST     Thu Mar 11 06:30:18 2021
@@ -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/testdraw
 ${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.py
 ${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

Index: pkgsrc/print/py-reportlab/distinfo
diff -u pkgsrc/print/py-reportlab/distinfo:1.40 pkgsrc/print/py-reportlab/distinfo:1.41
--- pkgsrc/print/py-reportlab/distinfo:1.40     Thu Jan 28 08:28:22 2021
+++ pkgsrc/print/py-reportlab/distinfo  Thu Mar 11 06:30:18 2021
@@ -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