patrick 15/01/12 06:14:17 Modified: ipython-2.3.1.ebuild ChangeLog Log: Fix test deps #535958 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 dev-python/ipython/ipython-2.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.3.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.3.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-2.3.1.ebuild?r1=1.2&r2=1.3 Index: ipython-2.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.3.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ipython-2.3.1.ebuild 3 Dec 2014 01:59:27 -0000 1.2 +++ ipython-2.3.1.ebuild 12 Jan 2015 06:14:17 -0000 1.3 @@ -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 @@ 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 @@ 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 1.155 dev-python/ipython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.155&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.155&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.154&r2=1.155 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- ChangeLog 12 Dec 2014 23:23:16 -0000 1.154 +++ ChangeLog 12 Jan 2015 06:14:17 -0000 1.155 @@ -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 <[email protected]> ipython-2.3.1.ebuild: + Fix test deps #535958 12 Dec 2014; Michał Górny <[email protected]> ipython-0.10.2.ebuild: Rename net-zope/zope-interface to dev-python/zope-interface.
