1 | # $Id: Portfile 25473 2007-05-22 11:53:40Z jochen@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-ipython |
---|
7 | version 0.8.1 |
---|
8 | categories python |
---|
9 | platforms darwin |
---|
10 | maintainers openmaintainer@macports.org jochen@macports.org |
---|
11 | description An enhanced Interactive Python shell |
---|
12 | long_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 | |
---|
18 | homepage http://ipython.scipy.org |
---|
19 | master_sites ${homepage}/dist/ \ |
---|
20 | ${homepage}/dist/old/ |
---|
21 | distname ipython-${version} |
---|
22 | checksums md5 3479262a4bab21246ff07a06bbbd7bcb |
---|
23 | patchfiles patch-setup.py |
---|
24 | |
---|
25 | depends_run port:py25-readline |
---|