commit:     e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 15:56:53 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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"

Reply via email to