[135526] trunk/dports/python/py-openslide

khindenburg at macports.org khindenburg at macports.org
Sat Apr 25 09:18:30 PDT 2015


Revision: 135526
          https://trac.macports.org/changeset/135526
Author:   khindenburg at macports.org
Date:     2015-04-25 09:18:30 -0700 (Sat, 25 Apr 2015)
Log Message:
-----------
py-openslide: update to 1.1.0 maintainer #47530

Modified Paths:
--------------
    trunk/dports/python/py-openslide/Portfile
    trunk/dports/python/py-openslide/files/patch-disable-find_library-fallback.diff

Modified: trunk/dports/python/py-openslide/Portfile
===================================================================
--- trunk/dports/python/py-openslide/Portfile	2015-04-25 14:20:44 UTC (rev 135525)
+++ trunk/dports/python/py-openslide/Portfile	2015-04-25 16:18:30 UTC (rev 135526)
@@ -5,12 +5,10 @@
 PortGroup           python 1.0
 PortGroup           github 1.0
 
-github.setup        openslide openslide-python 1.0.1 v
+github.setup        openslide openslide-python 1.1.0 v
 name                py-openslide
-revision            1
 categories-append   graphics
 platforms           darwin
-supported_archs     noarch
 license             LGPL-2.1 MIT BSD
 maintainers         backtick.net:bgilbert
 
@@ -39,8 +37,8 @@
 github.tarball_from releases
 use_xz              yes
 
-checksums           rmd160  5f2cf4698298c23dd477537f4447187c437c7775 \
-                    sha256  c4e1c44c6005a1e47c2289682e8c35ddfe3f7a15dbe4a020e0004a77ba148912
+checksums           rmd160  61f729cb71ceb4089a9bfb1bf2c1adad9ca9d6a5 \
+                    sha256  49ffad546fda030fcd0e76c7da995a06b507c3d43af1ff4a1a4aef00d3b535bb
 
 if {${name} ne ${subport}} {
     depends_build       port:py${python.version}-sphinx

Modified: trunk/dports/python/py-openslide/files/patch-disable-find_library-fallback.diff
===================================================================
--- trunk/dports/python/py-openslide/files/patch-disable-find_library-fallback.diff	2015-04-25 14:20:44 UTC (rev 135525)
+++ trunk/dports/python/py-openslide/files/patch-disable-find_library-fallback.diff	2015-04-25 16:18:30 UTC (rev 135526)
@@ -1,6 +1,6 @@
---- openslide/lowlevel.py.orig	2014-12-16 02:15:02.000000000 -0500
-+++ openslide/lowlevel.py	2014-12-16 00:04:09.000000000 -0500
-@@ -38,17 +38,7 @@
+--- openslide/lowlevel.py.orig	2015-01-25 23:34:51.000000000 -0500
++++ openslide/lowlevel.py	2015-04-21 02:55:51.000000000 -0400
+@@ -38,19 +38,7 @@
  if platform.system() == 'Windows':
      _lib = cdll.LoadLibrary('libopenslide-0.dll')
  elif platform.system() == 'Darwin':
@@ -9,7 +9,9 @@
 -    except OSError:
 -        # MacPorts doesn't add itself to the dyld search path, but
 -        # does add itself to the find_library() search path
--        # (DEFAULT_LIBRARY_FALLBACK in ctypes.macholib.dyld).
+-        # (DEFAULT_LIBRARY_FALLBACK in ctypes.macholib.dyld) on
+-        # Python 2.6 and 2.7.  Python 3 users on MacPorts should add
+-        # the MacPorts lib directory to DYLD_LIBRARY_PATH.
 -        import ctypes.util
 -        _lib = ctypes.util.find_library('openslide')
 -        if _lib is None:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150425/ab96bf97/attachment.html>


More information about the macports-changes mailing list