diff options
author | 2024-02-24 09:50:18 +0100 | |
---|---|---|
committer | 2024-02-24 09:50:18 +0100 | |
commit | aa034254654dbef74f932169f5c2f81fb4b748aa (patch) | |
tree | f066a96fbd43818b60c3090452c281944e681def /dev-python/ipython | |
parent | dev-python/dep-logic: Bump to 0.2.0 (diff) | |
download | gentoo-aa034254654dbef74f932169f5c2f81fb4b748aa.tar.gz gentoo-aa034254654dbef74f932169f5c2f81fb4b748aa.tar.bz2 gentoo-aa034254654dbef74f932169f5c2f81fb4b748aa.zip |
dev-python/ipython: Remove memory-profiler suggestion
Closes: https://bugs.gentoo.org/925369
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-8.21.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-8.22.1.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-8.21.0.ebuild b/dev-python/ipython/ipython-8.21.0.ebuild index 3d5ce40dce8f..c077c3a31bce 100644 --- a/dev-python/ipython/ipython-8.21.0.ebuild +++ b/dev-python/ipython/ipython-8.21.0.ebuild @@ -162,7 +162,6 @@ pkg_postinst() { optfeature "cythonmagic" dev-python/cython optfeature "%lprun magic command" dev-python/line-profiler optfeature "%matplotlib magic command" dev-python/matplotlib-inline - optfeature "%mprun magic command" dev-python/memory-profiler if use nbconvert; then if ! has_version virtual/pandoc ; then diff --git a/dev-python/ipython/ipython-8.22.1.ebuild b/dev-python/ipython/ipython-8.22.1.ebuild index 7f33982e929e..6675e7636a89 100644 --- a/dev-python/ipython/ipython-8.22.1.ebuild +++ b/dev-python/ipython/ipython-8.22.1.ebuild @@ -163,7 +163,6 @@ pkg_postinst() { optfeature "cythonmagic" dev-python/cython optfeature "%lprun magic command" dev-python/line-profiler optfeature "%matplotlib magic command" dev-python/matplotlib-inline - optfeature "%mprun magic command" dev-python/memory-profiler if use nbconvert; then if ! has_version virtual/pandoc ; then |