10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
20 hash = "sha256-78t6tznI3+vIRkWNi0HDPGhR8aGaET3IMXQvmAPdSSY=";
23 build-system = [ setuptools ];
25 nativeCheckInputs = [ pytestCheckHook ];
27 pythonImportsCheck = [ "quixote" ];
30 # Test has additional requirements
31 "quixote/ptl/test/test_ptl.py"
35 description = "Small and flexible Python Web application framework";
36 homepage = "https://pypi.org/project/Quixote/";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];