summaryrefslogtreecommitdiff
path: root/graphics/py-Pillow
diff options
context:
space:
mode:
authoradam <adam>2015-10-18 15:47:10 +0000
committeradam <adam>2015-10-18 15:47:10 +0000
commitc949174f2adc5f2a43386f7dec36b38517912d83 (patch)
tree09bef0ff9d9970b8a431dd3feab1eedb02d87914 /graphics/py-Pillow
parentcf14a33ac0fd22cc8703835167788aecf3963265 (diff)
downloadpkgsrc-c949174f2adc5f2a43386f7dec36b38517912d83.tar.gz
Changes 3.0.0:
* Saving Multipage Images * Tiff ImageFileDirectory Rewrite * Deprecated Methods * LibJpeg and Zlib are Required by Default
Diffstat (limited to 'graphics/py-Pillow')
-rw-r--r--graphics/py-Pillow/Makefile4
-rw-r--r--graphics/py-Pillow/PLIST6
-rw-r--r--graphics/py-Pillow/distinfo11
-rw-r--r--graphics/py-Pillow/patches/patch-setup.py17
4 files changed, 13 insertions, 25 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile
index 82a5cca967e..767fd6ce7ca 100644
--- a/graphics/py-Pillow/Makefile
+++ b/graphics/py-Pillow/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2015/07/07 14:29:50 adam Exp $
+# $NetBSD: Makefile,v 1.20 2015/10/18 15:47:10 adam Exp $
-DISTNAME= Pillow-2.9.0
+DISTNAME= Pillow-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/}
diff --git a/graphics/py-Pillow/PLIST b/graphics/py-Pillow/PLIST
index 12542bd8f65..7bfea78b8db 100644
--- a/graphics/py-Pillow/PLIST
+++ b/graphics/py-Pillow/PLIST
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.7 2015/07/07 14:29:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/10/18 15:47:10 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/PIL/BdfFontFile.py
@@ -95,9 +94,6 @@ ${PYSITELIB}/PIL/ImageEnhance.pyo
${PYSITELIB}/PIL/ImageFile.py
${PYSITELIB}/PIL/ImageFile.pyc
${PYSITELIB}/PIL/ImageFile.pyo
-${PYSITELIB}/PIL/ImageFileIO.py
-${PYSITELIB}/PIL/ImageFileIO.pyc
-${PYSITELIB}/PIL/ImageFileIO.pyo
${PYSITELIB}/PIL/ImageFilter.py
${PYSITELIB}/PIL/ImageFilter.pyc
${PYSITELIB}/PIL/ImageFilter.pyo
diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo
index 689df3f5e8b..b412064ecba 100644
--- a/graphics/py-Pillow/distinfo
+++ b/graphics/py-Pillow/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.12 2015/07/07 14:29:50 adam Exp $
+$NetBSD: distinfo,v 1.13 2015/10/18 15:47:10 adam Exp $
-SHA1 (Pillow-2.9.0.tar.gz) = fac0b2b2534385f34912ccdceafaeca4127dcdc1
-RMD160 (Pillow-2.9.0.tar.gz) = 2904892f29065de0f42f561d6e0478d7aa68fec8
-Size (Pillow-2.9.0.tar.gz) = 9289617 bytes
-SHA1 (patch-setup.py) = f3f3d39906314f2ef925547ce634cb226d520ef5
+SHA1 (Pillow-3.0.0.tar.gz) = ab6959e090848590e910aaf1521d4a49ca79be3d
+RMD160 (Pillow-3.0.0.tar.gz) = 4bb60362d90dbcc4821fa008d5b01370eaac7261
+SHA512 (Pillow-3.0.0.tar.gz) = 8b19e0a354f2feff69fa18ccb58d68df1eb9d374c9a8717c7315a741fc6cbbda679e5244211ec3e38d10bff330a0958950fa1e9d7ba7728d6dcf575026269e1f
+Size (Pillow-3.0.0.tar.gz) = 9621462 bytes
+SHA1 (patch-setup.py) = c4a3eae74db27f58a6d2c52114b3be13daf4207a
diff --git a/graphics/py-Pillow/patches/patch-setup.py b/graphics/py-Pillow/patches/patch-setup.py
index 6802741b589..c5490e71967 100644
--- a/graphics/py-Pillow/patches/patch-setup.py
+++ b/graphics/py-Pillow/patches/patch-setup.py
@@ -1,9 +1,9 @@
-$NetBSD: patch-setup.py,v 1.4 2015/04/17 15:10:02 adam Exp $
+$NetBSD: patch-setup.py,v 1.5 2015/10/18 15:47:10 adam Exp $
* Prevent to detect optional tkinter.
* Disable demo programs.
---- setup.py.orig 2015-04-02 09:05:22.000000000 +0000
+--- setup.py.orig 2015-10-01 15:27:21.000000000 +0000
+++ setup.py
@@ -82,11 +82,7 @@ def _lib_include(root):
def _read(file):
@@ -18,20 +18,11 @@ $NetBSD: patch-setup.py,v 1.4 2015/04/17 15:10:02 adam Exp $
NAME = 'Pillow'
-@@ -575,7 +571,7 @@ class pil_build_ext(build_ext):
- exts.append(Extension(
- "PIL._webp", ["_webp.c"], libraries=libs, define_macros=defs))
-
-- if sys.platform == "darwin":
-+ if _tkinter and sys.platform == "darwin":
- # locate Tcl/Tk frameworks
- frameworks = []
- framework_roots = [
-@@ -753,7 +749,6 @@ setup(
+@@ -760,7 +756,6 @@ setup(
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
include_package_data=True,
packages=find_packages(),
-- scripts=glob.glob("Scripts/pil*.py"),
+- scripts=glob.glob("Scripts/*.py"),
test_suite='nose.collector',
keywords=["Imaging", ],
license='Standard PIL License',