Ticket #26790: Portfile-py27-ipython

File Portfile-py27-ipython, 1.7 KB (added by kurtjaeke@…, 14 years ago)
Line 
1PortSystem              1.0
2PortGroup               python27 1.0
3
4name                    py27-ipython
5set my_name             ipython
6version                 0.10
7categories              python
8platforms               darwin
9maintainers             akitada openmaintainer
10description             An enhanced Interactive Python shell
11long_description        Provide an interactive shell superior to Python's default. \
12                        Serve as an embeddable, ready to use interpreter for your own programs. \
13                        Offer a flexible framework which can be used as the base environment for \
14                        other systems with Python as the underlying language.  \
15                        Allow interactive testing of threaded graphical toolkits.
16
17homepage                http://ipython.scipy.org/
18master_sites            ${homepage}dist/
19distname                ${my_name}-${version}
20checksums               md5 dd10cd1b622c16c1afca2239fcc0dfdf \
21                        sha1 175bbacf74d94336e3fe06e390e04ad2bfff6fd4 \
22                        rmd160 819609298bb000aa01c3af6ad2717d91d46e39d8
23
24use_parallel_build      yes
25
26test.run                no
27
28post-destroot {
29    foreach f {ipython pycolor} {
30        ln -s ${python.prefix}/share/man/man1/${f}.1.gz ${destroot}${prefix}/share/man/man1/${f}${python.branch}.1.gz
31    }
32}
33
34variant scientific description "Use ScientificPython to provide physical quantities support" {
35    depends_lib-append      port:py27-scientific
36}
37
38default_variants        +scientific
39universal_variant       no
40
41livecheck.type          regex
42livecheck.url           ${homepage}/moin/Download
43livecheck.regex         ${my_name}-(\\d+(?:\\.\\d+)*)