15 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "8b55333e2face27bc7ff80c266c468ca5633947cb0697727348020dd445b0874";
24 propagatedBuildInputs = [
36 # tests not included with pypi release
38 pythonImportsCheck = [ "nbsmoke" ];
41 description = "Basic notebook checks and linting";
42 homepage = "https://github.com/pyviz/nbsmoke";
43 license = licenses.bsd3;
44 maintainers = [ maintainers.costrouc ];