diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-13 22:56:36 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-13 22:56:36 +0000 |
commit | 26cd57127f8f0b5d1e2cc6ccf151ac4eae591654 (patch) | |
tree | 07b6151ce7a1a110c8d160bf6fe008f0ecbfab83 /dev-python/ipython | |
parent | new package, another more interactive python shell (diff) | |
download | gentoo-2-26cd57127f8f0b5d1e2cc6ccf151ac4eae591654.tar.gz gentoo-2-26cd57127f8f0b5d1e2cc6ccf151ac4eae591654.tar.bz2 gentoo-2-26cd57127f8f0b5d1e2cc6ccf151ac4eae591654.zip |
new package, another more interactive python shell
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/ipython/Manifest | 3 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.4.0 | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.4.0.ebuild | 20 |
4 files changed, 32 insertions, 1 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog new file mode 100644 index 000000000000..bfcc213edf55 --- /dev/null +++ b/dev-python/ipython/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/ipython +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.1 2003/06/13 22:56:28 liquidx Exp $ + +*ipython-0.4.0 (13 Jun 2003) + + 13 Jun 2003; Alastair Tse <liquidx@gentoo.org> ipython-0.4.0.ebuild: + New Package. Ebuild Submitted by John Landahl <john@landahl.org>. + diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest index 300517929baa..fdf62f1263a5 100644 --- a/dev-python/ipython/Manifest +++ b/dev-python/ipython/Manifest @@ -1,2 +1,3 @@ -MD5 c66625dd06c1248b6bd7b6cd8650eec6 ipython-0.4.0.ebuild 435 +MD5 e90313c3fb6a026ef6cc1ba73681faf5 ipython-0.4.0.ebuild 540 +MD5 c9dae440856f5aacd9e6b0fe199ccb4a ChangeLog 389 MD5 18bb316eea4b9f454c9ad402b773bc4a files/digest-ipython-0.4.0 65 diff --git a/dev-python/ipython/files/digest-ipython-0.4.0 b/dev-python/ipython/files/digest-ipython-0.4.0 new file mode 100644 index 000000000000..7fdbb6d4aeef --- /dev/null +++ b/dev-python/ipython/files/digest-ipython-0.4.0 @@ -0,0 +1 @@ +MD5 816e6ef193688b58682a51558fdc099f IPython-0.4.0.tar.gz 650747 diff --git a/dev-python/ipython/ipython-0.4.0.ebuild b/dev-python/ipython/ipython-0.4.0.ebuild new file mode 100644 index 000000000000..58568a10db89 --- /dev/null +++ b/dev-python/ipython/ipython-0.4.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.4.0.ebuild,v 1.1 2003/06/13 22:56:28 liquidx Exp $ + +inherit distutils + +MY_P=${P/ipython/IPython} + +IUSE="" +DESCRIPTION="An advanced interactive shell for Python." +HOMEPAGE="http://ipython.scipy.org/" +SRC_URI="http://ipython.scipy.org/dist/${MY_P}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~x86" +DEPEND="virtual/python" +S="${WORKDIR}/${MY_P}" + +mydoc="README" |