12 buildPythonPackage rec {
13 pname = "python-engineio-v3";
18 inherit pname version;
19 hash = "sha256-tYri/+OKIJAWWzeijFwgY9PK66lH584dvZnoBWyzaFw=";
22 build-system = [ setuptools ];
24 dependencies = [ six ];
26 optional-dependencies = {
31 asyncio_client = [ aiohttp ];
34 pythonImportsCheck = [ "engineio_v3" ];
40 description = "Engine.IO server";
41 homepage = "https://github.com/bdraco/python-engineio-v3";
42 license = lib.licenses.mit;
43 longDescription = "This is a release of 3.14.2 under the “engineio_v3” namespace for old systems.";
44 maintainers = with lib.maintainers; [ dotlambda ];