10 buildPythonPackage rec {
11 pname = "jupyter-docprovider";
16 pname = "jupyter_docprovider";
18 hash = "sha256-EcO3GqdbhRxawHwfSnjOHfFmYjpZy2NuuGc5CSW/xlY=";
22 substituteInPlace pyproject.toml \
23 --replace-fail ', "jupyterlab>=4.0.0"' ""
31 pythonImportsCheck = [ "jupyter_docprovider" ];
36 passthru.tests = jupyter-collaboration.tests;
39 description = "JupyterLab/Jupyter Notebook 7+ extension integrating collaborative shared models";
40 homepage = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-docprovider";
41 license = lib.licenses.bsd3;
42 maintainers = lib.teams.jupyter.members;