11 buildPythonPackage rec {
12 pname = "manifestoo-core";
18 pname = "manifestoo_core";
19 hash = "sha256-a3v2WfJ42bh2LlAsH9ekpLFsAlOiTTLGNknTW2mTxCI=";
26 propagatedBuildInputs =
27 lib.optionals (pythonOlder "3.7") [ importlib-resources ]
28 ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
30 passthru.updateScript = nix-update-script { };
33 description = "A library to reason about Odoo addons manifests";
34 homepage = "https://github.com/acsone/manifestoo-core";
35 license = licenses.lgpl3Only;
36 maintainers = with maintainers; [ yajo ];