commit: 23a1868c7780d41bb58f0b088f871a6afc876bf9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 18:27:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 18:28:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a1868c
Rename dev-python/{memory_profiler → memory-profiler}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/Arpeggio/Arpeggio-2.0.2.ebuild | 2 +-
dev-python/ipython/ipython-8.14.0.ebuild | 2 +-
dev-python/{memory_profiler => memory-profiler}/Manifest | 0
.../memory-profiler-0.61.ebuild} | 0
dev-python/{memory_profiler => memory-profiler}/metadata.xml | 0
profiles/updates/3Q-2023 | 1 +
sci-libs/scikit-learn/scikit-learn-1.1.2.ebuild | 2 +-
7 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
b/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
index 2d81cc0d9799..3c894b75d09a 100644
--- a/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
+++ b/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="amd64 ~arm64 ~riscv x86"
DEPEND="
test? (
- dev-python/memory_profiler[${PYTHON_USEDEP}]
+ dev-python/memory-profiler[${PYTHON_USEDEP}]
)
"
diff --git a/dev-python/ipython/ipython-8.14.0.ebuild
b/dev-python/ipython/ipython-8.14.0.ebuild
index 1b6b878e48de..b69286f7d3ff 100644
--- a/dev-python/ipython/ipython-8.14.0.ebuild
+++ b/dev-python/ipython/ipython-8.14.0.ebuild
@@ -144,7 +144,7 @@ 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
+ optfeature "%mprun magic command" dev-python/memory-profiler
if use nbconvert; then
if ! has_version virtual/pandoc ; then
diff --git a/dev-python/memory_profiler/Manifest
b/dev-python/memory-profiler/Manifest
similarity index 100%
rename from dev-python/memory_profiler/Manifest
rename to dev-python/memory-profiler/Manifest
diff --git a/dev-python/memory_profiler/memory_profiler-0.61.ebuild
b/dev-python/memory-profiler/memory-profiler-0.61.ebuild
similarity index 100%
rename from dev-python/memory_profiler/memory_profiler-0.61.ebuild
rename to dev-python/memory-profiler/memory-profiler-0.61.ebuild
diff --git a/dev-python/memory_profiler/metadata.xml
b/dev-python/memory-profiler/metadata.xml
similarity index 100%
rename from dev-python/memory_profiler/metadata.xml
rename to dev-python/memory-profiler/metadata.xml
diff --git a/profiles/updates/3Q-2023 b/profiles/updates/3Q-2023
index 585830be4e98..a76523f1f615 100644
--- a/profiles/updates/3Q-2023
+++ b/profiles/updates/3Q-2023
@@ -13,3 +13,4 @@ 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
+move dev-python/memory_profiler dev-python/memory-profiler
diff --git a/sci-libs/scikit-learn/scikit-learn-1.1.2.ebuild
b/sci-libs/scikit-learn/scikit-learn-1.1.2.ebuild
index bf4872aa7465..8ec24c955368 100644
--- a/sci-libs/scikit-learn/scikit-learn-1.1.2.ebuild
+++ b/sci-libs/scikit-learn/scikit-learn-1.1.2.ebuild
@@ -42,7 +42,7 @@ distutils_enable_tests pytest
# For some reason this wants to use urllib to fetch things from the internet
# distutils_enable_sphinx doc \
# dev-python/matplotlib \
-# dev-python/memory_profiler \
+# dev-python/memory-profiler \
# dev-python/numpydoc \
# dev-python/pandas \
# dev-python/pillow \