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 Jun  1 16:05:43 UTC 2023

Added Files:
        pkgsrc/print/py-pspdfutils: DESCR Makefile PLIST distinfo

Log Message:
print/py-pspdfutils: import py-pspdfutils-3.0.3

New name for psutils, rewritten in Python.

PSUtils is a suite of utilities for manipulating PDF and PostScript
documents. You can select and rearrange pages, including arrangement
into signatures for booklet printing, combine multple pages into
a single page for n-up printing, and resize, flip and rotate pages.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/py-pspdfutils/DESCR \
    pkgsrc/print/py-pspdfutils/Makefile pkgsrc/print/py-pspdfutils/PLIST \
    pkgsrc/print/py-pspdfutils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/py-pspdfutils/DESCR
diff -u /dev/null pkgsrc/print/py-pspdfutils/DESCR:1.1
--- /dev/null   Thu Jun  1 16:05:43 2023
+++ pkgsrc/print/py-pspdfutils/DESCR    Thu Jun  1 16:05:43 2023
@@ -0,0 +1,4 @@
+PSUtils is a suite of utilities for manipulating PDF and PostScript
+documents. You can select and rearrange pages, including arrangement
+into signatures for booklet printing, combine multple pages into
+a single page for n-up printing, and resize, flip and rotate pages.
Index: pkgsrc/print/py-pspdfutils/Makefile
diff -u /dev/null pkgsrc/print/py-pspdfutils/Makefile:1.1
--- /dev/null   Thu Jun  1 16:05:43 2023
+++ pkgsrc/print/py-pspdfutils/Makefile Thu Jun  1 16:05:43 2023
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1 2023/06/01 16:05:43 wiz Exp $
+
+DISTNAME=      pspdfutils-3.0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    print python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pspdfutils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rrthomas/psutils
+COMMENT=       Manipulate PDF and PostScript documents
+LICENSE=       gnu-gpl-v3
+
+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
+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
+
+INSTALLATION_DIRS+=    ${PKGMANDIR}
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/share/man && ${MV} * ${DESTDIR}${PREFIX}/${PKGMANDIR}
+
+# still needs 'make install'
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../print/libpaper/buildlink3.mk"
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/py-pspdfutils/PLIST
diff -u /dev/null pkgsrc/print/py-pspdfutils/PLIST:1.1
--- /dev/null   Thu Jun  1 16:05:43 2023
+++ pkgsrc/print/py-pspdfutils/PLIST    Thu Jun  1 16:05:43 2023
@@ -0,0 +1,65 @@
+@comment $NetBSD: PLIST,v 1.1 2023/06/01 16:05:43 wiz Exp $
+bin/epsffit
+bin/extractres
+bin/includeres
+bin/psbook
+bin/psjoin
+bin/psnup
+bin/psresize
+bin/psselect
+bin/pstops
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/psutils/__init__.py
+${PYSITELIB}/psutils/__init__.pyc
+${PYSITELIB}/psutils/argparse.py
+${PYSITELIB}/psutils/argparse.pyc
+${PYSITELIB}/psutils/command/epsffit.py
+${PYSITELIB}/psutils/command/epsffit.pyc
+${PYSITELIB}/psutils/command/extractres.py
+${PYSITELIB}/psutils/command/extractres.pyc
+${PYSITELIB}/psutils/command/includeres.py
+${PYSITELIB}/psutils/command/includeres.pyc
+${PYSITELIB}/psutils/command/psbook.py
+${PYSITELIB}/psutils/command/psbook.pyc
+${PYSITELIB}/psutils/command/psjoin.py
+${PYSITELIB}/psutils/command/psjoin.pyc
+${PYSITELIB}/psutils/command/psnup.py
+${PYSITELIB}/psutils/command/psnup.pyc
+${PYSITELIB}/psutils/command/psresize.py
+${PYSITELIB}/psutils/command/psresize.pyc
+${PYSITELIB}/psutils/command/psselect.py
+${PYSITELIB}/psutils/command/psselect.pyc
+${PYSITELIB}/psutils/command/pstops.py
+${PYSITELIB}/psutils/command/pstops.pyc
+${PYSITELIB}/psutils/io.py
+${PYSITELIB}/psutils/io.pyc
+${PYSITELIB}/psutils/libpaper.py
+${PYSITELIB}/psutils/libpaper.pyc
+${PYSITELIB}/psutils/psresources.py
+${PYSITELIB}/psutils/psresources.pyc
+${PYSITELIB}/psutils/readers.py
+${PYSITELIB}/psutils/readers.pyc
+${PYSITELIB}/psutils/transformers.py
+${PYSITELIB}/psutils/transformers.pyc
+${PYSITELIB}/psutils/types.py
+${PYSITELIB}/psutils/types.pyc
+${PYSITELIB}/psutils/warnings.py
+${PYSITELIB}/psutils/warnings.pyc
+man/man1/epsffit.1
+man/man1/extractres.1
+man/man1/includeres.1
+man/man1/psbook.1
+man/man1/psjoin.1
+man/man1/psnup.1
+man/man1/psresize.1
+man/man1/psselect.1
+man/man1/pstops.1
+man/man1/psutils.1
Index: pkgsrc/print/py-pspdfutils/distinfo
diff -u /dev/null pkgsrc/print/py-pspdfutils/distinfo:1.1
--- /dev/null   Thu Jun  1 16:05:43 2023
+++ pkgsrc/print/py-pspdfutils/distinfo Thu Jun  1 16:05:43 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/01 16:05:43 wiz Exp $
+
+BLAKE2s (pspdfutils-3.0.3.tar.gz) = 2ed275e5528d9dab6bd4a20086e24d2ab5f95e4ba87cc0076630d2da17f95006
+SHA512 (pspdfutils-3.0.3.tar.gz) = 1bad9e14e6f4cf94f59622825b7bb2cbeac3f0ad3b90e1b19d36a70c62bfa3cfd2a87a099380a8777c7ce849056126189a818a03119c9051285f8a6939259fab
+Size (pspdfutils-3.0.3.tar.gz) = 1097116 bytes



Home | Main Index | Thread Index | Old Index