1 { lib, buildPythonPackage, fetchPypi
6 buildPythonPackage rec {
14 sha256 = "cd5f416b3083e00d402a92e449a7ff67af46f11241073eea0461802a3b5aef98";
21 propagatedBuildInputs = [
25 pythonImportsCheck = [ "sarif_om" ];
27 # no tests included with tarball
31 description = "Classes implementing the SARIF 2.1.0 object model";
32 homepage = "https://github.com/microsoft/sarif-python-om";
33 license = licenses.mit;
34 maintainers = with maintainers; [ jonringer ];