From fee2b834ea975cadce2d08af2e80afaba2b158fe Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 9 Oct 2013 08:53:07 +0000 Subject: [PATCH] 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. --- print/py-PDF2/DESCR | 3 +++ print/py-PDF2/Makefile | 16 ++++++++++++++++ print/py-PDF2/PLIST | 26 ++++++++++++++++++++++++++ print/py-PDF2/distinfo | 5 +++++ 4 files changed, 50 insertions(+) create mode 100644 print/py-PDF2/DESCR create mode 100644 print/py-PDF2/Makefile create mode 100644 print/py-PDF2/PLIST create mode 100644 print/py-PDF2/distinfo diff --git a/print/py-PDF2/DESCR b/print/py-PDF2/DESCR new file mode 100644 index 000000000000..8c33ae6a45b1 --- /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 000000000000..446651c89246 --- /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 000000000000..dcfcf9264298 --- /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 000000000000..2cfdd52fad9f --- /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