13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-iP9QVyAvKMTo8GuceiXWALmWKQ9yLX2qxl0S7IT+kMA=";
23 nativeBuildInputs = [ hatch-vcs ];
25 nativeCheckInputs = [ pytestCheckHook ];
27 propagatedBuildInputs = [
33 passthru.updateScript = nix-update-script { };
36 description = "Tool to reason about Odoo addons manifests";
37 homepage = "https://github.com/acsone/manifestoo";
38 license = licenses.mit;
39 maintainers = with maintainers; [ yajo ];