diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-01-11 17:50:42 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-01-11 17:50:42 +0000 |
commit | 590b77c23fa1e66cea47b1d8e2d912386720999e (patch) | |
tree | 05c32773d952ff5fe9d542127392f8583f08fe4a /dev-python | |
parent | added HOME param to initscript (diff) | |
download | gentoo-2-590b77c23fa1e66cea47b1d8e2d912386720999e.tar.gz gentoo-2-590b77c23fa1e66cea47b1d8e2d912386720999e.tar.bz2 gentoo-2-590b77c23fa1e66cea47b1d8e2d912386720999e.zip |
Version bump, bumping required python version to 2.3. Closes bug #118677.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ipython/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/ipython/Manifest | 2 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.7.0 | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.7.0.ebuild | 20 |
4 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 9b35a700d417..b9f8c27c5eac 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/ipython -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.24 2005/12/24 15:12:19 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.25 2006/01/11 17:50:42 marienz Exp $ + +*ipython-0.7.0 (11 Jan 2006) + + 11 Jan 2006; Marien Zwart <marienz@gentoo.org> +ipython-0.7.0.ebuild: + Version bump, bumping required python version to 2.3. Closes bug #118677. 24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> ipython-0.6.15.ebuild: Stable on ppc. diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest index a5ed12773313..9c9eb06fe03a 100644 --- a/dev-python/ipython/Manifest +++ b/dev-python/ipython/Manifest @@ -2,7 +2,9 @@ MD5 868526b2fd2d1083c2d3f4c5b6995296 ChangeLog 3778 MD5 3a97850f5f76e1bd8fe6082fc70e091d files/digest-ipython-0.6.13 66 MD5 7631bba5e54a813acc27c705fd86f421 files/digest-ipython-0.6.14 66 MD5 ba1f7f14c7a2ab29ed1844b33d1c386b files/digest-ipython-0.6.15 66 +MD5 84134fc74d00134bbadc3fdfbc7e2e01 files/digest-ipython-0.7.0 65 MD5 41da284cfee60d5a59274e429ad7a808 ipython-0.6.13.ebuild 560 MD5 d35091ccc91d50ef92c780b8633b6b80 ipython-0.6.14.ebuild 564 MD5 0c5977f87953185844d6400f6e54eb39 ipython-0.6.15.ebuild 560 +MD5 1251745e16cd8b961a5159123fe6b05d ipython-0.7.0.ebuild 566 MD5 06bf581552d6f6debd761e5135c4cc68 metadata.xml 2253 diff --git a/dev-python/ipython/files/digest-ipython-0.7.0 b/dev-python/ipython/files/digest-ipython-0.7.0 new file mode 100644 index 000000000000..74db5e29fe38 --- /dev/null +++ b/dev-python/ipython/files/digest-ipython-0.7.0 @@ -0,0 +1 @@ +MD5 3be8bae6c7c2153b6e57d3214c52c841 ipython-0.7.0.tar.gz 931573 diff --git a/dev-python/ipython/ipython-0.7.0.ebuild b/dev-python/ipython/ipython-0.7.0.ebuild new file mode 100644 index 000000000000..ec46839c8ad4 --- /dev/null +++ b/dev-python/ipython/ipython-0.7.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.7.0.ebuild,v 1.1 2006/01/11 17:50:42 marienz 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="BSD" +SLOT="0" +KEYWORDS="~amd64 ppc s390 x86" +IUSE="gnuplot" + +DEPEND=">=virtual/python-2.3" +RDEPEND="${DEPEND} + gnuplot? ( dev-python/gnuplot-py )" + +DOCS="doc/ChangeLog" |