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:           Wed Jul 19 12:59:27 UTC 2023

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

Log Message:
py-pspdfutils: update to 3.0.6.

Fix Homepage link, and restrict PyPDF to 3.10.x for now, until
later versions can be validated.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/py-pspdfutils/Makefile
cvs rdiff -u -r1.2 -r1.3 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.6 pkgsrc/print/py-pspdfutils/Makefile:1.7
--- pkgsrc/print/py-pspdfutils/Makefile:1.6     Thu Jun 22 11:19:31 2023
+++ pkgsrc/print/py-pspdfutils/Makefile Wed Jul 19 12:59:26 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/06/22 11:19:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2023/07/19 12:59:26 wiz Exp $
 
-DISTNAME=      pspdfutils-3.0.4
+DISTNAME=      pspdfutils-3.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pspdfutils/}
@@ -36,6 +36,7 @@ post-install:
 .endif
 
 # still needs 'make install'
+# most tests don't pass, should be investigated
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}

Index: pkgsrc/print/py-pspdfutils/distinfo
diff -u pkgsrc/print/py-pspdfutils/distinfo:1.2 pkgsrc/print/py-pspdfutils/distinfo:1.3
--- pkgsrc/print/py-pspdfutils/distinfo:1.2     Thu Jun 15 19:48:06 2023
+++ pkgsrc/print/py-pspdfutils/distinfo Wed Jul 19 12:59:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/06/15 19:48:06 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/07/19 12:59:26 wiz Exp $
 
-BLAKE2s (pspdfutils-3.0.4.tar.gz) = 6a772a5fb35064c7ca87aa897840b3a37eb7f7d1c134d41a178bc62a936d127c
-SHA512 (pspdfutils-3.0.4.tar.gz) = c4eb5c3602f5794fb74e4b7985c4d5bfb3bec363f20d04969b3474da0e746f8bd41454f3103fbbd3e2a90ef8b0cc9dfffb87506d29bb89e254fff15b7ce365b6
-Size (pspdfutils-3.0.4.tar.gz) = 1097252 bytes
+BLAKE2s (pspdfutils-3.0.6.tar.gz) = 2b6ed8e41a7303ddfbc1966e0c6b145b758391aafd3a01c0b447f47ae0232ee2
+SHA512 (pspdfutils-3.0.6.tar.gz) = 77fee12846e92722cfecce5bf7cf4b1cb85601970adacad20025b964793ce759281857f0429c78f64bc2cf3858000201bfaf3857d332992a74611a00cd2f6651
+Size (pspdfutils-3.0.6.tar.gz) = 1095920 bytes



Home | Main Index | Thread Index | Old Index