python312Packages.jupyterlab-execute-time: review fixes

This commit is contained in:
vglfr
2024-07-02 20:45:00 +02:00
parent 806a3556e0
commit 90cb9fa187
@@ -22,7 +22,7 @@ buildPythonPackage rec {
--replace '"jupyterlab~=4.0.0"' ""
'';
nativeBuildInputs = [
dependencies = [
jupyterlab
jupyter-packaging
];
@@ -32,10 +32,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "jupyterlab_execute_time" ];
meta = with lib; {
description = "A JupyterLab extension for displaying cell timings";
meta = {
description = "JupyterLab extension for displaying cell timings";
homepage = "https://github.com/deshaw/jupyterlab-execute-time";
license = licenses.bsd3;
maintainers = with maintainers; [ vglfr ];
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.vglfr ];
};
}