12 buildPythonPackage rec {
13 pname = "aioextensions";
14 version = "21.7.2261349";
15 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 sha256 = "2eacc52692495f331437e8c8e9782ca71f4617ec84f174ca17acdd77631efc47";
23 propagatedBuildInputs = [ uvloop ];
25 nativeCheckInputs = [ pytest ];
32 description = "High performance functions to work with the async IO";
33 homepage = "https://kamadorueda.github.io/aioextensions";
34 license = licenses.mit;
35 maintainers = with maintainers; [ kamadorueda ];