[87115] trunk/dports/python/py-shapely/Portfile

snc at macports.org snc at macports.org
Thu Nov 10 12:55:32 PST 2011


Revision: 87115
          http://trac.macports.org/changeset/87115
Author:   snc at macports.org
Date:     2011-11-10 12:55:31 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
py-shapely: fix livecheck

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

Modified: trunk/dports/python/py-shapely/Portfile
===================================================================
--- trunk/dports/python/py-shapely/Portfile	2011-11-10 20:54:58 UTC (rev 87114)
+++ trunk/dports/python/py-shapely/Portfile	2011-11-10 20:55:31 UTC (rev 87115)
@@ -38,7 +38,9 @@
     post-patch {
             reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/shapely/geos.py
     }
+
+    livecheck.type      none
+} else {
+    livecheck.url           http://pypi.python.org/packages/source/S/Shapely/
+    livecheck.regex         Shapely-(\\d+(\\.\\d+)+)${extract.suffix}
 }
-
-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/20111110/60116f54/attachment.html>


More information about the macports-changes mailing list