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 Apr 13 12:43:01 UTC 2025

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

Log Message:
py-pspdfutils: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/py-pspdfutils/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-pspdfutils/PLIST

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.22 pkgsrc/print/py-pspdfutils/Makefile:1.23
--- pkgsrc/print/py-pspdfutils/Makefile:1.22    Thu Jan  9 12:16:59 2025
+++ pkgsrc/print/py-pspdfutils/Makefile Sun Apr 13 12:43:01 2025
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.22 2025/01/09 12:16:59 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/04/13 12:43:01 wiz Exp $
 
 DISTNAME=      psutils-3.3.9
 # 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/}
 
@@ -12,7 +13,7 @@ HOMEPAGE=     https://github.com/rrthomas/ps
 COMMENT=       Manipulate PDF and PostScript documents
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-argparse-manpage-[0-9]*:../../devel/py-argparse-manpage
 DEPENDS+=      ${PYPKGPREFIX}-puremagic>=1.26:../../sysutils/py-puremagic
 DEPENDS+=      ${PYPKGPREFIX}-pdf>=4.3.0:../../textproc/py-pdf

Index: pkgsrc/print/py-pspdfutils/PLIST
diff -u pkgsrc/print/py-pspdfutils/PLIST:1.2 pkgsrc/print/py-pspdfutils/PLIST:1.3
--- pkgsrc/print/py-pspdfutils/PLIST:1.2        Sat Oct 28 19:57:14 2023
+++ pkgsrc/print/py-pspdfutils/PLIST    Sun Apr 13 12:43:01 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/13 12:43:01 wiz Exp $
 bin/epsffit
 bin/extractres
 bin/includeres
@@ -8,11 +8,11 @@ bin/psnup
 bin/psresize
 bin/psselect
 bin/pstops
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/psutils/__init__.py
 ${PYSITELIB}/psutils/__init__.pyc



Home | Main Index | Thread Index | Old Index