From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-849106-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 521C71384B4
	for <garchives@archives.gentoo.org>; Sat, 28 Nov 2015 17:33:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C490421C036;
	Sat, 28 Nov 2015 17:33:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 85A2121C03E
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 50EE33406C0
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C25EA92
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:18 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1448637506.24aa65673f272a6c8086183f806f2a596ea2883a.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/ipykernel/Manifest dev-python/ipykernel/ipykernel-4.2.0.ebuild dev-python/ipykernel/metadata.xml
X-VCS-Directories: dev-python/ipykernel/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 24aa65673f272a6c8086183f806f2a596ea2883a
X-VCS-Branch: master
Date: Sat, 28 Nov 2015 17:33:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 666555c4-a246-4670-acbf-f170dfbfdf4b
X-Archives-Hash: 3e163c85158558d86e6c88ecdc79d337

commit:     24aa65673f272a6c8086183f806f2a596ea2883a
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Nov 27 15:18:26 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 15:18:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24aa6567

dev-python/ipykernel: Import from science overlay

Package-Manager: portage-2.2.20.1

 dev-python/ipykernel/Manifest               |  1 +
 dev-python/ipykernel/ipykernel-4.2.0.ebuild | 33 +++++++++++++++++++++++++++++
 dev-python/ipykernel/metadata.xml           | 12 +++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
new file mode 100644
index 0000000..2b027e5
--- /dev/null
+++ b/dev-python/ipykernel/Manifest
@@ -0,0 +1 @@
+DIST ipykernel-4.2.0.tar.gz 80543 SHA256 723b3d4baac20f0c9cd91fc75c3e813636ecb6c6e303fb34d628c3df078985a7 SHA512 32d3d3e594031c16b3ae4736f72e168263d44be15e1a546b4f69614bef30d80ff44db00699be086897c1c384b71600f3cd7bd702b45136f51aab526c2c018f25 WHIRLPOOL e1f335dd68068e338998ac7198db43cee6d06ce19f6f6a40c7da5509beb16fed24b86eb89dcab468fc344d8d4fd090963f74f46aa119013591abf4d3463bccfa

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..e7a161f
--- /dev/null
+++ b/dev-python/ipykernel/ipykernel-4.2.0.ebuild
@@ -0,0 +1,33 @@
+# 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}]"
+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
+}

diff --git a/dev-python/ipykernel/metadata.xml b/dev-python/ipykernel/metadata.xml
new file mode 100644
index 0000000..0e868ae
--- /dev/null
+++ b/dev-python/ipykernel/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <longdescription>
+    This package provides the IPython kernel for Jupyter.
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">ipykernel</remote-id>
+    <remote-id type="github">ipython/ipykernel</remote-id>
+  </upstream>
+</pkgmetadata>