summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-01-28 19:49:56 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-01-28 19:49:56 +0000
commitb05f5050c39dd5a7783f4a659e55b0128bcab248 (patch)
tree2805a89274045b0fd1a84e2d19fed9c6ed189cdd /dev-python/ipython/ipython-0.6.10.ebuild
parentVersion bump for beta testers. (diff)
downloadhistorical-b05f5050c39dd5a7783f4a659e55b0128bcab248.tar.gz
historical-b05f5050c39dd5a7783f4a659e55b0128bcab248.tar.bz2
historical-b05f5050c39dd5a7783f4a659e55b0128bcab248.zip
Version bump.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python/ipython/ipython-0.6.10.ebuild')
-rw-r--r--dev-python/ipython/ipython-0.6.10.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/ipython/ipython-0.6.10.ebuild b/dev-python/ipython/ipython-0.6.10.ebuild
new file mode 100644
index 000000000000..df4668c53961
--- /dev/null
+++ b/dev-python/ipython/ipython-0.6.10.ebuild
@@ -0,0 +1,17 @@
+# 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.10.ebuild,v 1.1 2005/01/28 19:49:56 pythonhead Exp $
+
+inherit distutils
+
+DESCRIPTION="An advanced interactive shell for Python."
+SRC_URI="http://ipython.scipy.org/dist/${P}.tar.gz"
+HOMEPAGE="http://ipython.scipy.org/"
+LICENSE="PYTHON"
+SLOT="0"
+IUSE="gnuplot"
+KEYWORDS="~x86 ~amd64 ~ppc"
+DEPEND="virtual/python"
+RDEPEND="${DEPEND}
+ gnuplot? ( dev-python/gnuplot-py )"
+DOCS="doc/ChangeLog"