14 buildPythonPackage rec {
15 pname = "jupyter-packaging";
17 disabled = pythonOlder "3.7";
21 pname = "jupyter_packaging";
23 sha256 = "sha256-nZsrY7l//WeovFORwypCG8QVsmSjLJnk2NjdMdqunPQ=";
30 propagatedBuildInputs = [
43 export HOME=$(mktemp -d)
47 # disable tests depending on network connection
50 # Avoid unmainted "mocker" fixture library, and calls to dependent "build" module
53 "test_create_cmdclass"
54 "test_ensure_with_skip_npm"
57 pythonImportsCheck = [ "jupyter_packaging" ];
60 description = "Jupyter Packaging Utilities";
61 homepage = "https://github.com/jupyter/jupyter-packaging";
62 license = licenses.bsd3;
63 maintainers = [ maintainers.elohmeier ];