diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-17 16:56:53 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-17 16:56:53 +0100 |
commit | e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c (patch) | |
tree | 7fea476a95c019868fc3114fe7ba29757ef61013 /dev-python/ipython | |
parent | dev-python/line_profiler: Imported from science overlay (diff) | |
download | gentoo-e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c.tar.gz gentoo-e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c.tar.bz2 gentoo-e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c.zip |
dev-python/ipython: Add {line,memory}_profiler to optfeature
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-3.2.1-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/ipython/ipython-3.2.1-r1.ebuild b/dev-python/ipython/ipython-3.2.1-r1.ebuild index a4db074de7ec..f482b55a62bd 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" |