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