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

stromnov at macports.org stromnov at macports.org
Tue Feb 11 03:42:30 PST 2014


Revision: 116961
          https://trac.macports.org/changeset/116961
Author:   stromnov at macports.org
Date:     2014-02-11 03:42:30 -0800 (Tue, 11 Feb 2014)
Log Message:
-----------
py-ipython: update to version 1.2.0

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2014-02-11 11:31:06 UTC (rev 116960)
+++ trunk/dports/python/py-ipython/Portfile	2014-02-11 11:42:30 UTC (rev 116961)
@@ -8,13 +8,13 @@
 set realname        ipython
 
 name                py-${realname}
-version             1.1.0
-revision            1
+version             1.2.0
+revision            0
 platforms           darwin
 license             BSD
 supported_archs     noarch
 
-python.versions     24 25 26 27 31 32 33
+python.versions     24 25 26 27 31 32 33 34
 
 maintainers         akitada openmaintainer
 
@@ -30,17 +30,19 @@
 
 distname            ${realname}-${version}
 
-checksums           rmd160  ba0e9d0403fe47809b3367830b8fa6d6291d790a \
-                    sha256  6c4e4a65225ab45be923f6bd0b71b604ddf8acd769c4e2818fac89793cdf91be
+checksums           rmd160  2571476749e1de11a0a3612902d7321d504c3ccc \
+                    sha256  c4b4e250d2a68ded2ef267d8deae2a972f5f94481d2e4015bd5c1922b5f318d7
 
 # IPython 1.0 requires Python ≥ 2.6.5 or ≥ 3.2.1. It does not support Python 3.0, 3.1, or 2.5.
 if {${subport} eq "py24-${realname}" || ${subport} eq "py25-${realname}" || ${subport} eq "py31-${realname}"} {
     if {${subport} eq "py24-${realname}" || ${subport} eq "py25-${realname}"} {
         version             0.10.2
+        revision            1
         checksums           rmd160  365a4eb9b534df1a9aa8717f173e9a032224ea01 \
                             sha256  9ed5fe693d92e6ba9ecc3e367ae5607b80d66db53b0a636fa39fe15ae3df8c47
     } elseif {${subport} eq "py31-${realname}"} {
         version             0.13.2
+        revision            1
         checksums           rmd160  afdd4e7fed6b3d23d5577b66671c9b868ef1f847 \
                             sha256  17fbeea1dff2318d617d90fdf7af4eb35dc48c61389a2dffaab8ff100fb100ea
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140211/316c4be0/attachment.html>


More information about the macports-changes mailing list