16 buildPythonPackage rec {
17 pname = "jupyter-cache";
21 disabled = pythonOlder "3.9";
25 pname = "jupyter_cache";
26 hash = "sha256-0Pp9dTPNV5gZjYiJMYJpqME4LtOyL2IsCak1ZSH0hoc=";
33 propagatedBuildInputs = [
44 pythonImportsCheck = [ "jupyter_cache" ];
47 description = "A defined interface for working with a cache of jupyter notebooks";
48 mainProgram = "jcache";
49 homepage = "https://github.com/executablebooks/jupyter-cache";
50 changelog = "https://github.com/executablebooks/jupyter-cache/blob/v${version}/CHANGELOG.md";
51 license = licenses.mit;
52 maintainers = with maintainers; [ ];