7 snakemake-interface-storage-plugins,
8 snakemake-interface-common,
12 buildPythonPackage rec {
13 pname = "snakemake-storage-plugin-xrootd";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-1plBss9jRzIIGQE7rXDEnAomFxNzSUKsw0VyhYA2mIc=";
24 # xrootd<6.0.0,>=5.6.4 not satisfied by version 5.7rc20240303
25 pythonRelaxDeps = [ "xrootd" ];
27 build-system = [ poetry-core ];
30 snakemake-interface-storage-plugins
31 snakemake-interface-common
35 nativeCheckInputs = [ snakemake ];
37 pythonImportsCheck = [ "snakemake_storage_plugin_xrootd" ];
40 description = "Snakemake storage plugin for handling input and output via XRootD";
41 homepage = "https://github.com/snakemake/snakemake-storage-plugin-xrootd";
42 license = licenses.mit;
43 maintainers = with maintainers; [ veprbl ];