lol

python312Packages.llama-index-readers-s3: format with nixfmt

+11 -14
+11 -14
pkgs/development/python-modules/llama-index-readers-s3/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchPypi 4 - , llama-index-core 5 - , llama-index-readers-file 6 - , poetry-core 7 - , pythonOlder 8 - , s3fs 9 }: 10 11 buildPythonPackage rec { ··· 21 hash = "sha256-xj7uRsc56Wv/SF4OPo/jc+43PabJ4vaM5HcxhnxTzY8="; 22 }; 23 24 - build-system = [ 25 - poetry-core 26 - ]; 27 28 dependencies = [ 29 llama-index-core ··· 34 # Tests are only available in the mono repo 35 doCheck = false; 36 37 - pythonImportsCheck = [ 38 - "llama_index.readers.s3" 39 - ]; 40 41 meta = with lib; { 42 description = "LlamaIndex Readers Integration for S3";
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchPypi, 5 + llama-index-core, 6 + llama-index-readers-file, 7 + poetry-core, 8 + pythonOlder, 9 + s3fs, 10 }: 11 12 buildPythonPackage rec { ··· 22 hash = "sha256-xj7uRsc56Wv/SF4OPo/jc+43PabJ4vaM5HcxhnxTzY8="; 23 }; 24 25 + build-system = [ poetry-core ]; 26 27 dependencies = [ 28 llama-index-core ··· 33 # Tests are only available in the mono repo 34 doCheck = false; 35 36 + pythonImportsCheck = [ "llama_index.readers.s3" ]; 37 38 meta = with lib; { 39 description = "LlamaIndex Readers Integration for S3";