11 buildPythonPackage rec {
12 pname = "gevent-socketio";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-UzlKuT+9hNnbuyvvhTSfalA7/FPYapvoZTJQ8aBBKv8=";
31 propagatedBuildInputs = [
35 # Tests are not ported to Python 3
38 pythonImportsCheck = [
43 description = "SocketIO server based on the Gevent pywsgi server";
44 homepage = "https://github.com/abourget/gevent-socketio";
45 license = licenses.bsd0;
46 maintainers = with maintainers; [ ];