15 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "2400d7878e97714e822ab200a71fc71ede487e671f42b4b411745dba95f9cb32";
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 ];