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 | 7df36aa54dcf4af1ba3dc43f3de84f4c12ffb076 (patch) | |
tree | edf5eef7ee2bad5ec5b64e9704e35ca7b15b005e /dev-python | |
parent | new package, another more interactive python shell (diff) | |
download | historical-7df36aa54dcf4af1ba3dc43f3de84f4c12ffb076.tar.gz historical-7df36aa54dcf4af1ba3dc43f3de84f4c12ffb076.tar.bz2 historical-7df36aa54dcf4af1ba3dc43f3de84f4c12ffb076.zip |
new package, another more interactive python shell
Diffstat (limited to 'dev-python')
-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 |
3 files changed, 23 insertions, 1 deletions
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" |