12 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "b5a412c748722dd679c4c2e30dd40d70a7c8879636f6eb4489fdbca72965b125";
30 doCheck = false; # requires siosocks, not packaged yet
35 pythonImportsCheck = [ "aioftp" ];
38 description = "Ftp client/server for asyncio";
39 homepage = "https://github.com/aio-libs/aioftp";
40 license = licenses.asl20;
41 maintainers = [ maintainers.costrouc ];