8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0nv5amfs337m0gbxpjb0585s20rndqfc3mfrzq1iwgnds5gxcrlw";
18 propagatedBuildInputs = [ pymongo ];
21 description = "MongoDB-backed Python dict-like interface";
22 homepage = "https://github.com/turicas/mongodict/";
23 license = licenses.gpl3;