8 snakemake-interface-common,
11 buildPythonPackage rec {
12 pname = "snakemake-interface-executor-plugins";
16 src = fetchFromGitHub {
18 repo = "snakemake-interface-executor-plugins";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-3XdsEnL+kuYhNOeAxkAsjTJ2R6NOtq97zPhQg9kdFkI=";
23 build-system = [ poetry-core ];
28 snakemake-interface-common
31 pythonImportsCheck = [ "snakemake_interface_executor_plugins" ];
34 description = "This package provides a stable interface for interactions between Snakemake and its executor plugins";
35 homepage = "https://github.com/snakemake/snakemake-interface-executor-plugins";
36 changelog = "https://github.com/snakemake/snakemake-interface-executor-plugins/blob/${src.rev}/CHANGELOG.md";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ veprbl ];