[135824] trunk/dports/python/py-igraph/Portfile

stromnov at macports.org stromnov at macports.org
Mon May 4 09:11:45 PDT 2015


Revision: 135824
          https://trac.macports.org/changeset/135824
Author:   stromnov at macports.org
Date:     2015-05-04 09:11:45 -0700 (Mon, 04 May 2015)
Log Message:
-----------
py-igraph: fix livecheck

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

Modified: trunk/dports/python/py-igraph/Portfile
===================================================================
--- trunk/dports/python/py-igraph/Portfile	2015-05-04 16:00:43 UTC (rev 135823)
+++ trunk/dports/python/py-igraph/Portfile	2015-05-04 16:11:45 UTC (rev 135824)
@@ -43,6 +43,6 @@
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       ${master_sites}
-    livecheck.regex     "python-igraph-(\\d+\\.\\d+(\\.\\d+)?)"
+    livecheck.url       https://pypi.python.org/pypi/python-igraph/json
+    livecheck.regex     {python-igraph-(\d+(?:\.\d+)*)\.[tz]}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150504/ea91ebcd/attachment.html>


More information about the macports-changes mailing list