Revision
133460
Author
stromnov@macports.org
Date
2015-03-02 06:21:58 -0800 (Mon, 02 Mar 2015)

Log Message

py-ipython: update to version 3.0.0

Modified Paths

Diff

Modified: trunk/dports/python/py-ipython/Portfile (133459 => 133460)


--- trunk/dports/python/py-ipython/Portfile	2015-03-02 08:18:50 UTC (rev 133459)
+++ trunk/dports/python/py-ipython/Portfile	2015-03-02 14:21:58 UTC (rev 133460)
@@ -8,7 +8,7 @@
 set realname        ipython
 
 name                py-${realname}
-version             2.4.1
+version             3.0.0
 platforms           darwin
 license             BSD
 supported_archs     noarch
@@ -31,8 +31,8 @@
 
 distname            ${realname}-${version}
 
-checksums           rmd160  cffcda6a025f93b1cbce212e3200bf5a3f7ac6b1 \
-                    sha256  6d350b5c2d3e925b0ff6167658812d720b891e476238d924504e2f7f483e9217
+checksums           rmd160  253b78a5245d664a5b71fe86a6469ee35f936896 \
+                    sha256  86070141110101b6b55e6dc31a40461c437d391a5337a6e5e349357dc18bfbb4
 
 if {${name} ne ${subport} && ${python.version} < 30 && ${python.version} > 25} {
     variant scientific description "Use ScientificPython to provide physical quantities support" {
@@ -111,6 +111,6 @@
     livecheck.type          none
 } else {
     livecheck.type          regex
-    livecheck.url           https://github.com/ipython/ipython/tags
-    livecheck.regex         rel-(\\d+(?:\\.\\d+)*)${extract.suffix}
+    livecheck.url           https://pypi.python.org/pypi/ipython/json
+    livecheck.regex         {ipython-(\d+(?:\.\d+)*)\.[tz]}
 }