From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-841702-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 A8B5E13888F
	for <garchives@archives.gentoo.org>; Wed, 21 Oct 2015 20:58:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DE27921C004;
	Wed, 21 Oct 2015 20:58:06 +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 683B621C004
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Oct 2015 20:58:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C0346340702
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Oct 2015 20:58:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 80ECE15AF
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Oct 2015 20:58:01 +0000 (UTC)
From: "Marius Brehler" <marbre@linux.sungazer.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" <marbre@linux.sungazer.de>
Message-ID: <1445460858.1ca33fe7783984c74b8427616a08b2bb7a4409aa.marbre@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipywidgets/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/ipywidgets/ChangeLog dev-python/ipywidgets/ipywidgets-4.1.0.ebuild
X-VCS-Directories: dev-python/ipywidgets/
X-VCS-Committer: marbre
X-VCS-Committer-Name: Marius Brehler
X-VCS-Revision: 1ca33fe7783984c74b8427616a08b2bb7a4409aa
X-VCS-Branch: master
Date: Wed, 21 Oct 2015 20:58:01 +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: 7832b41b-bf7d-4fde-a973-6d3071c99776
X-Archives-Hash: 8b2a1afff763b0174f83e8d1291fe3a9

commit:     1ca33fe7783984c74b8427616a08b2bb7a4409aa
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Oct 21 20:54:18 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Oct 21 20:54:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1ca33fe7

dev-python/ipywidgets: Version bump to 4.1.0

Package-Manager: portage-2.2.20.1

 dev-python/ipywidgets/ChangeLog               |  6 +++++
 dev-python/ipywidgets/ipywidgets-4.1.0.ebuild | 37 +++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/ipywidgets/ChangeLog b/dev-python/ipywidgets/ChangeLog
index 7b0819d..59829f9 100644
--- a/dev-python/ipywidgets/ChangeLog
+++ b/dev-python/ipywidgets/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*ipywidgets-4.1.0 (21 Oct 2015)
+
+  21 Oct 2015; Marius Brehler <marbre@linux.sungazer.de>
+  +ipywidgets-4.1.0.ebuild:
+  dev-python/ipywidgets: Version bump to 4.1.0
+
   03 Sep 2015; Sean Vig <sean.v.775@gmail.com> ipywidgets-4.0.3,
   ipywidgets-9999.ebuild:
   dev-python/ipywidgets: Add javascript tests

diff --git a/dev-python/ipywidgets/ipywidgets-4.1.0.ebuild b/dev-python/ipywidgets/ipywidgets-4.1.0.ebuild
new file mode 100644
index 0000000..dea538d
--- /dev/null
+++ b/dev-python/ipywidgets/ipywidgets-4.1.0.ebuild
@@ -0,0 +1,37 @@
+# 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} )
+
+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}]
+		www-client/casperjs
+	)
+	"
+
+python_test() {
+	nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
+
+	"${PYTHON}" -m ipywidgets.jstest || die
+}