9 snakemake-interface-storage-plugins,
10 snakemake-interface-common,
14 buildPythonPackage rec {
15 pname = "snakemake-storage-plugin-s3";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-TKv/7b3+uhY18v7p1ZSya5KJEMUv4M1NkObP9vPzMxU=";
26 build-system = [ poetry-core ];
31 snakemake-interface-storage-plugins
32 snakemake-interface-common
36 nativeCheckInputs = [ snakemake ];
38 pythonImportsCheck = [ "snakemake_storage_plugin_s3" ];
41 description = "Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)";
42 homepage = "https://github.com/snakemake/snakemake-storage-plugin-s3";
43 license = licenses.mit;
44 maintainers = with maintainers; [ veprbl ];