16 buildPythonPackage rec {
19 format = "setuptools";
22 inherit pname version;
23 sha256 = "8b55333e2face27bc7ff80c266c468ca5633947cb0697727348020dd445b0874";
26 propagatedBuildInputs = [
38 # tests not included with pypi release
40 pythonImportsCheck = [ "nbsmoke" ];
43 description = "Basic notebook checks and linting";
44 homepage = "https://github.com/pyviz/nbsmoke";
45 license = licenses.bsd3;