From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 521C71384B4 for ; 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 ; 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 ; 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 ; Sat, 28 Nov 2015 17:33:18 +0000 (UTC) From: "Justin Lecher" 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" 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 666555c4-a246-4670-acbf-f170dfbfdf4b X-Archives-Hash: 3e163c85158558d86e6c88ecdc79d337 commit: 24aa65673f272a6c8086183f806f2a596ea2883a Author: Marius Brehler linux sungazer de> AuthorDate: Fri Nov 27 15:18:26 2015 +0000 Commit: Justin Lecher gentoo 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 @@ + + + + sci + + This package provides the IPython kernel for Jupyter. + + + ipykernel + ipython/ipykernel + +