11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-EbRQD/AoTMWAlPOMWmD0UdFjRyjt5MUBkJtcydUCdHM=";
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 licenses; [ asl20 ];
52 maintainers = with maintainers; [ fridh ];