[68126] trunk/dports/python/py27-shapely

snc at macports.org snc at macports.org
Thu May 27 05:33:46 PDT 2010


Revision: 68126
          http://trac.macports.org/changeset/68126
Author:   snc at macports.org
Date:     2010-05-27 05:33:43 -0700 (Thu, 27 May 2010)
Log Message:
-----------
update version, add patch from py26-shapely

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

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

Modified: trunk/dports/python/py27-shapely/Portfile
===================================================================
--- trunk/dports/python/py27-shapely/Portfile	2010-05-27 12:33:19 UTC (rev 68125)
+++ trunk/dports/python/py27-shapely/Portfile	2010-05-27 12:33:43 UTC (rev 68126)
@@ -5,7 +5,7 @@
 PortGroup       python27 1.0
 
 name            py27-shapely
-version         1.0.15
+version         1.2
 categories      python devel
 platforms       darwin
 maintainers     snc openmaintainer
@@ -27,11 +27,12 @@
 depends_lib-append      port:geos
 depends_build-append    port:py27-distribute
 
-checksums           md5     ec5c79c079ff993dae229da3cf25fcea \
-                    sha1    3562fe7a04e2a1f9c574c5c9735af8c30e2f4f7c \
-                    rmd160  2c42eacfed84395875724c1e2895f9dad57788b1
+checksums           md5     8898ef849a2e2441aafecce5b9ac4efa \
+                    sha1    41a896b7fad8410d4c2fe5e525f3cfee47dd1988 \
+                    rmd160  79abdb9e51fd4d06ea42efb50ecdb0c797d0d708
 
-patchfiles      patch-shapely_geos.py.diff
+patchfiles      patch-shapely_geos.py.diff \
+                patch-setup.py.diff
 
 post-patch {
         reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py

Copied: trunk/dports/python/py27-shapely/files/patch-setup.py.diff (from rev 68124, trunk/dports/python/py26-shapely/files/patch-setup.py.diff)
===================================================================
--- trunk/dports/python/py27-shapely/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py27-shapely/files/patch-setup.py.diff	2010-05-27 12:33:43 UTC (rev 68126)
@@ -0,0 +1,10 @@
+--- setup.py.orig	2010-05-27 15:02:52.000000000 +0400
++++ setup.py	2010-05-27 15:03:00.000000000 +0400
+@@ -29,7 +29,6 @@
+     url                 = 'http://trac.gispython.org/lab/wiki/Shapely',
+     long_description    = readme_text,
+     packages            = ['shapely', 'shapely.geometry'],
+-    scripts             = ['examples/dissolve.py', 'examples/intersect.py'],
+     test_suite          = 'shapely.tests.test_suite',
+     classifiers         = [
+         'Development Status :: 5 - Production/Stable',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100527/fc26c68b/attachment.html>


More information about the macports-changes mailing list