7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-Zkw+NfeVtIArrBxR1qR9bAQe5yd7mAtNiT0x5Mqr3Ic=";
19 build-system = with python3.pkgs; [ setuptools ];
31 ++ publicsuffixlist.optional-dependencies.update;
33 nativeCheckInputs = with python3.pkgs; [
38 pythonImportsCheck = [ "trustymail" ];
41 description = "Tool to scan domains and return data based on trustworthy email best practices";
42 homepage = "https://github.com/cisagov/trustymail";
43 changelog = "https://github.com/cisagov/trustymail/releases/tag/v${version}";
44 license = with licenses; [ cc0 ];
45 maintainers = with maintainers; [ fab ];
46 mainProgram = "trustymail";