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 A684E1384B4 for ; Sat, 28 Nov 2015 17:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5C40E08A0; Sat, 28 Nov 2015 17:33:23 +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 03F04E08A0 for ; Sat, 28 Nov 2015 17:33:22 +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 BB604340871 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 6DD9FA95 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: <1448637544.633b9e3ae85f0e727556282004363947b95db7ff.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipywidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipywidgets/Manifest dev-python/ipywidgets/ipywidgets-4.1.1.ebuild dev-python/ipywidgets/metadata.xml X-VCS-Directories: dev-python/ipywidgets/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 633b9e3ae85f0e727556282004363947b95db7ff 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: ff53f24a-824b-43b8-a5fc-306c52878ca9 X-Archives-Hash: 82737549a4e023f71d38f66b0476c4ba commit: 633b9e3ae85f0e727556282004363947b95db7ff Author: Marius Brehler linux sungazer de> AuthorDate: Fri Nov 27 15:19:04 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 27 15:19:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633b9e3a dev-python/ipywidgets: Import from science overlay Package-Manager: portage-2.2.20.1 dev-python/ipywidgets/Manifest | 1 + dev-python/ipywidgets/ipywidgets-4.1.1.ebuild | 35 +++++++++++++++++++++++++++ dev-python/ipywidgets/metadata.xml | 13 ++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/ipywidgets/Manifest b/dev-python/ipywidgets/Manifest new file mode 100644 index 0000000..4905000 --- /dev/null +++ b/dev-python/ipywidgets/Manifest @@ -0,0 +1 @@ +DIST ipywidgets-4.1.1.tar.gz 321646 SHA256 ceeb325e45ade9537c2d115fed9d522e5c6e90bb161592e2f0807375dc661028 SHA512 53b18ae432f72d3305333e92f488f62bb36f83d37fab59e4d103fb77a7ee266d03b96e6de4ffcc2a0f67d6fd892ed1d984c0b188d6cbd527ff3e950e885a5fe4 WHIRLPOOL e1ccb54416bd48fa451cd84f818595dcbe907a3bda79935d884b6f1f226167559cc24f1390d35f8b9a1e3a9af07da5c755c05e93729e27573d030d7ba2def3c3 diff --git a/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild b/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild new file mode 100644 index 0000000..55e3394 --- /dev/null +++ b/dev-python/ipywidgets/ipywidgets-4.1.1.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 HTML widgets for Jupyter" +HOMEPAGE="http://ipython.org/" +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/ipykernel[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND} + test? ( + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) + dev-python/nose[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] + ) + " + +python_test() { + nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die +} diff --git a/dev-python/ipywidgets/metadata.xml b/dev-python/ipywidgets/metadata.xml new file mode 100644 index 0000000..71e3dc1 --- /dev/null +++ b/dev-python/ipywidgets/metadata.xml @@ -0,0 +1,13 @@ + + + + sci + + Interactive HTML widgets for Jupyter notebooks and the IPython + kernel. + + + ipywidgets + ipython/ipywidgets + +