7 buildPythonPackage rec {
8 pname = "notify-events";
11 format = "setuptools";
14 pname = "notify_events";
16 sha256 = "e63ba935c3300ff7f48cba115f7cb4474906e83c2e9b60b95a0881eb949701e7";
19 propagatedBuildInputs = [
23 # upstream has no tests
26 pythonImportsCheck = [ "notify_events" ];
29 description = "Python client for Notify.Events";
30 homepage = "https://github.com/notify-events/python";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ dotlambda ];