11 buildPythonPackage rec {
12 pname = "aioextensions";
13 version = "21.7.2261349";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "2eacc52692495f331437e8c8e9782ca71f4617ec84f174ca17acdd77631efc47";
21 propagatedBuildInputs = [ uvloop ];
23 nativeCheckInputs = [ pytest ];
30 description = "High performance functions to work with the async IO";
31 homepage = "https://kamadorueda.github.io/aioextensions";
32 license = licenses.mit;
33 maintainers = with maintainers; [ kamadorueda ];