7 buildPythonPackage rec {
8 pname = "deep-chainmap";
10 format = "setuptools";
13 pname = "deep_chainmap";
15 hash = "sha256-6K7dyB5iQzzw3lXLcU10SVsiHZ+SAXhz9DSCkYnPQAA=";
18 # Tests are not published to pypi
21 pythonImportsCheck = [ "deep_chainmap" ];
23 # See the guide for more information: https://nixos.org/nixpkgs/manual/#chap-meta
25 description = "Recursive subclass of ChainMap";
26 homepage = "https://github.com/neutrinoceros/deep-chainmap";
27 license = licenses.mit;
28 maintainers = with maintainers; [ rehno-lindeque ];