10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-tyvHWBhanR7YH87MDWdXUsDEzZG6MgnbshezAbxWO+I=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Static-analyzer and linter for the Cairo programming language";
39 mainProgram = "amarna";
40 homepage = "https://github.com/crytic/amarna";
41 license = licenses.agpl3Only;
42 maintainers = with maintainers; [ raitobezarius ];