7 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "sha256-aD3jqjmfsm6HsnTbz3CxplE4XUWRMXFjh6vcN5LgQWc=";
29 "test_error_in_generator_callback"
33 homepage = "https://bottlepy.org/";
34 description = "A fast and simple micro-framework for small web-applications";
35 license = licenses.mit;
36 maintainers = with maintainers; [ koral ];