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 10E4F139B2A for ; Fri, 18 Sep 2015 06:11:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A891AE086F; Fri, 18 Sep 2015 06:11:27 +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 491B9E086F for ; Fri, 18 Sep 2015 06:11:26 +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 4D39F3408CB for ; Fri, 18 Sep 2015 06:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E04D18B for ; Fri, 18 Sep 2015 06:11:22 +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: <1442534257.9f687d7c61af02f41df25384a8ce4faf35945c7a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipython/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipython/ChangeLog dev-python/ipython/ipython-4.0.0-r2.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9f687d7c61af02f41df25384a8ce4faf35945c7a X-VCS-Branch: master Date: Fri, 18 Sep 2015 06:11:22 +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: fe18effd-6aa3-4ddf-866f-085c87f31ece X-Archives-Hash: 27814fad1aecde1a1ef820413a3dcedd commit: 9f687d7c61af02f41df25384a8ce4faf35945c7a Author: François Bissey canterbury ac nz> AuthorDate: Thu Sep 17 23:57:37 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Sep 17 23:57:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9f687d7c dev-python/ipython: Solve circular dependency between ipython and ipyparallel when smp is enabled. Package-Manager: portage-2.2.20.1 dev-python/ipython/ChangeLog | 5 +++++ dev-python/ipython/ipython-4.0.0-r2.ebuild | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 285fd7a..8503420 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 17 Sep 2015; François Bissey + ipython-4.0.0-r2.ebuild: + dev-python/ipython: Solve circular dependency between ipython and ipyparallel + when smp is enabled. + 16 Sep 2015; suhr ipython-4.0.0-r2.ebuild: dev-python/ipython: separate wxwidgets dependency from ipywidgets diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild index 2b8ea74..388fd0c 100644 --- a/dev-python/ipython/ipython-4.0.0-r2.ebuild +++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild @@ -31,7 +31,6 @@ CDEPEND=" dev-python/traitlets[${PYTHON_USEDEP}] matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) mongodb? ( =www-servers/tornado-4.0[${PYTHON_USEDEP}] )" +PDEPEND=" + smp? ( dev-python/ipyparallel[${PYTHON_USEDEP}] )" + PATCHES=( "${FILESDIR}"/2.1.0-substitute-files.patch )