[58616] trunk/dports/python/py26-shapely/Portfile

snc at macports.org snc at macports.org
Thu Oct 1 18:33:33 PDT 2009


Revision: 58616
          http://trac.macports.org/changeset/58616
Author:   snc at macports.org
Date:     2009-10-01 18:33:29 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
Updated version, fixed the dependency on setuptools (was lib, now build), added livecheck.

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

Modified: trunk/dports/python/py26-shapely/Portfile
===================================================================
--- trunk/dports/python/py26-shapely/Portfile	2009-10-02 01:01:57 UTC (rev 58615)
+++ trunk/dports/python/py26-shapely/Portfile	2009-10-02 01:33:29 UTC (rev 58616)
@@ -5,7 +5,7 @@
 PortGroup       python26 1.0
 
 name            py26-shapely
-version         1.0.12
+version         1.0.13
 categories      python devel
 platforms       darwin
 maintainers     snc openmaintainer
@@ -23,15 +23,19 @@
 master_sites    http://pypi.python.org/packages/source/S/Shapely/
 distname        Shapely-${version}
 
-depends_lib-append  port:geos \
-                    port:py26-setuptools
+depends_lib-append      port:geos
+depends_build-append    port:py26-setuptools
 
-checksums       md5     0122c53ec3ba1c4b805afce43d0aa039 \
-                sha1    f7180a0428f8e7290362e1b4abd088a6c3ba361e \
-                rmd160  06b28ab318456c2a7b27bd1b2a23985da7466f6b
+checksums           md5     90ebe2cd7dc2f11ed903242ab95b4abb \
+                    sha1    d27a4fb0007b7bef27a4bc3002ecfe00985586ef \
+                    rmd160  9720cca7b9286ce8143c1474a33db66d7756c024
 
 patchfiles      patch-shapely_geos.py.diff
 
 post-patch {
         reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py
 }
+
+livecheck.type          regex
+livecheck.url           http://pypi.python.org/pypi/Shapely/
+livecheck.regex         "<h1>Shapely (\[0-9\](\\.\[0-9\]+)*)</h1>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091001/80e2c6a7/attachment.html>


More information about the macports-changes mailing list