[63951] trunk/dports/python

snc at macports.org snc at macports.org
Thu Feb 18 19:33:39 PST 2010


Revision: 63951
          http://trac.macports.org/changeset/63951
Author:   snc at macports.org
Date:     2010-02-18 19:33:38 -0800 (Thu, 18 Feb 2010)
Log Message:
-----------
fix livecheck

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

Modified: trunk/dports/python/py26-shapely/Portfile
===================================================================
--- trunk/dports/python/py26-shapely/Portfile	2010-02-19 03:21:30 UTC (rev 63950)
+++ trunk/dports/python/py26-shapely/Portfile	2010-02-19 03:33:38 UTC (rev 63951)
@@ -38,6 +38,5 @@
         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>"
+livecheck.url           http://pypi.python.org/packages/source/S/Shapely/
+livecheck.regex         Shapely-(\\d+(\\.\\d+)+)${extract.suffix}

Modified: trunk/dports/python/py27-shapely/Portfile
===================================================================
--- trunk/dports/python/py27-shapely/Portfile	2010-02-19 03:21:30 UTC (rev 63950)
+++ trunk/dports/python/py27-shapely/Portfile	2010-02-19 03:33:38 UTC (rev 63951)
@@ -37,6 +37,5 @@
         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>"
+livecheck.url           http://pypi.python.org/packages/source/S/Shapely/
+livecheck.regex         Shapely-(\\d+(\\.\\d+)+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100218/0e75282b/attachment.html>


More information about the macports-changes mailing list