[139962] trunk/dports/python/py-shapely

snc at macports.org snc at macports.org
Fri Sep 4 10:59:28 PDT 2015


Revision: 139962
          https://trac.macports.org/changeset/139962
Author:   snc at macports.org
Date:     2015-09-04 10:59:27 -0700 (Fri, 04 Sep 2015)
Log Message:
-----------
py-shapely: update to 1.5.12

Modified Paths:
--------------
    trunk/dports/python/py-shapely/Portfile

Added Paths:
-----------
    trunk/dports/python/py-shapely/files/patch-shapely_libgeos.py.diff

Removed Paths:
-------------
    trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff

Modified: trunk/dports/python/py-shapely/Portfile
===================================================================
--- trunk/dports/python/py-shapely/Portfile	2015-09-04 17:34:00 UTC (rev 139961)
+++ trunk/dports/python/py-shapely/Portfile	2015-09-04 17:59:27 UTC (rev 139962)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-shapely
-version             1.5.9
+version             1.5.12
 python.versions     27 33 34
 categories-append     devel
 platforms       darwin
@@ -25,18 +25,18 @@
 distname            Shapely-${version}
 master_sites        https://pypi.python.org/packages/source/S/Shapely
 
-checksums           rmd160  f7bf0caa535fc4db86a4696c3c6ec1282718d749 \
-                    sha256  51b0eb6434b63226fed742c2fe9730102f7a34a5206b6581853f991768b5cc2e
+checksums           rmd160  09415ae53fa16edfa9895890120c1ce7ad23789b \
+                    sha256  dcb88e52146f29344fe7d05cbc1a50a20ce7d65659ea610b99c944ec622971b7
 
 if {${name} ne ${subport}} {
     depends_lib-append      port:geos
     depends_build-append    port:py${python.version}-cython \
                             port:py${python.version}-setuptools
 
-    patchfiles      patch-shapely_geos.py.diff
+    patchfiles      patch-shapely_libgeos.py.diff
 
     post-patch {
-            reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py
+            reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/libgeos.py
             reinplace s|\\\"cython\\\"|"${python.prefix}/bin/cython"| ${worksrcpath}/setup.py
     }
 

Deleted: trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff
===================================================================
--- trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff	2015-09-04 17:34:00 UTC (rev 139961)
+++ trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff	2015-09-04 17:59:27 UTC (rev 139962)
@@ -1,11 +0,0 @@
---- shapely/geos.py.orig	2015-04-29 18:11:55.000000000 -0400
-+++ shapely/geos.py	2015-05-06 11:55:27.000000000 -0400
-@@ -80,7 +80,7 @@
-                 # The Framework build from Kyng Chaos
-                 "/Library/Frameworks/GEOS.framework/Versions/Current/GEOS",
-                 # macports
--                '/opt/local/lib/libgeos_c.dylib',
-+                '@PREFIX@/lib/libgeos_c.dylib',
-             ]
-         _lgeos = load_dll('geos_c', fallbacks=alt_paths)
- 

Copied: trunk/dports/python/py-shapely/files/patch-shapely_libgeos.py.diff (from rev 139961, trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff)
===================================================================
--- trunk/dports/python/py-shapely/files/patch-shapely_libgeos.py.diff	                        (rev 0)
+++ trunk/dports/python/py-shapely/files/patch-shapely_libgeos.py.diff	2015-09-04 17:59:27 UTC (rev 139962)
@@ -0,0 +1,11 @@
+--- shapely/libgeos.py.orig	2015-09-04 13:46:16.000000000 -0400
++++ shapely/libgeos.py	2015-09-04 13:45:42.000000000 -0400
+@@ -167,7 +167,7 @@
+                     # The Framework build from Kyng Chaos
+                     "/Library/Frameworks/GEOS.framework/Versions/Current/GEOS",
+                     # macports
+-                    '/opt/local/lib/libgeos_c.dylib',
++                    '@PREFIX@/lib/libgeos_c.dylib',
+                 ]
+             lgeos = load_dll('geos_c', fallbacks=alt_paths)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150904/bf7c4b06/attachment.html>


More information about the macports-changes mailing list