# $Id: Portfile,v 1.10 2006/06/07 06:00:40 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-ipython
version			0.7.2
categories		python
platforms		darwin
maintainers		mww@opendarwin.org
description		An enhanced Interactive Python shell
long_description	${description}

homepage		http://ipython.scipy.org/
master_sites	${homepage}/dist/ \
				${homepage}/dist/old/
distname		ipython-${version}
checksums		sha1 fe73fd5f78c997258ab41d6621a6be25bc2a697e
patchfiles		patch-setup.py

depends_run		port:py-readline

