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 EE2A11399EB for ; Thu, 3 Sep 2015 11:04:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B1EE141F9; Thu, 3 Sep 2015 11:04:42 +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 BEE5B141EC for ; Thu, 3 Sep 2015 11:04:41 +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 7E4893408C7 for ; Thu, 3 Sep 2015 11:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCF2B170 for ; Thu, 3 Sep 2015 11:04:37 +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: <1441202736.de4f6ec1ba184508232e963a0547422eac22c12d.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-r1.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: de4f6ec1ba184508232e963a0547422eac22c12d X-VCS-Branch: master Date: Thu, 3 Sep 2015 11:04:37 +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: 7987e28e-313b-48a2-84f7-4a9669da7b77 X-Archives-Hash: b1715d9bb5088584697a1b19d7c5cccf commit: de4f6ec1ba184508232e963a0547422eac22c12d Author: Marius Brehler linux sungazer de> AuthorDate: Wed Sep 2 14:05:09 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 14:05:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de4f6ec1 dev-python/ipython: Fix #480; add testpath to dependencies Package-Manager: portage-2.2.20.1 dev-python/ipython/ChangeLog | 4 ++++ dev-python/ipython/ipython-4.0.0-r1.ebuild | 1 + 2 files changed, 5 insertions(+) diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 706e50c..d17bf75 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -4,6 +4,10 @@ 02 Sep 2015; Marius Brehler ipython-4.0.0-r1.ebuild: + dev-python/ipython: Fix #480; add testpath to dependencies + + 02 Sep 2015; Marius Brehler + ipython-4.0.0-r1.ebuild: dev-python/ipython: Move setuptools from CDEPEND to DEPEND 02 Sep 2015; Marius Brehler diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild b/dev-python/ipython/ipython-4.0.0-r1.ebuild index 1845023..3eaa82c 100644 --- a/dev-python/ipython/ipython-4.0.0-r1.ebuild +++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild @@ -51,6 +51,7 @@ DEPEND="${CDEPEND} dev-python/requests[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] >=www-servers/tornado-4.0[${PYTHON_USEDEP}] + dev-python/testpath[${PYTHON_USEDEP}] ) doc? ( dev-python/cython[${PYTHON_USEDEP}]