7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-4ZkrNqVCKQFPvLx6nIwo0fSuEx6h2NNFyTlz+fDcb9w=";
17 nativeCheckInputs = [ pytestCheckHook ];
19 pythonImportsCheck = [ "mergedict" ];
22 description = "A Python dict with a merge() method";
23 homepage = "https://github.com/schettino72/mergedict";
24 license = licenses.mit;
25 maintainers = with maintainers; [ onny ];