[78560] trunk/dports/python

snc at macports.org snc at macports.org
Thu May 12 08:31:36 PDT 2011


Revision: 78560
          http://trac.macports.org/changeset/78560
Author:   snc at macports.org
Date:     2011-05-12 08:31:35 -0700 (Thu, 12 May 2011)
Log Message:
-----------
py2[5-7]-shapely:
 * update to 1.2.10
 * make py25-shapely match py2[6-7]-shapely

Modified Paths:
--------------
    trunk/dports/python/py25-shapely/Portfile
    trunk/dports/python/py26-shapely/Portfile
    trunk/dports/python/py27-shapely/Portfile

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

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

Modified: trunk/dports/python/py25-shapely/Portfile
===================================================================
--- trunk/dports/python/py25-shapely/Portfile	2011-05-12 07:52:14 UTC (rev 78559)
+++ trunk/dports/python/py25-shapely/Portfile	2011-05-12 15:31:35 UTC (rev 78560)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -4,7 +5,7 @@
 PortGroup       python25 1.0
 
 name            py25-shapely
-version         1.0.11
+version         1.2.10
 categories      python devel
 platforms       darwin
 maintainers     landonf openmaintainer
@@ -24,12 +25,12 @@
 
 depends_lib	port:python25 \
 		port:geos
+depends_build-append    port:py25-distribute
 
-checksums   md5 e936529836e2823ce777dfc44a18a9b6 \
-            sha1 fd72bc7476e71d2605ae8cc05d48d1c89b916fe4 \
-            rmd160 adb049b2ebd97665d146342469e87550f1f9fffb
+checksums           sha1    fc3e383c68cd32bb40c3eab6ecda9224fcd3d8ce \
+                    rmd160  40c8c75fd2bcaf6f0435c3989285141f6ba2077b
 
-patchfiles	patch-shapely_geos.py
+patchfiles	patch-shapely_geos.py.diff
 
 post-patch {
 	reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py

Deleted: trunk/dports/python/py25-shapely/files/patch-shapely_geos.py
===================================================================
--- trunk/dports/python/py25-shapely/files/patch-shapely_geos.py	2011-05-12 07:52:14 UTC (rev 78559)
+++ trunk/dports/python/py25-shapely/files/patch-shapely_geos.py	2011-05-12 15:31:35 UTC (rev 78560)
@@ -1,11 +0,0 @@
---- shapely/geos.py.orig	2008-11-19 09:31:43.000000000 +0300
-+++ shapely/geos.py	2008-11-19 09:31:25.000000000 +0300
-@@ -27,6 +27,8 @@
-     if lib is None:
-         ## try a few more locations
-         lib_paths = [
-+            # local macports
-+            '@PREFIX@/lib/libgeos_c.dylib',
-             # The Framework build from Kyng Chaos:
-             "/Library/Frameworks/GEOS.framework/Versions/Current/GEOS",
-             # macports

Copied: trunk/dports/python/py25-shapely/files/patch-shapely_geos.py.diff (from rev 78277, trunk/dports/python/py25-shapely/files/patch-shapely_geos.py)
===================================================================
--- trunk/dports/python/py25-shapely/files/patch-shapely_geos.py.diff	                        (rev 0)
+++ trunk/dports/python/py25-shapely/files/patch-shapely_geos.py.diff	2011-05-12 15:31:35 UTC (rev 78560)
@@ -0,0 +1,11 @@
+--- shapely/geos.py.orig	2010-09-23 20:50:17.000000000 -0400
++++ shapely/geos.py	2010-09-23 20:50:48.000000000 -0400
+@@ -53,7 +53,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

Modified: trunk/dports/python/py26-shapely/Portfile
===================================================================
--- trunk/dports/python/py26-shapely/Portfile	2011-05-12 07:52:14 UTC (rev 78559)
+++ trunk/dports/python/py26-shapely/Portfile	2011-05-12 15:31:35 UTC (rev 78560)
@@ -5,7 +5,7 @@
 PortGroup       python26 1.0
 
 name            py26-shapely
-version         1.2.9
+version         1.2.10
 categories      python devel
 platforms       darwin
 maintainers     snc openmaintainer
@@ -27,8 +27,8 @@
 depends_lib-append      port:geos
 depends_build-append    port:py26-distribute
 
-checksums           sha1    d374576040dfbc4f4d870e2da19c86df8adf6ef8 \
-                    rmd160  8f1aa6e56558e178a39f300e5a03ffd44b8dc2b0
+checksums           sha1    fc3e383c68cd32bb40c3eab6ecda9224fcd3d8ce \
+                    rmd160  40c8c75fd2bcaf6f0435c3989285141f6ba2077b
 
 patchfiles      patch-shapely_geos.py.diff
 

Modified: trunk/dports/python/py27-shapely/Portfile
===================================================================
--- trunk/dports/python/py27-shapely/Portfile	2011-05-12 07:52:14 UTC (rev 78559)
+++ trunk/dports/python/py27-shapely/Portfile	2011-05-12 15:31:35 UTC (rev 78560)
@@ -5,7 +5,7 @@
 PortGroup       python27 1.0
 
 name            py27-shapely
-version         1.2.9
+version         1.2.10
 categories      python devel
 platforms       darwin
 maintainers     snc openmaintainer
@@ -27,8 +27,8 @@
 depends_lib-append      port:geos
 depends_build-append    port:py27-distribute
 
-checksums           sha1    d374576040dfbc4f4d870e2da19c86df8adf6ef8 \
-                    rmd160  8f1aa6e56558e178a39f300e5a03ffd44b8dc2b0
+checksums           sha1    fc3e383c68cd32bb40c3eab6ecda9224fcd3d8ce \
+                    rmd160  40c8c75fd2bcaf6f0435c3989285141f6ba2077b
 
 patchfiles      patch-shapely_geos.py.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110512/87a46aa0/attachment.html>


More information about the macports-changes mailing list