24 buildPythonPackage rec {
29 src = fetchFromGitHub {
33 hash = "sha256-gXPHEoEY0qKcpAtqHlUw5c43/6hKseCx+vBNzEXFF2A=";
42 build-system = [ setuptools ];
56 pythonImportsCheck = [ "weasel" ];
63 # This test requires internet access
65 "test_project_git_dir_asset"
66 "test_project_git_file_asset"
70 description = "Small and easy workflow system";
71 homepage = "https://github.com/explosion/weasel/";
72 changelog = "https://github.com/explosion/weasel/releases/tag/v${version}";
73 license = lib.licenses.mit;
74 maintainers = with lib.maintainers; [ GaetanLepage ];
75 mainProgram = "weasel";