commit: 5e4480333e644b8c987c0e8bf53749d8ce6a212c Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Fri Nov 27 09:55:27 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Fri Nov 27 09:55:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e448033
dev-python/ipykernel: Version bump Package-Manager: portage-2.2.20.1 dev-python/ipykernel/ChangeLog | 6 +++++ dev-python/ipykernel/ipykernel-4.2.0.ebuild | 35 +++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-python/ipykernel/ChangeLog b/dev-python/ipykernel/ChangeLog index 0af12c8..238b6b3 100644 --- a/dev-python/ipykernel/ChangeLog +++ b/dev-python/ipykernel/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*ipykernel-4.2.0 (27 Nov 2015) + + 27 Nov 2015; Marius Brehler <[email protected]> + +ipykernel-4.2.0.ebuild: + dev-python/ipykernel: Version bump + *ipykernel-4.1.1 (21 Oct 2015) 21 Oct 2015; Marius Brehler <[email protected]> diff --git a/dev-python/ipykernel/ipykernel-4.2.0.ebuild b/dev-python/ipykernel/ipykernel-4.2.0.ebuild new file mode 100644 index 0000000..e8cf096 --- /dev/null +++ b/dev-python/ipykernel/ipykernel-4.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="IPython Kernel for Jupyter" +HOMEPAGE="https://github.com/ipython/ipykernel" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/traitlets[${PYTHON_USEDEP}]" + #dev-python/jupyter_client[${PYTHON_USEDEP}] + #>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}] +DEPEND="${RDEPEND} + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) + " + +python_test() { + nosetests --with-coverage --cover-package ipykernel ipykernel || die +}
