13 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
22 repo = "python-zulip-api";
24 hash = "sha256-Z5WrV/RDQwdKUBF86M5/xWhXn3fGNqJtqO5PTd7s5ME=";
26 sourceRoot = "${src.name}/zulip";
28 propagatedBuildInputs = [
40 pythonImportsCheck = [ "zulip" ];
43 description = "Bindings for the Zulip message API";
44 homepage = "https://github.com/zulip/python-zulip-api";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ dotlambda ];