1 { lib, buildPythonPackage, fetchPypi, libev, python }:
3 buildPythonPackage rec {
9 sha256 = "01f3b601cf0ab0a9c7cb9c8f944ab7c738baaa6043ca82db20e9bd7a9be5767b";
12 buildInputs = [ libev ];
15 ${python.interpreter} tests/keep-alive-behaviour.py 2>/dev/null
16 ${python.interpreter} tests/test_wsgi_compliance.py
20 homepage = "https://github.com/jonashaag/bjoern";
21 description = "A screamingly fast Python 2/3 WSGI server written in C";
22 license = licenses.bsd2;
23 maintainers = with maintainers; [ cmcdragonkai ];