9 buildPythonPackage rec {
10 pname = "criticality_score";
14 inherit pname version;
15 hash = "sha256-5XkVT0blnLG158a01jDfQl1Rx9U1LMsqaMjTdN7Q4QQ=";
18 propagatedBuildInputs = [
25 pythonImportsCheck = [ "criticality_score" ];
28 description = "Python tool for computing the Open Source Project Criticality Score";
29 mainProgram = "criticality_score";
30 homepage = "https://github.com/ossf/criticality_score";
31 changelog = "https://github.com/ossf/criticality_score/releases/tag/v${version}";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ wamserma ];