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 8FA061388BF for ; Fri, 15 Jan 2016 10:48:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 206D6E07D8; Fri, 15 Jan 2016 10:48:53 +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 BF1C2E07D8 for ; Fri, 15 Jan 2016 10:48:52 +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 01D91340ACE for ; Fri, 15 Jan 2016 10:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F1BDA91 for ; Fri, 15 Jan 2016 10:48:44 +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: <1452800395.65b6eb6bfd2513d82d4f79ea86a51145a8a740c6.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_core/jupyter_core-4.0.6.ebuild X-VCS-Directories: dev-python/jupyter_core/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 65b6eb6bfd2513d82d4f79ea86a51145a8a740c6 X-VCS-Branch: master Date: Fri, 15 Jan 2016 10:48:44 +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: 86f046ee-18ae-445a-9775-dde310fabb59 X-Archives-Hash: 0e034afdf55731146a4d50f0cb64cd8c commit: 65b6eb6bfd2513d82d4f79ea86a51145a8a740c6 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jan 14 19:39:55 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 14 19:39:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b6eb6b dev-python/jupyter_core: Add ipython as dependency for testing Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571652 Package-Manager: portage-2.2.24 dev-python/jupyter_core/jupyter_core-4.0.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild index 4fd42c6..002d53c 100644 --- a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,6 +25,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) + >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}] ) "