19 buildPythonPackage rec {
20 pname = "spyder-kernels";
23 src = fetchFromGitHub {
25 repo = "spyder-kernels";
27 sha256 = "1yan589g0470y61bcyjy3wj13i94ndyffckqdyrg97vw2qhfrisb";
30 # requirement xarray not available on Py2k
33 propagatedBuildInputs = [
52 export JUPYTER_RUNTIME_DIR=$(mktemp -d)
56 # turtle requires graphics
57 # cython test fails, I don't think this can ever access cython?
58 # umr pathlist test assumes standard directories, not compatible with nix
61 "test_umr_skip_cython"
63 "test_user_sitepackages_in_pathlist"
67 description = "Jupyter kernels for Spyder's console";
68 homepage = "https://github.com/spyder-ide/spyder-kernels";
69 license = licenses.mit;
70 maintainers = with maintainers; [ gebner marcus7070 ];