diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-22 20:25:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-22 20:28:50 +0200 |
commit | e856e025b9da9a2596143aea645111d6516d4ab8 (patch) | |
tree | f1ff146705d23b2b2ea770ffb823a50467446e8d /dev-python/ipython | |
parent | dev-python/line_profiler: Prepare for rename (diff) | |
download | gentoo-e856e025b9da9a2596143aea645111d6516d4ab8.tar.gz gentoo-e856e025b9da9a2596143aea645111d6516d4ab8.tar.bz2 gentoo-e856e025b9da9a2596143aea645111d6516d4ab8.zip |
Rename dev-python/{line_profiler → line-profiler}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-8.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-8.14.0.ebuild b/dev-python/ipython/ipython-8.14.0.ebuild index 078e82f3a81f..1b6b878e48de 100644 --- a/dev-python/ipython/ipython-8.14.0.ebuild +++ b/dev-python/ipython/ipython-8.14.0.ebuild @@ -143,7 +143,7 @@ pkg_postinst() { optfeature "code formatting" dev-python/black optfeature "sympyprinting" dev-python/sympy optfeature "cythonmagic" dev-python/cython - optfeature "%lprun magic command" dev-python/line_profiler + optfeature "%lprun magic command" dev-python/line-profiler optfeature "%mprun magic command" dev-python/memory_profiler if use nbconvert; then |