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:           Sat Sep  9 21:32:34 UTC 2023

Modified Files:
        pkgsrc/print/py-pspdfutils: Makefile distinfo

Log Message:
py-pspdfutils: update to 3.2.0.

This release improves support for reading the paper size of PostScript
files. In particular, it will try to use PageBoundingBox, BoundingBox, and
HiResBoundingBox settings, if there is no DocumentMedia, in that order. If
it uses a BoundingBox or HiResBoundingBox setting, it will warn the user
that it has guessed the page size when this matters (for example, when
running psnup).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/py-pspdfutils/Makefile
cvs rdiff -u -r1.5 -r1.6 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.10 pkgsrc/print/py-pspdfutils/Makefile:1.11
--- pkgsrc/print/py-pspdfutils/Makefile:1.10    Thu Aug 24 20:14:11 2023
+++ pkgsrc/print/py-pspdfutils/Makefile Sat Sep  9 21:32:34 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/08/24 20:14:11 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/09/09 21:32:34 wiz Exp $
 
-DISTNAME=      pspdfutils-3.1.1
+DISTNAME=      pspdfutils-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pspdfutils/}
@@ -29,7 +29,6 @@ post-install:
 .if ${PKGMANDIR} != "share/man"
        cd ${DESTDIR}${PREFIX}/share/man && ${MV} * ${DESTDIR}${PREFIX}/${PKGMANDIR}
 .endif
-       ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/pspdfutils-3.1.1.dist-info/.bak.0.SOURCES.txt
 
 # still needs 'make install'
 # most tests don't pass, should be investigated

Index: pkgsrc/print/py-pspdfutils/distinfo
diff -u pkgsrc/print/py-pspdfutils/distinfo:1.5 pkgsrc/print/py-pspdfutils/distinfo:1.6
--- pkgsrc/print/py-pspdfutils/distinfo:1.5     Thu Aug 24 20:14:11 2023
+++ pkgsrc/print/py-pspdfutils/distinfo Sat Sep  9 21:32:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/08/24 20:14:11 wiz Exp $
+$NetBSD: distinfo,v 1.6 2023/09/09 21:32:34 wiz Exp $
 
-BLAKE2s (pspdfutils-3.1.1.tar.gz) = 5c87ad62ab7a2cf47582245d09a6bbbde3754ceb27b9d07405148fb3d6ceae12
-SHA512 (pspdfutils-3.1.1.tar.gz) = ea388fa57b921b5cab8539f16e106c13eb3fbf070eaa3bb909be4e44b64aa1f1c2201d66455e36fe22e5e4628d90a4e3fadf3d9eff33cb2ed9a219fbe9ddc90d
-Size (pspdfutils-3.1.1.tar.gz) = 1110949 bytes
+BLAKE2s (pspdfutils-3.2.0.tar.gz) = 1a7905c32fcd5ff97b4546893d3d435996c0f9b199fb960f432afca899e8460a
+SHA512 (pspdfutils-3.2.0.tar.gz) = 06a89241e32817dd7ec3910c2d508ee22306210620aabeccea86c1325b5b06a7adb7c5de9fee36eea02342f29f339673637bde60318c661fce57c5b126b0d5b9
+Size (pspdfutils-3.2.0.tar.gz) = 1112727 bytes



Home | Main Index | Thread Index | Old Index