diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-01-12 06:14:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-01-12 06:14:17 +0000 |
commit | 81a5a3c6e75be466795f85c8d8d781bfd6efc11b (patch) | |
tree | 16ae24708a2e21b17667a492daaa3389c12f1e29 /dev-python/ipython | |
parent | bump, rm old (diff) | |
download | gentoo-2-81a5a3c6e75be466795f85c8d8d781bfd6efc11b.tar.gz gentoo-2-81a5a3c6e75be466795f85c8d8d781bfd6efc11b.tar.bz2 gentoo-2-81a5a3c6e75be466795f85c8d8d781bfd6efc11b.zip |
Fix test deps #535958
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/ipython/ipython-2.3.1.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index d14dad8d6285..8855e2f1ed64 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipython -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.154 2014/12/12 23:23:16 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.155 2015/01/12 06:14:17 patrick Exp $ + + 12 Jan 2015; Patrick Lauer <patrick@gentoo.org> ipython-2.3.1.ebuild: + Fix test deps #535958 12 Dec 2014; Michał Górny <mgorny@gentoo.org> ipython-0.10.2.ebuild: Rename net-zope/zope-interface to dev-python/zope-interface. diff --git a/dev-python/ipython/ipython-2.3.1.ebuild b/dev-python/ipython/ipython-2.3.1.ebuild index ad43e5a485c6..ca78ee97d61c 100644 --- a/dev-python/ipython/ipython-2.3.1.ebuild +++ b/dev-python/ipython/ipython-2.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.3.1.ebuild,v 1.2 2014/12/03 01:59:27 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.3.1.ebuild,v 1.3 2015/01/12 06:14:17 patrick Exp $ EAPI=5 @@ -53,6 +53,8 @@ DEPEND="${CDEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PY2_USEDEP}] >=www-servers/tornado-3.1[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] dev-python/numpydoc[${PYTHON_USEDEP}] @@ -65,8 +67,8 @@ DEPEND="${CDEPEND} REQUIRED_USE="doc? ( matplotlib mongodb octave )" -PATCHES=( ${FILESDIR}/2.1.0-substitute-files.patch - ${FILESDIR}/2.1.0-disable-tests.patch ) +PATCHES=( "${FILESDIR}/2.1.0-substitute-files.patch" + "${FILESDIR}/2.1.0-disable-tests.patch" ) DISTUTILS_IN_SOURCE_BUILD=1 |