[68123] trunk/dports/python/py26-shapely
stromnov at macports.org
stromnov at macports.org
Thu May 27 04:15:14 PDT 2010
Revision: 68123
http://trac.macports.org/changeset/68123
Author: stromnov at macports.org
Date: 2010-05-27 04:15:08 -0700 (Thu, 27 May 2010)
Log Message:
-----------
py26-shapely: update to 1.2
Modified Paths:
--------------
trunk/dports/python/py26-shapely/Portfile
Added Paths:
-----------
trunk/dports/python/py26-shapely/files/patch-setup.py.diff
Modified: trunk/dports/python/py26-shapely/Portfile
===================================================================
--- trunk/dports/python/py26-shapely/Portfile 2010-05-27 08:48:05 UTC (rev 68122)
+++ trunk/dports/python/py26-shapely/Portfile 2010-05-27 11:15:08 UTC (rev 68123)
@@ -5,7 +5,7 @@
PortGroup python26 1.0
name py26-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:py26-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
Added: trunk/dports/python/py26-shapely/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py26-shapely/files/patch-setup.py.diff (rev 0)
+++ trunk/dports/python/py26-shapely/files/patch-setup.py.diff 2010-05-27 11:15:08 UTC (rev 68123)
@@ -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/6fd2e0bd/attachment.html>
More information about the macports-changes
mailing list