8 buildPythonPackage rec {
9 pname = "circuit-webhook";
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
16 inherit pname version;
17 hash = "sha256-NhePKBfzdkw7iVHmVrOxf8ZcQrb1Sq2xMIfu4P9+Ppw=";
23 pythonImportsCheck = [ "circuit_webhook" ];
26 description = "Module for Unify Circuit API webhooks";
27 homepage = "https://github.com/braam/unify/tree/master/circuit-webhook-python";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fab ];