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 { rec {
launcher = runCommand "octave-kernel-launcher" { launcher = runCommand "octave-kernel-launcher" {
inherit octave; 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 ]; nativeBuildInputs = [ makeWrapper ];
} '' } ''
mkdir -p $out/bin mkdir -p $out/bin

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -107,6 +107,7 @@ mapAliases ({
itanium_demangler = itanium-demangler; # added 2022-1017 itanium_demangler = itanium-demangler; # added 2022-1017
jinja2_time = jinja2-time; # added 2022-11-07 jinja2_time = jinja2-time; # added 2022-11-07
jupyter_client = jupyter-client; # added 2021-10-15 jupyter_client = jupyter-client; # added 2021-10-15
jupyter_core = jupyter-core; # added 2023-01-05
Keras = keras; # added 2021-11-25 Keras = keras; # added 2021-11-25
ldap = python-ldap; # added 2022-09-16 ldap = python-ldap; # added 2022-09-16
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04 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_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 { }; jupyter-events = callPackage ../development/python-modules/jupyter-events { };