7 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-4anJSXCubXELP7RSYpTf64byy0qB7/OkuY3ED7Dl4CE=";
29 "test_error_in_generator_callback"
34 __darwinAllowLocalNetworking = true;
37 homepage = "https://bottlepy.org/";
38 description = "A fast and simple micro-framework for small web-applications";
39 license = licenses.mit;
40 maintainers = with maintainers; [ koral ];