pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/py-pspdfutils
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 18 10:16:48 UTC 2025
Modified Files:
pkgsrc/print/py-pspdfutils: Makefile distinfo
Log Message:
py-pspdfutils: update to 3.3.10.
This release fixes a bug where a optimization would be incorrectly
used when imposing a single page onto a sheet of a different size
in PDF generation. Also, PSUtils will now warn when it cannot set
the required output paper size in PostScript output owing to not
being able to find the document header section in the input.
Under the hood, the code has been modernized slightly, and the
linting and type-checking machinery updated.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/py-pspdfutils/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/py-pspdfutils/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-pspdfutils/Makefile
diff -u pkgsrc/print/py-pspdfutils/Makefile:1.23 pkgsrc/print/py-pspdfutils/Makefile:1.24
--- pkgsrc/print/py-pspdfutils/Makefile:1.23 Sun Apr 13 12:43:01 2025
+++ pkgsrc/print/py-pspdfutils/Makefile Sun May 18 10:16:48 2025
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2025/04/13 12:43:01 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/05/18 10:16:48 wiz Exp $
-DISTNAME= psutils-3.3.9
+DISTNAME= psutils-3.3.10
# renamed from pspdfutils to psutils in 3.3.7
# TODO: follow suit
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ps/pspdf/}
-PKGREVISION= 1
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/psutils/}
@@ -29,6 +28,7 @@ PYTHON_SELF_CONFLICT= yes
.include "../../mk/bsd.prefs.mk"
post-install:
+ ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/psutils-3.3.10.dist-info/.bak.0.SOURCES.txt
.if ${PKGMANDIR} != "share/man"
cd ${DESTDIR}${PREFIX}/share/man && ${MV} * ${DESTDIR}${PREFIX}/${PKGMANDIR}
.endif
Index: pkgsrc/print/py-pspdfutils/distinfo
diff -u pkgsrc/print/py-pspdfutils/distinfo:1.13 pkgsrc/print/py-pspdfutils/distinfo:1.14
--- pkgsrc/print/py-pspdfutils/distinfo:1.13 Thu Jan 9 12:16:59 2025
+++ pkgsrc/print/py-pspdfutils/distinfo Sun May 18 10:16:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/01/09 12:16:59 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/05/18 10:16:48 wiz Exp $
-BLAKE2s (psutils-3.3.9.tar.gz) = fed3c81a36f8a4222eaaad954d9c82bb0630b54e6e637c4bdff10db531e5c11a
-SHA512 (psutils-3.3.9.tar.gz) = 8031df006e11ce9a0d3c5db6b440bbe4be16ee170c6422d2e664c4b8f3395095114a62d19f93f813b5f0c4eb61e3c0d7b5fa0ad05d508f522b410ec9de5e96ad
-Size (psutils-3.3.9.tar.gz) = 1244653 bytes
+BLAKE2s (psutils-3.3.10.tar.gz) = a708a8768f0a689db58c6bf43fd17b957d48f9969e2b4846b2daa506e5148288
+SHA512 (psutils-3.3.10.tar.gz) = 6d01bb7160335019d0c512b400cbc82b1313d9265e461123629982ce0c4f870161f13d2807340e9dbb12aa4820e2006d539238e6fc95b1f66862e4f187d7df95
+Size (psutils-3.3.10.tar.gz) = 1245517 bytes
Home |
Main Index |
Thread Index |
Old Index