6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "780a4082c5fbc0fde6a2fcfe5e26e6efc1e8f425730863c04085769781f51eba";
18 homepage = "https://github.com/Pylons/waitress";
19 description = "Waitress WSGI server";
20 license = licenses.zpl20;
21 maintainers = with maintainers; [ domenkozar ];