[115425] trunk/dports/python/py-Pillow
stromnov at macports.org
stromnov at macports.org
Wed Jan 1 15:24:55 PST 2014
Revision: 115425
https://trac.macports.org/changeset/115425
Author: stromnov at macports.org
Date: 2014-01-01 15:24:54 -0800 (Wed, 01 Jan 2014)
Log Message:
-----------
py-Pillow: update to version 2.3.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-01-01 23:16:22 UTC (rev 115424)
+++ trunk/dports/python/py-Pillow/Portfile 2014-01-01 23:24:54 UTC (rev 115425)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-Pillow
-version 2.2.2
+version 2.3.0
revision 0
categories-append devel
platforms darwin
@@ -24,8 +24,8 @@
distname Pillow-${version}
-checksums rmd160 d83f59122eba2b2b335bac6806edb821087c8ca0 \
- sha256 db49a634e981916c64954ec8da3142b88f1769608550b870b9184986db82a421
+checksums rmd160 5aa8fca0ba7a5bc0c7c888e790743861b8cf5ada \
+ sha256 b38e7e32401ae2d949cb4b82c6388cd13e697d1e2f8a1bffce3b834d00fbca13
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-01-01 23:16:22 UTC (rev 115424)
+++ trunk/dports/python/py-Pillow/files/patch-setup.py.diff 2014-01-01 23:24:54 UTC (rev 115425)
@@ -1,6 +1,6 @@
---- setup.py.orig 2013-10-04 16:29:47.000000000 +0400
-+++ setup.py 2013-10-04 16:34:11.000000000 +0400
-@@ -165,28 +165,8 @@
+--- setup.py.orig 2014-01-02 02:51:27.000000000 +0400
++++ setup.py 2014-01-02 03:15:11.000000000 +0400
+@@ -192,28 +192,8 @@
"/usr/lib", "python%s" % sys.version[:3], "config"))
elif sys.platform == "darwin":
@@ -28,21 +28,11 @@
- pass # homebrew not installed
+ _add_directory(library_dirs, "@prefix@/lib")
+ _add_directory(include_dirs, "@prefix@/include")
-
+
elif sys.platform.startswith("linux"):
for platform_ in (plat.processor(), plat.architecture()[0]):
-@@ -211,9 +191,6 @@
- # work ;-)
- self.add_multiarch_paths()
+@@ -276,19 +256,6 @@
-- _add_directory(library_dirs, "/usr/local/lib")
-- # FIXME: check /opt/stuff directories here?
--
- # include, rpath, if set as environment variables:
- for k in 'C_INCLUDE_PATH INCLUDE'.split():
- if k in os.environ:
-@@ -262,19 +239,6 @@
-
# add standard directories
- # look for tcl specific subdirectory (e.g debian)
@@ -61,7 +51,7 @@
#
# insert new dirs *before* default libs, to avoid conflicts
# between Python PYD stub libs and real libraries
-@@ -432,29 +396,7 @@
+@@ -446,29 +413,7 @@
exts.append(Extension(
"PIL._webp", ["_webp.c"], libraries=libs, define_macros=defs))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140101/07a8fdcb/attachment-0001.html>
More information about the macports-changes
mailing list