summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ipython/ipython-0.6.13.ebuild')
-rw-r--r--dev-python/ipython/ipython-0.6.13.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/ipython/ipython-0.6.13.ebuild b/dev-python/ipython/ipython-0.6.13.ebuild
new file mode 100644
index 000000000000..29dd388963e5
--- /dev/null
+++ b/dev-python/ipython/ipython-0.6.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.13.ebuild,v 1.1 2005/04/15 23:59:28 fserb Exp $
+
+inherit distutils
+
+DESCRIPTION="An advanced interactive shell for Python."
+HOMEPAGE="http://ipython.scipy.org/"
+SRC_URI="http://ipython.scipy.org/dist/${P}.tar.gz"
+
+LICENSE="PYTHON"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc s390 ~x86"
+IUSE="gnuplot"
+
+DEPEND="virtual/python"
+RDEPEND="${DEPEND}
+ gnuplot? ( dev-python/gnuplot-py )"
+
+DOCS="doc/ChangeLog"