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

stromnov at macports.org stromnov at macports.org
Mon Apr 20 03:03:26 PDT 2015


Revision: 135256
          https://trac.macports.org/changeset/135256
Author:   stromnov at macports.org
Date:     2015-04-20 03:03:26 -0700 (Mon, 20 Apr 2015)
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	2015-04-20 10:01:09 UTC (rev 135255)
+++ trunk/dports/python/py-shapely/Portfile	2015-04-20 10:03:26 UTC (rev 135256)
@@ -42,6 +42,7 @@
 
     livecheck.type      none
 } else {
-    livecheck.url           http://pypi.python.org/packages/source/S/Shapely/
-    livecheck.regex         Shapely-(\\d+(\\.\\d+)+)${extract.suffix}
+    livecheck.type          regex
+    livecheck.url           https://pypi.python.org/pypi/Shapely/json
+    livecheck.regex         {Shapely-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150420/d5eba9a6/attachment.html>


More information about the macports-changes mailing list