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

Reply via email to