Revision: 31760 http://trac.macosforge.org/projects/macports/changeset/31760 Author: jochen@macports.org Date: 2007-12-06 06:26:29 -0800 (Thu, 06 Dec 2007) Log Message: ----------- Upgrde to 0.8.2, modified patch from #13459 Modified Paths: -------------- trunk/dports/python/py-ipython/Portfile Modified: trunk/dports/python/py-ipython/Portfile =================================================================== --- trunk/dports/python/py-ipython/Portfile 2007-12-06 13:14:45 UTC (rev 31759) +++ trunk/dports/python/py-ipython/Portfile 2007-12-06 14:26:29 UTC (rev 31760) @@ -4,8 +4,7 @@ PortGroup python24 1.0 name py-ipython -version 0.8.1 -revision 1 +version 0.8.2 categories python platforms darwin maintainers openmaintainer jochen @@ -17,10 +16,11 @@ Allow interactive testing of threaded graphical toolkits. homepage http://ipython.scipy.org -master_sites ${homepage}/dist/ \ - ${homepage}/dist/old/ +master_sites ${homepage}/dist/ distname ipython-${version} -checksums md5 3479262a4bab21246ff07a06bbbd7bcb +checksums md5 fd5a1b6e518898a4aee8b8d8b428af70 \ + sha1 2923c1f790d41aeacd2442af5de8ab61c43f6167 \ + rmd160 976d8512d68ed4e1bf28ab50e90bcb7777c34e53 patchfiles patch-setup.py depends_lib-append port:py-readline @@ -31,3 +31,7 @@ } default_variants +scientific + +livecheck.check regex +livecheck.url ${master_sites}?C=M&O=A +livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
participants (1)
-
jochen@macports.org