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

snc at macports.org snc at macports.org
Thu Jan 9 13:03:51 PST 2014


Revision: 115721
          https://trac.macports.org/changeset/115721
Author:   snc at macports.org
Date:     2014-01-09 13:03:51 -0800 (Thu, 09 Jan 2014)
Log Message:
-----------
py-shapely: update to 1.3.0

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

Modified: trunk/dports/python/py-shapely/Portfile
===================================================================
--- trunk/dports/python/py-shapely/Portfile	2014-01-09 20:44:48 UTC (rev 115720)
+++ trunk/dports/python/py-shapely/Portfile	2014-01-09 21:03:51 UTC (rev 115721)
@@ -5,8 +5,8 @@
 PortGroup           python 1.0
 
 name                py-shapely
-version             1.2.18
-python.versions     26 27
+version             1.3.0
+python.versions     27 33
 python.default_version 27
 categories-append     devel
 platforms       darwin
@@ -26,9 +26,9 @@
 distname            Shapely-${version}
 master_sites        https://pypi.python.org/packages/source/S/Shapely
 
-checksums           md5     53ad33214886e729b2d0de488eb9f115 \
-                    rmd160  b25120f299c8c11f5613c29b31205d9a3efd4218 \
-                    sha256  b3307b008e1cf96923f0e41a54b39e4ac316cdfa038b26ccbfc47a99cb69573c
+checksums           md5     1660b62568743e7c49358d99b884ea4b \
+                    rmd160  9ebf3dffab1d55723bcfe2976c95aec40078433c \
+                    sha256  297df004aec27e38ed93987e93ff5f8187cd0299394fe8b0b9028566015a9bb5
 
 if {${name} ne ${subport}} {
     depends_lib-append      port:geos

Modified: trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff
===================================================================
--- trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff	2014-01-09 20:44:48 UTC (rev 115720)
+++ trunk/dports/python/py-shapely/files/patch-shapely_geos.py.diff	2014-01-09 21:03:51 UTC (rev 115721)
@@ -1,11 +1,11 @@
---- shapely/geos.py.orig	2012-06-27 13:42:14.000000000 -0400
-+++ shapely/geos.py	2012-07-06 09:38:36.000000000 -0400
-@@ -54,7 +54,7 @@
+--- shapely/geos.py.orig	2014-01-09 16:00:29.000000000 -0500
++++ shapely/geos.py	2014-01-09 16:00:51.000000000 -0500
+@@ -66,7 +66,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)
      free = load_dll('c').free
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140109/7a97bfc2/attachment-0001.html>


More information about the macports-changes mailing list