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 Aug 31 10:18:58 UTC 2025

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

Log Message:
py-pspdfutils: update to 3.3.12.

This release requires Python 3.12 or newer.

All of the commands are fixed to allow the use of a hyphen - to
mean standard input (for an input argument) or standard output (for
an output argument), as documented. Thanks very much to Olivier
Scherler for the bug report and fix for all but psjoin.

The obsolete old scripts, which were not installed as part of the
package but kept in “old-scripts” for backwards compatibility, are
removed: they were deprecated a long time ago.

The installation instructions are updated to recommend the use of
pipx rather than pip.

The Makefile has been updated.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/py-pspdfutils/Makefile
cvs rdiff -u -r1.15 -r1.16 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.27 pkgsrc/print/py-pspdfutils/Makefile:1.28
--- pkgsrc/print/py-pspdfutils/Makefile:1.27    Sat Aug 30 22:46:12 2025
+++ pkgsrc/print/py-pspdfutils/Makefile Sun Aug 31 10:18:58 2025
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2025/08/30 22:46:12 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/08/31 10:18:58 wiz Exp $
 
-DISTNAME=      psutils-3.3.11
+DISTNAME=      psutils-3.3.12
 # renamed from pspdfutils to psutils in 3.3.7
 # TODO: follow suit
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/ps/pspdf/}
-PKGREVISION=   2
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/psutils/}
 
@@ -30,7 +29,7 @@ PYTHON_SELF_CONFLICT=         yes
 .include "../../mk/bsd.prefs.mk"
 
 post-install:
-       ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/psutils-3.3.11.dist-info/.bak.0.SOURCES.txt
+       ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/psutils-${PKGVERSION_NOREV}.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.15 pkgsrc/print/py-pspdfutils/distinfo:1.16
--- pkgsrc/print/py-pspdfutils/distinfo:1.15    Sun Jul 13 10:39:42 2025
+++ pkgsrc/print/py-pspdfutils/distinfo Sun Aug 31 10:18:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/07/13 10:39:42 wiz Exp $
+$NetBSD: distinfo,v 1.16 2025/08/31 10:18:58 wiz Exp $
 
-BLAKE2s (psutils-3.3.11.tar.gz) = 3a75aeecd285238b46bc5fbc82003c3b4d7df211931c10fedb03f9de738da01c
-SHA512 (psutils-3.3.11.tar.gz) = c20ce27105c2593028f91928531b9b08936dfa6e323b595e94aceb5e5126e0f8713fe7b2ba6333493fe4b30c620474ba6f6b8a6a290062145714ffd6d09a0f96
-Size (psutils-3.3.11.tar.gz) = 1245613 bytes
+BLAKE2s (psutils-3.3.12.tar.gz) = 1f07a62f34d4bfd03b88f272e715ed034b0d1ef7255557fb7e5de07dd27a8aa6
+SHA512 (psutils-3.3.12.tar.gz) = 1424af6ff7fe509228f8c6fd2c7143a8a1fec033cc77f6dcb9280368d49eb0751092e964fc6cb3b242029c1209d23134bdbf8489c0342426868e1830fcfd2b34
+Size (psutils-3.3.12.tar.gz) = 1245413 bytes



Home | Main Index | Thread Index | Old Index