[132746] trunk/dports/python/py-ipython/Portfile

sean at macports.org sean at macports.org
Mon Feb 9 14:07:17 PST 2015


Revision: 132746
          https://trac.macports.org/changeset/132746
Author:   sean at macports.org
Date:     2015-02-09 14:07:17 -0800 (Mon, 09 Feb 2015)
Log Message:
-----------
py-ipython: fix livecheck

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2015-02-09 22:07:15 UTC (rev 132745)
+++ trunk/dports/python/py-ipython/Portfile	2015-02-09 22:07:17 UTC (rev 132746)
@@ -112,6 +112,6 @@
     livecheck.type          none
 } else {
     livecheck.type          regex
-    livecheck.url           http://pypi.python.org/packages/source/i/ipython/
-    livecheck.regex         ${realname}-(\\d+(?:\\.\\d+)*)
+    livecheck.url           https://github.com/ipython/ipython/tags
+    livecheck.regex         rel-(\\d+(?:\\.\\d+)*)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150209/33b3148a/attachment.html>


More information about the macports-changes mailing list