diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-20 07:56:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-20 08:21:51 +0200 |
commit | 3900e6f2244e545c211959ab7e89347640b9828c (patch) | |
tree | 38e16875f721f760fc0fb9b45ff5e284f86f53be /eclass | |
parent | Rename dev-python/{jupyter_server_mathjax → jupyter-server-mathjax} (diff) | |
download | gentoo-3900e6f2244e545c211959ab7e89347640b9828c.tar.gz gentoo-3900e6f2244e545c211959ab7e89347640b9828c.tar.bz2 gentoo-3900e6f2244e545c211959ab7e89347640b9828c.zip |
Rename dev-python/{jupyter_packaging → jupyter-packaging}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 34f4ece0d5fb..f4ef89ee792e 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -225,7 +225,7 @@ _distutils_set_globals() { ;; jupyter) bdep+=' - >=dev-python/jupyter_packaging-0.12.3[${PYTHON_USEDEP}] + >=dev-python/jupyter-packaging-0.12.3[${PYTHON_USEDEP}] ' ;; maturin) @@ -940,7 +940,7 @@ _distutils-r1_print_package_versions() { ;; jupyter) packages+=( - dev-python/jupyter_packaging + dev-python/jupyter-packaging dev-python/setuptools dev-python/setuptools-scm dev-python/wheel |