From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-839811-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 DEC6613888F
	for <garchives@archives.gentoo.org>; Mon, 12 Oct 2015 06:51:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 13B2FE0806;
	Mon, 12 Oct 2015 06:51:50 +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 2190BE0806
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Oct 2015 06:51:49 +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 5349133D3D0
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Oct 2015 06:51:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 67CF0E7A
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Oct 2015 06:51:44 +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: <1444604010.e9f4de03c0738a170fd3e882f10f1bd92a83b499.marbre@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/jupyter_client/ChangeLog dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
X-VCS-Directories: dev-python/jupyter_client/
X-VCS-Committer: marbre
X-VCS-Committer-Name: Marius Brehler
X-VCS-Revision: e9f4de03c0738a170fd3e882f10f1bd92a83b499
X-VCS-Branch: master
Date: Mon, 12 Oct 2015 06:51:44 +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: 78d7d89d-1e69-474d-91af-91a46462fb36
X-Archives-Hash: 69e09d23f7a76afecae46dbd724a54a4

commit:     e9f4de03c0738a170fd3e882f10f1bd92a83b499
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Sun Oct 11 22:50:30 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sun Oct 11 22:53:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e9f4de03

dev-python/jupyter_client: Version bump to 4.1.1

 dev-python/jupyter_client/ChangeLog                |  5 ++++
 .../jupyter_client/jupyter_client-4.1.1.ebuild     | 35 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
index 6777646..514e85b 100644
--- a/dev-python/jupyter_client/ChangeLog
+++ b/dev-python/jupyter_client/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*jupyter_client-4.1.1 (11 Oct 2015)
+
+  11 Oct 2015; Sean Vig <sean.v.775@gmail.com> +jupyter_client-4.1.1.ebuild:
+  dev-python/jupyter_client: Version bump to 4.1.1
+
   22 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
   jupyter_client-9999.ebuild:
   dev-python/jupyter_client: Add ~x86 to KEYWORDS, fixes #561032

diff --git a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild
new file mode 100644
index 0000000..7a24b82
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-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 python{3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter protocol implementation and client libraries"
+HOMEPAGE="http://jupyter.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+	dev-python/traitlets[${PYTHON_USEDEP}]
+	dev-python/jupyter_core[${PYTHON_USEDEP}]
+	>=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+	"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+		dev-python/ipykernel[${PYTHON_USEDEP}]
+	)
+	"
+
+python_test() {
+	nosetests --with-coverage jupyter_client || die
+}