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 34A5C1384B4 for ; Tue, 17 Nov 2015 15:57:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76B6DE0891; Tue, 17 Nov 2015 15:57:05 +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 21EF3E0891 for ; Tue, 17 Nov 2015 15:57:04 +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 C83B833E3A9 for ; Tue, 17 Nov 2015 15:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB0B5702 for ; Tue, 17 Nov 2015 15:56:58 +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: <1447775813.e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-3.2.1-r1.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c X-VCS-Branch: master Date: Tue, 17 Nov 2015 15:56:58 +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: dde8e42b-c1e0-42a5-94dd-6d451f07a489 X-Archives-Hash: 37263a1a7e7d801586a63d0614e78a72 commit: e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 17 15:56:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 17 15:56:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54fd7ae 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-3.2.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/ipython/ipython-3.2.1-r1.ebuild b/dev-python/ipython/ipython-3.2.1-r1.ebuild index a4db074..f482b55 100644 --- a/dev-python/ipython/ipython-3.2.1-r1.ebuild +++ b/dev-python/ipython/ipython-3.2.1-r1.ebuild @@ -145,6 +145,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"