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 | b5c4dba89c2838f4a637b80527e8281a2e063a78 (patch) | |
tree | f300d38eee9fd1746a7270498f0e0f52fcdbcb60 /dev-python | |
parent | New ebuild, fixes bug #63386. (diff) | |
download | historical-b5c4dba89c2838f4a637b80527e8281a2e063a78.tar.gz historical-b5c4dba89c2838f4a637b80527e8281a2e063a78.tar.bz2 historical-b5c4dba89c2838f4a637b80527e8281a2e063a78.zip |
Version bump.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ipython/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/ipython/Manifest | 16 | ||||
-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, 70 insertions, 3 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..577506ee403d 100644 --- a/dev-python/ipython/Manifest +++ b/dev-python/ipython/Manifest @@ -1,6 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 094ce322175960f79893111e54b89bf7 ipython-0.5.0.ebuild 637 +MD5 5e902b2687e4d2c606320fe8a5c4ea61 ChangeLog 1303 +MD5 bc7bf882e287892e01bed6a317323bac metadata.xml 1078 MD5 a560aac9d69f9e199abdbf4473061040 ipython-0.6.0.ebuild 720 -MD5 f032577975f0601313d73ca605ce695e ChangeLog 984 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 8d7f7695b5eec62de407cd15a30bdd3d ipython-0.6.3.ebuild 711 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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBQYZX2jLqHNfbg2URAqosAJ4+xYyfA6DmyNNroNGuUY69Riy+SwCeMZOx +HU2HFl4g1r5OsM1mpN0eV7k= +=GBxe +-----END PGP SIGNATURE----- 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> |