30 buildPythonPackage rec {
35 src = fetchFromGitHub {
38 rev = "refs/tags/${version}";
39 hash = "sha256-iT/pePUtH1hwNIOG8Y/YbqCVseNXVOKC0nrXfB2RTlQ=";
47 substituteInPlace pyproject.toml \
48 --replace "--no-cov-on-fail " ""
51 propagatedBuildInputs = [
66 pythonImportsCheck = [
80 "tests/test_signals.py"
84 description = "An async Python micro framework for building web applications";
85 homepage = "https://github.com/pallets/quart/";
86 changelog = "https://github.com/pallets/quart/blob/${src.rev}/CHANGES.rst";
87 license = licenses.mit;
88 maintainers = with maintainers; [ hexa ];