| 1 | PortSystem 1.0 |
|---|
| 2 | PortGroup python27 1.0 |
|---|
| 3 | |
|---|
| 4 | name py27-ipython |
|---|
| 5 | set my_name ipython |
|---|
| 6 | version 0.10 |
|---|
| 7 | categories python |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers akitada openmaintainer |
|---|
| 10 | description An enhanced Interactive Python shell |
|---|
| 11 | long_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 | |
|---|
| 17 | homepage http://ipython.scipy.org/ |
|---|
| 18 | master_sites ${homepage}dist/ |
|---|
| 19 | distname ${my_name}-${version} |
|---|
| 20 | checksums md5 dd10cd1b622c16c1afca2239fcc0dfdf \ |
|---|
| 21 | sha1 175bbacf74d94336e3fe06e390e04ad2bfff6fd4 \ |
|---|
| 22 | rmd160 819609298bb000aa01c3af6ad2717d91d46e39d8 |
|---|
| 23 | |
|---|
| 24 | use_parallel_build yes |
|---|
| 25 | |
|---|
| 26 | test.run no |
|---|
| 27 | |
|---|
| 28 | post-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 | |
|---|
| 34 | variant scientific description "Use ScientificPython to provide physical quantities support" { |
|---|
| 35 | depends_lib-append port:py27-scientific |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | default_variants +scientific |
|---|
| 39 | universal_variant no |
|---|
| 40 | |
|---|
| 41 | livecheck.type regex |
|---|
| 42 | livecheck.url ${homepage}/moin/Download |
|---|
| 43 | livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*) |
|---|