6 , hatch-jupyter-builder
21 buildPythonPackage rec {
22 pname = "jupyterlab-git";
26 disabled = pythonOlder "3.8";
29 pname = "jupyterlab_git";
31 hash = "sha256-CYWVRtOQE067kYqWXCw/4mBf6v4yfPYWFb592Qtb37s=";
41 propagatedBuildInputs = [
63 "jupyterlab_git/tests/test_handlers.py"
64 # PyPI doesn't ship all required files for the tests
65 "jupyterlab_git/tests/test_config.py"
66 "jupyterlab_git/tests/test_integrations.py"
67 "jupyterlab_git/tests/test_remote.py"
68 "jupyterlab_git/tests/test_settings.py"
72 "test_Git_get_nbdiff_file"
73 "test_Git_get_nbdiff_dict"
76 pythonImportsCheck = [
80 __darwinAllowLocalNetworking = true;
83 description = "Jupyter lab extension for version control with Git";
84 homepage = "https://github.com/jupyterlab/jupyterlab-git";
85 changelog = "https://github.com/jupyterlab/jupyterlab-git/blob/v${version}/CHANGELOG.md";
86 license = with licenses; [ bsd3 ];
87 maintainers = with maintainers; [ chiroptical ];