6 buildPythonPackage rec {
7 pname = "deep-chainmap";
11 pname = "deep_chainmap";
13 sha256 = "sha256-6K7dyB5iQzzw3lXLcU10SVsiHZ+SAXhz9DSCkYnPQAA=";
16 # Tests are not published to pypi
19 pythonImportsCheck = [ "deep_chainmap" ];
21 # See the guide for more information: https://nixos.org/nixpkgs/manual/#chap-meta
23 description = "A recursive subclass of ChainMap";
24 homepage = "https://github.com/neutrinoceros/deep-chainmap";
25 license = licenses.mit;
26 maintainers = with maintainers; [ rehno-lindeque ];