diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-02-03 10:44:59 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-02-03 10:44:59 +0000 |
commit | 880f68669481401ee63a0183592b1ea9d4d7f390 (patch) | |
tree | ed9e1e9be5a347094892332f360465c0d01a15e7 /dev-python/ipython | |
parent | Stable on ppc wrt bug 164628 (diff) | |
download | gentoo-2-880f68669481401ee63a0183592b1ea9d4d7f390.tar.gz gentoo-2-880f68669481401ee63a0183592b1ea9d4d7f390.tar.bz2 gentoo-2-880f68669481401ee63a0183592b1ea9d4d7f390.zip |
Version bump plus cleanups and improvements (doc, examples, emacs, test USE-flags, added PYTHON_MODNAME). Dropped old versions.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 12 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.6.13 | 3 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.6.14 | 3 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.7.0 | 3 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.7.1 | 3 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.7.2 | 3 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.7.3 | 3 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.6.13.ebuild | 20 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.6.14.ebuild | 20 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.7.0.ebuild | 20 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.7.1.ebuild | 23 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.7.2.ebuild | 20 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.7.3.ebuild | 58 |
13 files changed, 71 insertions, 120 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index a7e2f4008fdb..84a856ff4bfe 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/ipython -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.31 2006/06/07 16:54:15 pythonhead Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.32 2007/02/03 10:44:59 dev-zero Exp $ + +*ipython-0.7.3 (03 Feb 2007) + + 03 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> -ipython-0.6.13.ebuild, + -ipython-0.6.14.ebuild, -ipython-0.7.0.ebuild, -ipython-0.7.1.ebuild, + -ipython-0.7.2.ebuild, +ipython-0.7.3.ebuild: + Version bump plus cleanups and improvements (doc, examples, emacs, test + USE-flags, added PYTHON_MODNAME). Dropped old versions. *ipython-0.7.2 (07 Jun 2006) diff --git a/dev-python/ipython/files/digest-ipython-0.6.13 b/dev-python/ipython/files/digest-ipython-0.6.13 deleted file mode 100644 index e325c052e075..000000000000 --- a/dev-python/ipython/files/digest-ipython-0.6.13 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 22f5a7a9eae21df4c3c71870dc3953f2 ipython-0.6.13.tar.gz 888569 -RMD160 d9f803c54215cb319f3b43e3f910c5f07f8c1d6e ipython-0.6.13.tar.gz 888569 -SHA256 4ca90ce9e60013a467d66c84750265fd5b764904196101ec36b6d45065bd29bc ipython-0.6.13.tar.gz 888569 diff --git a/dev-python/ipython/files/digest-ipython-0.6.14 b/dev-python/ipython/files/digest-ipython-0.6.14 deleted file mode 100644 index a10b777951b0..000000000000 --- a/dev-python/ipython/files/digest-ipython-0.6.14 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3c6ee2a7c14dee93d7fe9cabd0ef4191 ipython-0.6.14.tar.gz 889345 -RMD160 0346d17ac84dd1a13600c37fe18e32055a5256f7 ipython-0.6.14.tar.gz 889345 -SHA256 e2a13d86c5748768e2787ab7e772036513089d08a7f784ebef971cffa39c11bd ipython-0.6.14.tar.gz 889345 diff --git a/dev-python/ipython/files/digest-ipython-0.7.0 b/dev-python/ipython/files/digest-ipython-0.7.0 deleted file mode 100644 index c46b9ab16fdd..000000000000 --- a/dev-python/ipython/files/digest-ipython-0.7.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3be8bae6c7c2153b6e57d3214c52c841 ipython-0.7.0.tar.gz 931573 -RMD160 b9e83c4a97e5580c6ecdd889420db894f64e29a6 ipython-0.7.0.tar.gz 931573 -SHA256 7e12405ad61895c8e30bf1c61ddcf29e92f95839e459c16a1b44f99e4ad1e717 ipython-0.7.0.tar.gz 931573 diff --git a/dev-python/ipython/files/digest-ipython-0.7.1 b/dev-python/ipython/files/digest-ipython-0.7.1 deleted file mode 100644 index 1471ba7d76dc..000000000000 --- a/dev-python/ipython/files/digest-ipython-0.7.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f3a23ea23e68736e6a8f823be70bfacf ipython-0.7.1.fix1.tar.gz 949931 -RMD160 1e132a20bf0b45b44028a937b8ee330101683586 ipython-0.7.1.fix1.tar.gz 949931 -SHA256 f515e0719890b1e8f7f99f518fed5039749d55aea91e7b7d66adac4876eabf14 ipython-0.7.1.fix1.tar.gz 949931 diff --git a/dev-python/ipython/files/digest-ipython-0.7.2 b/dev-python/ipython/files/digest-ipython-0.7.2 deleted file mode 100644 index abae2d87ce4c..000000000000 --- a/dev-python/ipython/files/digest-ipython-0.7.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3565efcf87c7318c1a3930e278ac9fa5 ipython-0.7.2.tar.gz 1085704 -RMD160 d0c324cde16b092b1443e60d174d950e11dcbebd ipython-0.7.2.tar.gz 1085704 -SHA256 ece09005036ae34dde9de2682ff0b1ab462a86b2e12c593ca2e49e0c1fce3a2a ipython-0.7.2.tar.gz 1085704 diff --git a/dev-python/ipython/files/digest-ipython-0.7.3 b/dev-python/ipython/files/digest-ipython-0.7.3 new file mode 100644 index 000000000000..3f2787efdb05 --- /dev/null +++ b/dev-python/ipython/files/digest-ipython-0.7.3 @@ -0,0 +1,3 @@ +MD5 40cbc814b812f2c3d6c13b47d41a6cc5 ipython-0.7.3.tar.gz 1095673 +RMD160 8a47b9d9f8985b2639570ebda77b9f341c142a9a ipython-0.7.3.tar.gz 1095673 +SHA256 269fe2f2224f87588e4481da6383c233b63a6a096a4f7f7abd4648ee792b9a84 ipython-0.7.3.tar.gz 1095673 diff --git a/dev-python/ipython/ipython-0.6.13.ebuild b/dev-python/ipython/ipython-0.6.13.ebuild deleted file mode 100644 index bab0de141d3a..000000000000 --- a/dev-python/ipython/ipython-0.6.13.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.13.ebuild,v 1.5 2005/09/26 16:06:37 liquidx 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" -RDEPEND="${DEPEND} - gnuplot? ( dev-python/gnuplot-py )" - -DOCS="doc/ChangeLog" diff --git a/dev-python/ipython/ipython-0.6.14.ebuild b/dev-python/ipython/ipython-0.6.14.ebuild deleted file mode 100644 index 85a0d9e283db..000000000000 --- a/dev-python/ipython/ipython-0.6.14.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.14.ebuild,v 1.2 2005/09/26 16:06:37 liquidx 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" -RDEPEND="${DEPEND} - gnuplot? ( dev-python/gnuplot-py )" - -DOCS="doc/ChangeLog" diff --git a/dev-python/ipython/ipython-0.7.0.ebuild b/dev-python/ipython/ipython-0.7.0.ebuild deleted file mode 100644 index 743664c1985e..000000000000 --- a/dev-python/ipython/ipython-0.7.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.3 2006/06/06 22:35:51 carlo Exp $ - -NEED_PYTHON=2.3 - -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" - -RDEPEND="gnuplot? ( dev-python/gnuplot-py )" - -DOCS="doc/ChangeLog" diff --git a/dev-python/ipython/ipython-0.7.1.ebuild b/dev-python/ipython/ipython-0.7.1.ebuild deleted file mode 100644 index f4b66c6d4206..000000000000 --- a/dev-python/ipython/ipython-0.7.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.1.ebuild,v 1.3 2006/06/06 22:35:51 carlo Exp $ - -NEED_PYTHON=2.3 - -inherit distutils - -MY_P="${P}.fix1" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="An advanced interactive shell for Python." -HOMEPAGE="http://ipython.scipy.org/" -SRC_URI="http://ipython.scipy.org/dist/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~s390 ~x86" -IUSE="gnuplot" - -RDEPEND="gnuplot? ( dev-python/gnuplot-py )" - -DOCS="doc/ChangeLog" diff --git a/dev-python/ipython/ipython-0.7.2.ebuild b/dev-python/ipython/ipython-0.7.2.ebuild deleted file mode 100644 index bedd8e1fcaa4..000000000000 --- a/dev-python/ipython/ipython-0.7.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.2.ebuild,v 1.2 2006/06/07 17:00:52 pythonhead Exp $ - -NEED_PYTHON=2.3 - -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 ~ia64 ~ppc ~s390 ~x86" -IUSE="gnuplot" - -RDEPEND="gnuplot? ( dev-python/gnuplot-py )" - -DOCS="doc/ChangeLog" diff --git a/dev-python/ipython/ipython-0.7.3.ebuild b/dev-python/ipython/ipython-0.7.3.ebuild new file mode 100644 index 000000000000..423be4c9a433 --- /dev/null +++ b/dev-python/ipython/ipython-0.7.3.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.7.3.ebuild,v 1.1 2007/02/03 10:44:59 dev-zero Exp $ + +NEED_PYTHON=2.3 + +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 ~ia64 ~ppc ~s390 ~x86" +IUSE="doc examples emacs gnuplot test" + +DEPEND="test? ( dev-python/pexpect )" +RDEPEND="gnuplot? ( dev-python/gnuplot-py )" + +PYTHON_MODNAME="IPython" + +src_unpack() { + unpack ${A} + cd "${S}" + + sed -i \ + -e '/examfiles/d' -e '/examples/d' \ + -e "/'manual'/d" -e '/manfiles)/d' \ + -e 's/^docfiles.*/docfiles=""/' \ + setup.py || die "sed failed" +} + +src_install() { + DOCS="doc/ChangeLog" + distutils_src_install + + cd doc + insinto /usr/share/doc/${PF} + + if use doc ; then + dohtml manual/* + doins *.pdf + fi + if use examples ; then + doins -r examples + fi + if use emacs ; then + insinto /usr/share/emacs/site-lisp + doins ipython.el + fi +} + +src_test() { + cd test + "${python}" test_irunner.py || die "irunner test failed" + "${python}" test_wildcard.py || die "wildcard test failed" +} |