pkgsrc/print/py-PDF2/Makefile
mef 36ea8bad73 Updated print/py-PDF2 to 1.26.0
-------------------------------
Version 1.26.0, 2016-05-18
--------------------------

 - NOTE: Active maintenance on PyPDF2 is resuming after a hiatus

 - Fixed a bug where image resources where incorrectly
   overwritten when merging pages

 - Added dictionary for JavaScript actions to the root (louib)

 - Added unit tests for the JS functionality (louib)

 - Add more Python 3 compatibility when reading inline images (im2703
   and (VyacheslavHashov)

 - Return NullObject instead of raising error when failing to resolve
   object (ctate)

 - Don't output warning for non-zeroed xref table when strict=False
   (BenRussert)

 - Remove extraneous zeroes from output formatting (speedplane)

 - Fix bug where reading an inline image would cut off prematurely
   in certain cases (speedplane)

(pkgsrc changes)
 - Githubify
2016-09-02 14:29:55 +00:00

17 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.5 2016/09/02 14:29:55 mef Exp $
VERSION= 1.26.0
DISTNAME= PyPDF2-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//}
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_GITHUB:=mstamy2/}
GITHUB_PROJECT= PyPDF2
GITHUB_TAG= ${VERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mstamy2.github.io/PyPDF2/
COMMENT= PDF library for python
LICENSE= modified-bsd
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"