7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "e42aaa4b3e2f66102a11bfd563069704bfbfd84fdcb517b564effd736bf53cd9";
21 description = "Backport/clone of ChainMap";
22 homepage = "https://bitbucket.org/jeunice/chainmap";
23 license = licenses.psfl;
24 maintainers = with maintainers; [ abbradar ];