23 buildPythonPackage rec {
28 disabled = pythonOlder "3.7";
31 inherit pname version;
32 hash = "sha256-tck6/WMxr+S2OlXRzqkHbke+y0uom1YrGBwT4luwx9Y=";
35 nativeBuildInputs = [ installShellFiles ];
59 installManPage packaging/man/apprise.1
62 pythonImportsCheck = [ "apprise" ];
65 tests.version = testers.testVersion {
67 version = "v${version}";
72 description = "Push Notifications that work with just about every platform";
73 homepage = "https://github.com/caronc/apprise";
74 changelog = "https://github.com/caronc/apprise/releases/tag/v${version}";
75 license = lib.licenses.bsd3;
76 maintainers = with lib.maintainers; [ getchoo ];
77 mainProgram = "apprise";