Loading pkgs/development/python-modules/execnb/default.nix +11 −14 Original line number Diff line number Diff line { lib , buildPythonPackage , fastcore , fetchPypi , ipython , pythonOlder , setuptools , traitlets { lib, buildPythonPackage, fastcore, fetchPypi, ipython, pythonOlder, setuptools, traitlets, }: buildPythonPackage rec { Loading @@ -20,9 +21,7 @@ buildPythonPackage rec { hash = "sha256-KJ2XEHqFY0SxbAiVPWBFO0cyC0EWgGDso8wt7lBLTgU="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ fastcore Loading @@ -33,9 +32,7 @@ buildPythonPackage rec { # no real tests doCheck = false; pythonImportsCheck = [ "execnb" ]; pythonImportsCheck = [ "execnb" ]; meta = with lib; { description = "Execute a jupyter notebook, fast, without needing jupyter"; Loading Loading
pkgs/development/python-modules/execnb/default.nix +11 −14 Original line number Diff line number Diff line { lib , buildPythonPackage , fastcore , fetchPypi , ipython , pythonOlder , setuptools , traitlets { lib, buildPythonPackage, fastcore, fetchPypi, ipython, pythonOlder, setuptools, traitlets, }: buildPythonPackage rec { Loading @@ -20,9 +21,7 @@ buildPythonPackage rec { hash = "sha256-KJ2XEHqFY0SxbAiVPWBFO0cyC0EWgGDso8wt7lBLTgU="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ fastcore Loading @@ -33,9 +32,7 @@ buildPythonPackage rec { # no real tests doCheck = false; pythonImportsCheck = [ "execnb" ]; pythonImportsCheck = [ "execnb" ]; meta = with lib; { description = "Execute a jupyter notebook, fast, without needing jupyter"; Loading