11 buildPythonPackage rec {
12 pname = "hatch-jupyter-builder";
16 src = fetchFromGitHub {
18 repo = "hatch-jupyter-builder";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-UywhFJ8d1+lSFOF5ECsknDeQuO7ppckdy5IqAT14ius=";
35 # tests pip install, which unsuprisingly fails
40 changelog = "https://github.com/jupyterlab/hatch-jupyter-builder/releases/tag/v${version}";
41 description = "hatch plugin to help build Jupyter packages";
42 homepage = "https://github.com/jupyterlab/hatch-jupyter-builder";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ ];