1 { lib, buildPythonPackage, fetchPypi, isPy3k
25 buildPythonPackage rec {
31 inherit pname version;
32 sha256 = "4e3efdcfda31c3074cb565cd8e76e2e5421b1c4560c3a00c56f8679dd15590e5";
47 "test_apply_filter_no_repo"
48 "test_diff_api_checkpoint"
49 "test_filter_cmd_invalid_filter"
51 "test_interrogate_filter_no_repo"
55 nativeBuildInputs = [ setuptools_scm ];
57 propagatedBuildInputs = [
73 homepage = "https://github.com/jupyter/nbdime";
74 description = "Tools for diffing and merging of Jupyter notebooks.";
75 license = licenses.bsd3;
76 maintainers = with maintainers; [ tbenst ];