* [gentoo-commits] proj/sci:master commit in: dev-python/ipykernel/
@ 2015-11-27 9:55 99% Marius Brehler
0 siblings, 0 replies; 1+ results
From: Marius Brehler @ 2015-11-27 9:55 UTC (permalink / raw
To: gentoo-commits
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 <marbre@linux.sungazer.de>
+ +ipykernel-4.2.0.ebuild:
+ dev-python/ipykernel: Version bump
+
*ipykernel-4.1.1 (21 Oct 2015)
21 Oct 2015; Marius Brehler <marbre@linux.sungazer.de>
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
+}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-11-27 9:55 99% [gentoo-commits] proj/sci:master commit in: dev-python/ipykernel/ Marius Brehler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox