Ticket #12391: Portfile

File Portfile, 1.1 KB (added by mdroe@…, 17 years ago)
Line 
1# $Id: Portfile 25473 2007-05-22 11:53:40Z jochen@macports.org $
2
3PortSystem              1.0
4PortGroup               python25 1.0
5
6name                    py25-ipython
7version                 0.8.1
8categories              python
9platforms               darwin
10maintainers             openmaintainer@macports.org jochen@macports.org
11description             An enhanced Interactive Python shell
12long_description        Provide an interactive shell superior to Python's default. \
13                        Serve as an embeddable, ready to use interpreter for your own programs. \
14                        Offer a flexible framework which can be used as the base environment for \
15                        other systems with Python as the underlying language.  \
16                        Allow interactive testing of threaded graphical toolkits.
17
18homepage                http://ipython.scipy.org
19master_sites            ${homepage}/dist/ \
20                        ${homepage}/dist/old/
21distname                ipython-${version}
22checksums               md5 3479262a4bab21246ff07a06bbbd7bcb
23patchfiles              patch-setup.py
24
25depends_run             port:py25-readline