11 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
22 sha256 = "sha256-2itjGYusJT6sbCAgvKsI9IXeAOP7VQV0bpifFBZmnAo=";
34 disabledTests = lib.optionals stdenv.isDarwin [
37 # require loopback networking:
38 "test_sendfile_socket"
39 "test_serve_small_bin_file_sync"
40 "test_serve_small_bin_file"
44 pythonImportsCheck = [
49 description = "File support for asyncio";
50 homepage = "https://github.com/Tinche/aiofiles";
51 license = with lib.licenses; [ asl20 ];
52 maintainers = with lib.maintainers; [ fridh ];