1 { lib, buildPythonPackage, fetchPypi, pygithub, python-gitlab }:
3 buildPythonPackage rec {
4 pname = "criticality_score";
9 hash = "sha256-5XkVT0blnLG158a01jDfQl1Rx9U1LMsqaMjTdN7Q4QQ=";
12 propagatedBuildInputs = [ pygithub python-gitlab ];
16 pythonImportsCheck = [ "criticality_score" ];
19 description = "Python tool for computing the Open Source Project Criticality Score.";
20 homepage = "https://github.com/ossf/criticality_score";
21 changelog = "https://github.com/ossf/criticality_score/releases/tag/v${version}";
22 license = licenses.asl20;
23 maintainers = with maintainers; [ wamserma ];