27 buildPythonPackage rec {
32 disabled = pythonOlder "3.6";
34 src = fetchFromGitHub {
37 rev = "refs/tags/v${version}";
38 hash = "sha256-6Ck8R10/YW2Nc6acNk2bzgyqSg+OPqwyJjhUgXP/umw=";
46 propagatedBuildInputs = [
66 pythonImportsCheck = [ "weasel" ];
73 # This test requires internet access
78 description = "Weasel: A small and easy workflow system";
79 homepage = "https://github.com/explosion/weasel/";
80 license = licenses.mit;
81 maintainers = with maintainers; [ GaetanLepage ];