commit: aa034254654dbef74f932169f5c2f81fb4b748aa Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 24 08:50:18 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 08:50:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa034254
dev-python/ipython: Remove memory-profiler suggestion Closes: https://bugs.gentoo.org/925369 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ipython/ipython-8.21.0.ebuild | 1 - dev-python/ipython/ipython-8.22.1.ebuild | 1 - 2 files changed, 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
