From 319045d3171465b3a70e85bb98d86897137ca8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 20 May 2023 07:48:22 +0200 Subject: [PATCH] =?UTF-8?q?Rename=20dev-python/{jupyter=5Fconsole=20?= =?UTF-8?q?=E2=86=92=20jupyter-console}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/{jupyter_console => jupyter-console}/Manifest | 0 .../jupyter-console-6.6.3.ebuild} | 0 dev-python/{jupyter_console => jupyter-console}/metadata.xml | 0 dev-python/jupyter/jupyter-1.0.0-r4.ebuild | 2 +- profiles/updates/2Q-2023 | 1 + 5 files changed, 2 insertions(+), 1 deletion(-) rename dev-python/{jupyter_console => jupyter-console}/Manifest (100%) rename dev-python/{jupyter_console/jupyter_console-6.6.3.ebuild => jupyter-console/jupyter-console-6.6.3.ebuild} (100%) rename dev-python/{jupyter_console => jupyter-console}/metadata.xml (100%) diff --git a/dev-python/jupyter_console/Manifest b/dev-python/jupyter-console/Manifest similarity index 100% rename from dev-python/jupyter_console/Manifest rename to dev-python/jupyter-console/Manifest diff --git a/dev-python/jupyter_console/jupyter_console-6.6.3.ebuild b/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild similarity index 100% rename from dev-python/jupyter_console/jupyter_console-6.6.3.ebuild rename to dev-python/jupyter-console/jupyter-console-6.6.3.ebuild diff --git a/dev-python/jupyter_console/metadata.xml b/dev-python/jupyter-console/metadata.xml similarity index 100% rename from dev-python/jupyter_console/metadata.xml rename to dev-python/jupyter-console/metadata.xml diff --git a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild index d0c5d7eb87aaf..fae98b2826d06 100644 --- a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild +++ b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild @@ -22,7 +22,7 @@ KEYWORDS="amd64 x86" RDEPEND=" dev-python/notebook[${PYTHON_USEDEP}] dev-python/qtconsole[${PYTHON_USEDEP}] - dev-python/jupyter_console[${PYTHON_USEDEP}] + dev-python/jupyter-console[${PYTHON_USEDEP}] dev-python/nbconvert[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}]" diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023 index 9f45d9d3aacf6..8ae24b683462b 100644 --- a/profiles/updates/2Q-2023 +++ b/profiles/updates/2Q-2023 @@ -12,3 +12,4 @@ move dev-python/aws-xray-sdk-python dev-python/aws-xray-sdk move dev-python/python-docs app-doc/python-docs move dev-python/flit_core dev-python/flit-core move dev-python/jupyter_ydoc dev-python/jupyter-ydoc +move dev-python/jupyter_console dev-python/jupyter-console