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.
This commit is contained in:
parent
23c960f638
commit
fee2b834ea
4 changed files with 50 additions and 0 deletions
3
print/py-PDF2/DESCR
Normal file
3
print/py-PDF2/DESCR
Normal file
|
@ -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.
|
16
print/py-PDF2/Makefile
Normal file
16
print/py-PDF2/Makefile
Normal file
|
@ -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"
|
26
print/py-PDF2/PLIST
Normal file
26
print/py-PDF2/PLIST
Normal file
|
@ -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
|
5
print/py-PDF2/distinfo
Normal file
5
print/py-PDF2/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue