diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2004-09-10 10:43:17 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2004-09-10 10:43:17 +0000 |
commit | c363d39f72e5aaebedea3481a2e4a6b8f2857b11 (patch) | |
tree | 21c4d71705a84754678b630f7c9dc2ffe7dc2bf4 /dev-python/ipython | |
parent | New ebuild, fixes bug #63386. (Manifest recommit) (diff) | |
download | gentoo-2-c363d39f72e5aaebedea3481a2e4a6b8f2857b11.tar.gz gentoo-2-c363d39f72e5aaebedea3481a2e4a6b8f2857b11.tar.bz2 gentoo-2-c363d39f72e5aaebedea3481a2e4a6b8f2857b11.zip |
Version bump.
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/ipython/Manifest | 4 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.6.3 | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.6.3.ebuild | 26 | ||||
-rw-r--r-- | dev-python/ipython/metadata.xml | 20 |
5 files changed, 59 insertions, 2 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 43c9f798c6aa..3b4420991cff 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/ipython # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.6 2004/06/25 01:32:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.7 2004/09/10 10:43:17 lucass Exp $ + +*ipython-0.6.3 (10 Sep 2004) + + 10 Sep 2004; Lukasz Strzygowski <lucass@gentoo.org> metadata.xml, + +ipython-0.6.3.ebuild: + Version bump. Thanks for information about new release to Christopher + Knox in bug #63328. Replaced dependency on ">=dev-lang/python-2.2" + with "virtual/python". Added description to metadata. 05 Jun 2004; David Holm <dholm@gentoo.org> ipython-0.6.0.ebuild: Added to ~ppc. diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest index 1f48f4471a5e..2690cf65bbb7 100644 --- a/dev-python/ipython/Manifest +++ b/dev-python/ipython/Manifest @@ -1,6 +1,8 @@ MD5 094ce322175960f79893111e54b89bf7 ipython-0.5.0.ebuild 637 -MD5 a560aac9d69f9e199abdbf4473061040 ipython-0.6.0.ebuild 720 MD5 f032577975f0601313d73ca605ce695e ChangeLog 984 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 a560aac9d69f9e199abdbf4473061040 ipython-0.6.0.ebuild 720 +MD5 a560aac9d69f9e199abdbf4473061040 ipython-0.6.3.ebuild 720 MD5 398c8603e20a6f2b983f654f1cd5a380 files/digest-ipython-0.5.0 65 MD5 1645e70359ddb0eab2883e2e4c724ae2 files/digest-ipython-0.6.0 65 +MD5 e07842c767af408e7450a77d96554836 files/digest-ipython-0.6.3 65 diff --git a/dev-python/ipython/files/digest-ipython-0.6.3 b/dev-python/ipython/files/digest-ipython-0.6.3 new file mode 100644 index 000000000000..a18c6f429037 --- /dev/null +++ b/dev-python/ipython/files/digest-ipython-0.6.3 @@ -0,0 +1 @@ +MD5 278477ed2da0708f3eae1ecb402f3b56 IPython-0.6.3.tar.gz 812098 diff --git a/dev-python/ipython/ipython-0.6.3.ebuild b/dev-python/ipython/ipython-0.6.3.ebuild new file mode 100644 index 000000000000..4bfb0190817b --- /dev/null +++ b/dev-python/ipython/ipython-0.6.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.3.ebuild,v 1.1 2004/09/10 10:43:17 lucass Exp $ + +inherit distutils + +MY_P=${P/ipython/IPython} +DESCRIPTION="An advanced interactive shell for Python." +SRC_URI="http://ipython.scipy.org/dist/${MY_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 )" + +S="${WORKDIR}/${MY_P}" + +src_install() { + distutils_src_install + dodoc doc/ChangeLog + mv ${D}/usr/share/doc/IPython/* ${D}/usr/share/doc/${PF}/ +} + diff --git a/dev-python/ipython/metadata.xml b/dev-python/ipython/metadata.xml index de483c53568f..97f03a370b03 100644 --- a/dev-python/ipython/metadata.xml +++ b/dev-python/ipython/metadata.xml @@ -2,4 +2,24 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> +<longdescription> +IPython provides a replacement for the interactive Python interpreter with +extra functionality. + +Main features: +* Comprehensive object introspection. +* Input history, persistent across sessions. +* Caching of output results during a session with automatically generated + references. +* Readline based name completion. +* Extensible system of 'magic' commands for controlling the environment and + performing many tasks related either to IPython or the operating system. +* Configuration system with easy switching between different setups (simpler + than changing $PYTHONSTARTUP environment variables every time). +* Session logging and reloading. +* Extensible syntax processing for special purpose situations. +* Access to the system shell with user-extensible alias system. +* Easily embeddable in other Python programs. +* Integrated access to the pdb debugger and the Python profiler. +</longdescription> </pkgmetadata> |