diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-09 08:53:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-09 08:53:07 +0000 |
commit | fee2b834ea975cadce2d08af2e80afaba2b158fe (patch) | |
tree | c81837da40613d7dc5024ddc9f6e6339e96ba840 /print/py-PDF2 | |
parent | 23c960f63827ff3a41a1628126ba2a5808aa189b (diff) | |
download | pkgsrc-fee2b834ea975cadce2d08af2e80afaba2b158fe.tar.gz |
Import py27-PDF2-1.18 as print/py-PDF2.
PyPDF2 is a library for handling PDF files for python. It is an
enhanced version of pyPdf, supporting more PDF files encountered
in the wild with better error handling.
Diffstat (limited to 'print/py-PDF2')
-rw-r--r-- | print/py-PDF2/DESCR | 3 | ||||
-rw-r--r-- | print/py-PDF2/Makefile | 16 | ||||
-rw-r--r-- | print/py-PDF2/PLIST | 26 | ||||
-rw-r--r-- | print/py-PDF2/distinfo | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/print/py-PDF2/DESCR b/print/py-PDF2/DESCR new file mode 100644 index 00000000000..8c33ae6a45b --- /dev/null +++ b/print/py-PDF2/DESCR @@ -0,0 +1,3 @@ +PyPDF2 is a library for handling PDF files for python. It is an +enhanced version of pyPdf, supporting more PDF files encountered +in the wild with better error handling. diff --git a/print/py-PDF2/Makefile b/print/py-PDF2/Makefile new file mode 100644 index 00000000000..446651c8924 --- /dev/null +++ b/print/py-PDF2/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2013/10/09 08:53:07 wiz Exp $ + +DISTNAME= PyPDF2-1.18 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} +CATEGORIES= print python +MASTER_SITES= https://pypi.python.org/packages/source/P/PyPDF2/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mstamy2.github.io/PyPDF2/ +COMMENT= PDF library for python +LICENSE= modified-bsd + +WRKSRC= ${WRKDIR}/mstamy2-PyPDF2-4480180 + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/py-PDF2/PLIST b/print/py-PDF2/PLIST new file mode 100644 index 00000000000..dcfcf926429 --- /dev/null +++ b/print/py-PDF2/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2013/10/09 08:53:07 wiz Exp $ +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/PyPDF2/__init__.py +${PYSITELIB}/PyPDF2/__init__.pyc +${PYSITELIB}/PyPDF2/__init__.pyo +${PYSITELIB}/PyPDF2/_version.py +${PYSITELIB}/PyPDF2/_version.pyc +${PYSITELIB}/PyPDF2/_version.pyo +${PYSITELIB}/PyPDF2/filters.py +${PYSITELIB}/PyPDF2/filters.pyc +${PYSITELIB}/PyPDF2/filters.pyo +${PYSITELIB}/PyPDF2/generic.py +${PYSITELIB}/PyPDF2/generic.pyc +${PYSITELIB}/PyPDF2/generic.pyo +${PYSITELIB}/PyPDF2/merger.py +${PYSITELIB}/PyPDF2/merger.pyc +${PYSITELIB}/PyPDF2/merger.pyo +${PYSITELIB}/PyPDF2/pdf.py +${PYSITELIB}/PyPDF2/pdf.pyc +${PYSITELIB}/PyPDF2/pdf.pyo +${PYSITELIB}/PyPDF2/utils.py +${PYSITELIB}/PyPDF2/utils.pyc +${PYSITELIB}/PyPDF2/utils.pyo +${PYSITELIB}/PyPDF2/xmp.py +${PYSITELIB}/PyPDF2/xmp.pyc +${PYSITELIB}/PyPDF2/xmp.pyo diff --git a/print/py-PDF2/distinfo b/print/py-PDF2/distinfo new file mode 100644 index 00000000000..2cfdd52fad9 --- /dev/null +++ b/print/py-PDF2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/10/09 08:53:07 wiz Exp $ + +SHA1 (PyPDF2-1.18.tar.gz) = 49df3e3361730dd9f572de0797f4bbe1e1bd26e4 +RMD160 (PyPDF2-1.18.tar.gz) = fab85590426faddcd15c1854b44cfd1d054cbc1b +Size (PyPDF2-1.18.tar.gz) = 49008 bytes |