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:   adam
Date:           Sat Aug  5 07:35:24 UTC 2023

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

Log Message:
py-pspdfutils: updated to 3.0.8

Release v3.0.8
This release updates the back-end library pypdf to version 3.12.
Since pypdf 3.11 and later optimize the PDF output better than earlier versions, some test results had to be regenerated.

Release v3.0.7
This release fixes obtaining paper sizes from the ‘paper’ program in locales
that use a decimal point that is not a full stop.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/py-pspdfutils/Makefile
cvs rdiff -u -r1.3 -r1.4 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.8 pkgsrc/print/py-pspdfutils/Makefile:1.9
--- pkgsrc/print/py-pspdfutils/Makefile:1.8     Tue Aug  1 23:20:52 2023
+++ pkgsrc/print/py-pspdfutils/Makefile Sat Aug  5 07:35:24 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/08/01 23:20:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/08/05 07:35:24 adam Exp $
 
-DISTNAME=      pspdfutils-3.0.6
+DISTNAME=      pspdfutils-3.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pspdfutils/}
@@ -10,10 +10,12 @@ HOMEPAGE=   https://github.com/rrthomas/ps
 COMMENT=       Manipulate PDF and PostScript documents
 LICENSE=       gnu-gpl-v3
 
+CONFLICTS+=    psutils<3
+
 TOOL_DEPENDS+= ${PYPKGPREFIX}-argparse-manpage-[0-9]*:../../devel/py-argparse-manpage
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-puremagic-[0-9]*:../../sysutils/py-puremagic
-DEPENDS+=      ${PYPKGPREFIX}-pdf>=3.8.0:../../textproc/py-pdf
+DEPENDS+=      ${PYPKGPREFIX}-pdf>=3.1.0:../../textproc/py-pdf
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-datafiles>=0:../../devel/py-test-datafiles
 TEST_DEPENDS+= ${PYPKGPREFIX}-testpath>=0:../../devel/py-testpath
@@ -22,14 +24,7 @@ INSTALLATION_DIRS+=  ${PKGMANDIR}
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYTHON_VERSION} < 310
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=0:../../devel/py-typing-extensions
-.endif
-
-CONFLICTS+=    psutils<3
-
+.include "../../mk/bsd.prefs.mk"
 post-install:
 .if ${PKGMANDIR} != "share/man"
        cd ${DESTDIR}${PREFIX}/share/man && ${MV} * ${DESTDIR}${PREFIX}/${PKGMANDIR}
@@ -39,7 +34,7 @@ post-install:
 # most tests don't pass, should be investigated
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../print/libpaper/buildlink3.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/print/py-pspdfutils/distinfo
diff -u pkgsrc/print/py-pspdfutils/distinfo:1.3 pkgsrc/print/py-pspdfutils/distinfo:1.4
--- pkgsrc/print/py-pspdfutils/distinfo:1.3     Wed Jul 19 12:59:26 2023
+++ pkgsrc/print/py-pspdfutils/distinfo Sat Aug  5 07:35:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/07/19 12:59:26 wiz Exp $
+$NetBSD: distinfo,v 1.4 2023/08/05 07:35:24 adam Exp $
 
-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
+BLAKE2s (pspdfutils-3.0.8.tar.gz) = cb1ce4afd9d8554338ce8f0e5146a1e9e45c7c98f1f2eb3d06a189985acc213b
+SHA512 (pspdfutils-3.0.8.tar.gz) = 208e6ef63bf43ae104841140e6353747787bc3deefef6e1af654d0ee0548a85c86f77c4e51b043eddd5d708cd2dfc7600001971c723c6e82542fcf1e7420581b
+Size (pspdfutils-3.0.8.tar.gz) = 1108085 bytes



Home | Main Index | Thread Index | Old Index