diff options
author | adam <adam@pkgsrc.org> | 2014-11-30 10:11:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-11-30 10:11:31 +0000 |
commit | e63f47155a2dcd0f3be0853279195b495860fdd4 (patch) | |
tree | d46601827636f08a6959af2c8acf3b8f95ea2b63 /graphics/py-Pillow | |
parent | 9b4f1bf34754a614872809accac2ba3afd820be7 (diff) | |
download | pkgsrc-e63f47155a2dcd0f3be0853279195b495860fdd4.tar.gz |
Changes 2.6.1:
- Fix SciPy regression for in Image.resize
- Fix manifest to include all test files
Diffstat (limited to 'graphics/py-Pillow')
-rw-r--r-- | graphics/py-Pillow/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-Pillow/PLIST | 15 | ||||
-rw-r--r-- | graphics/py-Pillow/distinfo | 8 |
3 files changed, 16 insertions, 14 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile index 11c8171e702..cc5f3c62839 100644 --- a/graphics/py-Pillow/Makefile +++ b/graphics/py-Pillow/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2014/10/07 16:47:27 adam Exp $ +# $NetBSD: Makefile,v 1.15 2014/11/30 10:11:31 adam Exp $ -DISTNAME= Pillow-2.5.3 +DISTNAME= Pillow-2.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= https://pypi.python.org/packages/source/P/Pillow/ EXTRACT_SUFX= .zip @@ -13,7 +12,7 @@ COMMENT= Python Imaging Library (Fork) CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]* -SUBST_CLASSES= fix-path +SUBST_CLASSES+= fix-path SUBST_MESSAGE.fix-path= Fixing paths. SUBST_STAGE.fix-path= pre-configure SUBST_FILES.fix-path= setup.py diff --git a/graphics/py-Pillow/PLIST b/graphics/py-Pillow/PLIST index 3201a0bc1da..017815354d9 100644 --- a/graphics/py-Pillow/PLIST +++ b/graphics/py-Pillow/PLIST @@ -1,4 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2014/07/06 12:15:53 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/11/30 10:11:31 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/PIL/BdfFontFile.py ${PYSITELIB}/PIL/BdfFontFile.pyc ${PYSITELIB}/PIL/BdfFontFile.pyo @@ -164,6 +169,9 @@ ${PYSITELIB}/PIL/MicImagePlugin.pyo ${PYSITELIB}/PIL/MpegImagePlugin.py ${PYSITELIB}/PIL/MpegImagePlugin.pyc ${PYSITELIB}/PIL/MpegImagePlugin.pyo +${PYSITELIB}/PIL/MpoImagePlugin.py +${PYSITELIB}/PIL/MpoImagePlugin.pyc +${PYSITELIB}/PIL/MpoImagePlugin.pyo ${PYSITELIB}/PIL/MspImagePlugin.py ${PYSITELIB}/PIL/MspImagePlugin.pyc ${PYSITELIB}/PIL/MspImagePlugin.pyo @@ -261,8 +269,3 @@ ${PYSITELIB}/PIL/_util.py ${PYSITELIB}/PIL/_util.pyc ${PYSITELIB}/PIL/_util.pyo ${PYSITELIB}/PIL/_webp.so -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/${EGG_INFODIR}/zip-safe diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo index 915b12bc0d8..9f6fbe5c877 100644 --- a/graphics/py-Pillow/distinfo +++ b/graphics/py-Pillow/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2014/08/21 10:00:32 obache Exp $ +$NetBSD: distinfo,v 1.9 2014/11/30 10:11:31 adam Exp $ -SHA1 (Pillow-2.5.3.zip) = 28a46c07404926c406faffa187c6f6b9b5028e21 -RMD160 (Pillow-2.5.3.zip) = f10cda34a62022edf3bfe626096b6bc009a74dc8 -Size (Pillow-2.5.3.zip) = 6873222 bytes +SHA1 (Pillow-2.6.1.zip) = 333bc7532219221536a2cdab9734c8b6afbb9c01 +RMD160 (Pillow-2.6.1.zip) = 2b1816f7e6c13cd03280d5ad75e18c3cc9a022e4 +Size (Pillow-2.6.1.zip) = 7531553 bytes SHA1 (patch-setup.py) = 1e60096e3a00613a6fd114e2f658a9689eb78844 |