Revision: 117392 https://trac.macports.org/changeset/117392 Author: stromnov@macports.org Date: 2014-02-25 01:53:54 -0800 (Tue, 25 Feb 2014) Log Message: ----------- py-ipython: update to version 1.2.1 Modified Paths: -------------- trunk/dports/python/py-ipython/Portfile Modified: trunk/dports/python/py-ipython/Portfile =================================================================== --- trunk/dports/python/py-ipython/Portfile 2014-02-25 06:39:21 UTC (rev 117391) +++ trunk/dports/python/py-ipython/Portfile 2014-02-25 09:53:54 UTC (rev 117392) @@ -8,7 +8,7 @@ set realname ipython name py-${realname} -version 1.2.0 +version 1.2.1 revision 0 platforms darwin license BSD @@ -30,8 +30,8 @@ distname ${realname}-${version} -checksums rmd160 2571476749e1de11a0a3612902d7321d504c3ccc \ - sha256 c4b4e250d2a68ded2ef267d8deae2a972f5f94481d2e4015bd5c1922b5f318d7 +checksums rmd160 318f97b515bd984d5eaac0e2558a5d67e3d5378d \ + sha256 c27aeae9b8e5c4a2d28ba0f04b879216d6f96f36380cd465a823b1efb0595874 # 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}"} {