6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-AF2kebBBNM3Z3WAtHufEnXneBTdhDWU2dMxsveIiuKE=";
19 homepage = "https://github.com/Pylons/waitress";
20 description = "Waitress WSGI server";
21 mainProgram = "waitress-serve";
22 license = licenses.zpl20;
23 maintainers = with maintainers; [ domenkozar ];