[126001] trunk/dports/python/py-Pillow

stromnov at macports.org stromnov at macports.org
Wed Oct 1 12:23:35 PDT 2014


Revision: 126001
          https://trac.macports.org/changeset/126001
Author:   stromnov at macports.org
Date:     2014-10-01 12:23:35 -0700 (Wed, 01 Oct 2014)
Log Message:
-----------
py-Pillow: update to version 2.6.0

Modified Paths:
--------------
    trunk/dports/python/py-Pillow/Portfile
    trunk/dports/python/py-Pillow/files/patch-setup.py.diff

Modified: trunk/dports/python/py-Pillow/Portfile
===================================================================
--- trunk/dports/python/py-Pillow/Portfile	2014-10-01 19:13:55 UTC (rev 126000)
+++ trunk/dports/python/py-Pillow/Portfile	2014-10-01 19:23:35 UTC (rev 126001)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-Pillow
-version             2.5.3
+version             2.6.0
 revision            0
 categories-append   devel
 platforms           darwin
@@ -24,8 +24,8 @@
 
 distname            Pillow-${version}
 
-checksums           rmd160  f10cda34a62022edf3bfe626096b6bc009a74dc8 \
-                    sha256  62ff6c6cb88d4a1d6e856315b1691186b06cb923f18fde86d6abac9eeb9096d1
+checksums           rmd160  7febf979458caf0456b1e8af32142c581ee0a208 \
+                    sha256  ebddce5fc81773121bfb742ea44f707badf31d0b08925adf204bc87a10ea7ae5
 
 if {${name} ne ${subport}} {
     use_zip             yes

Modified: trunk/dports/python/py-Pillow/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-Pillow/files/patch-setup.py.diff	2014-10-01 19:13:55 UTC (rev 126000)
+++ trunk/dports/python/py-Pillow/files/patch-setup.py.diff	2014-10-01 19:23:35 UTC (rev 126001)
@@ -1,14 +1,5 @@
---- setup.py.orig	2014-07-04 17:25:36.000000000 +0200
-+++ setup.py	2014-07-04 17:33:05.000000000 +0200
-@@ -19,7 +19,7 @@
- from setuptools import Extension, setup, find_packages
- 
- # monkey patch import hook. Even though flake8 says it's not used, it is.
--# comment this out to disable multi threaded builds. 
-+# comment this out to disable multi threaded builds.
- import mp_compile
- 
- _IMAGING = (
+--- setup.py.orig	2014-10-01 23:17:03.000000000 +0400
++++ setup.py	2014-10-01 23:22:23.000000000 +0400
 @@ -200,44 +200,8 @@
                  "/usr/lib", "python%s" % sys.version[:3], "config"))
  
@@ -78,16 +69,7 @@
          # on Windows, look for the OpenJPEG libraries in the location that
          # the official installer puts them
          if sys.platform == "win32":
-@@ -410,7 +359,7 @@
-             for directory in self.compiler.include_dirs:
-                 try:
-                     listdir = os.listdir(directory)
--                except Exception:  
-+                except Exception:
-                     # WindowsError, FileNotFoundError
-                     continue
-                 for name in listdir:
-@@ -570,29 +519,7 @@
+@@ -575,28 +524,6 @@
              exts.append(Extension(
                  "PIL._webp", ["_webp.c"], libraries=libs, define_macros=defs))
  
@@ -113,8 +95,6 @@
 -                    "PIL._imagingtk", ["_imagingtk.c", "Tk/tkImaging.c"],
 -                    extra_compile_args=frameworks, extra_link_args=frameworks))
 -                feature.tcl = feature.tk = 1  # mark as present
--        elif feature.tcl and feature.tk:
-+        if feature.tcl and feature.tk:
+         elif feature.tcl and feature.tk:
              exts.append(Extension(
                  "PIL._imagingtk", ["_imagingtk.c", "Tk/tkImaging.c"],
-                 libraries=[feature.tcl, feature.tk]))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141001/dc5c994f/attachment.html>


More information about the macports-changes mailing list