17 buildPythonPackage rec {
18 pname = "jupyter-cache";
22 disabled = pythonOlder "3.9";
26 pname = "jupyter_cache";
27 hash = "sha256-FugI6xnj+2eiI9uQbhMepuAfA6on9JpyFM5qX+wYb7k=";
30 nativeBuildInputs = [ flit-core ];
32 propagatedBuildInputs = [
43 pythonImportsCheck = [ "jupyter_cache" ];
46 description = "Defined interface for working with a cache of jupyter notebooks";
47 mainProgram = "jcache";
48 homepage = "https://github.com/executablebooks/jupyter-cache";
49 changelog = "https://github.com/executablebooks/jupyter-cache/blob/v${version}/CHANGELOG.md";
50 license = licenses.mit;