commit:     e856e025b9da9a2596143aea645111d6516d4ab8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 18:25:30 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 18:28:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e856e025

Rename dev-python/{line_profiler → line-profiler}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ipython/ipython-8.14.0.ebuild                                | 2 +-
 dev-python/{line_profiler => line-profiler}/Manifest                    | 0
 .../line-profiler-4.1.0.ebuild}                                         | 0
 dev-python/{line_profiler => line-profiler}/metadata.xml                | 0
 dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild       | 2 +-
 profiles/updates/3Q-2023                                                | 1 +
 6 files changed, 3 insertions(+), 2 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

diff --git a/dev-python/line_profiler/Manifest 
b/dev-python/line-profiler/Manifest
similarity index 100%
rename from dev-python/line_profiler/Manifest
rename to dev-python/line-profiler/Manifest

diff --git a/dev-python/line_profiler/line_profiler-4.1.0.ebuild 
b/dev-python/line-profiler/line-profiler-4.1.0.ebuild
similarity index 100%
rename from dev-python/line_profiler/line_profiler-4.1.0.ebuild
rename to dev-python/line-profiler/line-profiler-4.1.0.ebuild

diff --git a/dev-python/line_profiler/metadata.xml 
b/dev-python/line-profiler/metadata.xml
similarity index 100%
rename from dev-python/line_profiler/metadata.xml
rename to dev-python/line-profiler/metadata.xml

diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild 
b/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild
index b67f71095543..99931a400188 100644
--- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild
+++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-       dev-python/line_profiler[${PYTHON_USEDEP}]
+       dev-python/line-profiler[${PYTHON_USEDEP}]
        dev-python/qtawesome[${PYTHON_USEDEP}]
        >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}]
        <dev-python/spyder-6.0.0[${PYTHON_USEDEP}]

diff --git a/profiles/updates/3Q-2023 b/profiles/updates/3Q-2023
index b438f88e740d..585830be4e98 100644
--- a/profiles/updates/3Q-2023
+++ b/profiles/updates/3Q-2023
@@ -12,3 +12,4 @@ move dev-python/libcloud dev-python/apache-libcloud
 move dev-python/uri_template dev-python/uri-template
 move dev-python/pykerberos dev-python/kerberos
 move dev-python/rapidfuzz_capi dev-python/rapidfuzz-capi
+move dev-python/line_profiler dev-python/line-profiler

Reply via email to