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: Thu Jan 9 08:56:36 UTC 2025
Modified Files:
pkgsrc/print/py-pspdfutils: Makefile distinfo
Log Message:
py-pspdfutils: update to 3.3.8.
pkgsrc did not follow the rename below (yet?).
3.3.8
This release just removes some text accidentally added to the README
when the Python package name was changed in 3.3.7.
3.3.7
This release marks the long-awaited renaming on PyPI to “psutils”,
i.e. the same as the package name. Thanks to the Python Packaging
Authority for granting my application to use the name!
Also, some missing copyright notices are added to the command and
test modules, and the ‘extractres’ tests actually assert the results
of file comparisons.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/py-pspdfutils/Makefile
cvs rdiff -u -r1.11 -r1.12 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.20 pkgsrc/print/py-pspdfutils/Makefile:1.21
--- pkgsrc/print/py-pspdfutils/Makefile:1.20 Mon Nov 18 09:08:35 2024
+++ pkgsrc/print/py-pspdfutils/Makefile Thu Jan 9 08:56:36 2025
@@ -1,25 +1,27 @@
-# $NetBSD: Makefile,v 1.20 2024/11/18 09:08:35 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/01/09 08:56:36 wiz Exp $
-DISTNAME= pspdfutils-3.3.6
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= psutils-3.3.8
+# renamed from pspdfutils to psutils in 3.3.7
+# TODO: follow suit
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ps/pspdf/}
CATEGORIES= print python
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/pspdfutils/}
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/psutils/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/rrthomas/psutils
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}-setuptools-[0-9]*:../../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
TEST_DEPENDS+= ${PYPKGPREFIX}-test-datafiles>=0:../../devel/py-test-datafiles
TEST_DEPENDS+= ${PYPKGPREFIX}-testpath>=0:../../devel/py-testpath
TEST_DEPENDS+= ${PYPKGPREFIX}-wand>=0:../../graphics/py-wand
+CONFLICTS+= psutils<3
+
INSTALLATION_DIRS+= ${PKGMANDIR}
PYTHON_SELF_CONFLICT= yes
@@ -29,6 +31,8 @@ post-install:
.if ${PKGMANDIR} != "share/man"
cd ${DESTDIR}${PREFIX}/share/man && ${MV} * ${DESTDIR}${PREFIX}/${PKGMANDIR}
.endif
+# https://github.com/rrthomas/psutils/issues/75
+ ${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/psutils-${PKGVERSION_NOREV}.dist-info/.bak.*
.include "../../print/libpaper/buildlink3.mk"
.include "../../lang/python/wheel.mk"
Index: pkgsrc/print/py-pspdfutils/distinfo
diff -u pkgsrc/print/py-pspdfutils/distinfo:1.11 pkgsrc/print/py-pspdfutils/distinfo:1.12
--- pkgsrc/print/py-pspdfutils/distinfo:1.11 Mon Nov 18 09:08:35 2024
+++ pkgsrc/print/py-pspdfutils/distinfo Thu Jan 9 08:56:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/11/18 09:08:35 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/01/09 08:56:36 wiz Exp $
-BLAKE2s (pspdfutils-3.3.6.tar.gz) = b997094cc440ffb4663a9242930482618357879081ec2145c6ee9cdb096d78da
-SHA512 (pspdfutils-3.3.6.tar.gz) = 6709e43d8c012e26d8d7393727a70e97198f25cf30b3cd0fc63c8d18bae5f08529e894c51df2520a34ede0cffe9fdbb671e213cea7b0b031bee7adfe108cb54e
-Size (pspdfutils-3.3.6.tar.gz) = 1242394 bytes
+BLAKE2s (psutils-3.3.8.tar.gz) = c4c10b014e53ce7c9c014843e6b49eed5f66884e78fd95e02b43319268d945fc
+SHA512 (psutils-3.3.8.tar.gz) = f13685d719eb22f3622d4277a076dd5783871752fbd992ea4b583b432d7880f663d63984b12bba8bafc168e7ab9a1ad2d70e41352227af0c00ec29ed91773847
+Size (psutils-3.3.8.tar.gz) = 1247611 bytes
Home |
Main Index |
Thread Index |
Old Index