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 8AA0F1384B4 for ; Tue, 17 Nov 2015 15:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B1EFE0891; Tue, 17 Nov 2015 15:55:24 +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 2BDBDE0891 for ; Tue, 17 Nov 2015 15:55:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29F1633D3CD for ; Tue, 17 Nov 2015 15:55:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ED0B702 for ; Tue, 17 Nov 2015 15:55:18 +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: <1447775715.073db85d7b59189c6bcb82f3c1ff3d8401226f82.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipython/ X-VCS-Repository: proj/sci X-VCS-Files: 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: 073db85d7b59189c6bcb82f3c1ff3d8401226f82 X-VCS-Branch: master Date: Tue, 17 Nov 2015 15:55:18 +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: 60c66bbe-209d-43b9-b0b7-d17d722356e5 X-Archives-Hash: 338aebe2b36ea26996ae7c919b8575a0 commit: 073db85d7b59189c6bcb82f3c1ff3d8401226f82 Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 17 15:55:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 17 15:55:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=073db85d dev-python/ipython: Add {line,memory}_profiler to optfeature Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/ipython/ipython-4.0.0-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild index 6fa409b..076965c 100644 --- a/dev-python/ipython/ipython-4.0.0-r2.ebuild +++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild @@ -124,6 +124,8 @@ python_install_all() { pkg_postinst() { optfeature "sympyprinting" dev-python/sympy optfeature "cythonmagic" dev-python/cython + optfeature "%lprun magic command" dev-python/line_profiler + optfeature "%mprun magic command" dev-python/memory_profiler if use nbconvert; then if ! has_version app-text/pandoc ; then einfo "Node.js will be used to convert notebooks to other formats"