python3Packages.jupyter-core: rename from jupyter_core

This commit is contained in:
Martin Weinelt 2023-01-05 00:25:47 +01:00
parent 77c31a2018
commit 6bf557fc68
15 changed files with 24 additions and 23 deletions

View File

@ -20,7 +20,7 @@ in
rec {
launcher = runCommand "octave-kernel-launcher" {
inherit octave;
python = python3.withPackages (ps: [ ps.traitlets ps.jupyter_core ps.ipykernel ps.metakernel kernel ]);
python = python3.withPackages (ps: [ ps.traitlets ps.jupyter-core ps.ipykernel ps.metakernel kernel ]);
nativeBuildInputs = [ makeWrapper ];
} ''
mkdir -p $out/bin

View File

@ -49,7 +49,7 @@
, boost
, singular
, pip
, jupyter_core
, jupyter-core
, sage-setup
, libhomfly
, libbraiding
@ -87,7 +87,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
iml
perl
jupyter_core
jupyter-core
pkg-config
sage-setup
pip # needed to query installed packages

View File

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, jupyter_console
, jupyter_core
, jupyter-core
, pygments
, termcolor
, txzmq
@ -20,7 +20,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jupyter_console
jupyter_core
jupyter-core
pygments
termcolor
txzmq

View File

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, entrypoints
, jupyter_core
, jupyter-core
, hatchling
, nest-asyncio
, python-dateutil
@ -29,7 +29,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
entrypoints
jupyter_core
jupyter-core
nest-asyncio
python-dateutil
pyzmq

View File

@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "jupyter_core";
pname = "jupyter-core";
version = "5.1.1";
disabled = pythonOlder "3.7";

View File

@ -4,7 +4,7 @@
, hatchling
, ipykernel
, jedi
, jupyter_core
, jupyter-core
, pexpect
, pythonOlder
}:
@ -28,7 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ipykernel
jedi
jupyter_core
jupyter-core
pexpect
];

View File

@ -6,7 +6,7 @@
, ipython_genutils
, jinja2
, jupyter-client
, jupyter_core
, jupyter-core
, jupyter_server
, nbconvert
, nbformat
@ -42,7 +42,7 @@ buildPythonPackage rec {
ipython_genutils
jinja2
jupyter-client
jupyter_core
jupyter-core
jupyter_server
nbconvert
nbformat

View File

@ -9,7 +9,7 @@
, importlib-metadata
, ipywidgets
, jinja2
, jupyter_core
, jupyter-core
, jupyterlab-pygments
, lib
, markupsafe
@ -66,7 +66,7 @@ in buildPythonPackage rec {
bleach
defusedxml
jinja2
jupyter_core
jupyter-core
jupyterlab-pygments
markupsafe
mistune

View File

@ -6,7 +6,7 @@
, hatch-nodejs-version
, fastjsonschema
, jsonschema
, jupyter_core
, jupyter-core
, traitlets
, pep440
, pytestCheckHook
@ -34,7 +34,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
fastjsonschema
jsonschema
jupyter_core
jupyter-core
traitlets
];

View File

@ -12,7 +12,7 @@
, tornado
, ipython_genutils
, traitlets
, jupyter_core
, jupyter-core
, jupyter-client
, nbformat
, nbconvert
@ -41,7 +41,7 @@ buildPythonPackage rec {
++ (if isPy3k then [ nose_warnings_filters ] else [ mock ]);
propagatedBuildInputs = [
jinja2 tornado ipython_genutils traitlets jupyter_core send2trash
jinja2 tornado ipython_genutils traitlets jupyter-core send2trash
jupyter-client nbformat nbconvert ipykernel terminado requests pexpect
prometheus-client argon2-cffi
];

View File

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, ipykernel
, jupyter_core
, jupyter-core
, jupyter-client
, pygments
, pyqt5
@ -27,7 +27,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
ipykernel
jupyter_core
jupyter-core
jupyter-client
pygments
pyqt5

View File

@ -1,5 +1,5 @@
{ lib, buildPythonPackage , fetchPypi, pythonOlder
, jupyter_core, pandas, ipywidgets, jupyter }:
, jupyter-core, pandas, ipywidgets, jupyter }:
buildPythonPackage rec {
pname = "vega";
@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "sha256-cO+7Ynbv/+uoNUOPQvDNZji04llHUBlm95Cyfy+Ny80=";
};
propagatedBuildInputs = [ jupyter jupyter_core pandas ipywidgets ];
propagatedBuildInputs = [ jupyter jupyter-core pandas ipywidgets ];
# currently, recommonmark is broken on python3
doCheck = false;

View File

@ -107,6 +107,7 @@ mapAliases ({
itanium_demangler = itanium-demangler; # added 2022-1017
jinja2_time = jinja2-time; # added 2022-11-07
jupyter_client = jupyter-client; # added 2021-10-15
jupyter_core = jupyter-core; # added 2023-01-05
Keras = keras; # added 2021-11-25
ldap = python-ldap; # added 2022-09-16
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04

View File

@ -4934,7 +4934,7 @@ self: super: with self; {
jupyter_console = callPackage ../development/python-modules/jupyter_console { };
jupyter_core = callPackage ../development/python-modules/jupyter_core { };
jupyter-core = callPackage ../development/python-modules/jupyter-core { };
jupyter-events = callPackage ../development/python-modules/jupyter-events { };