8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "14355m3dchz446fl54ym78bn4wi20hddx1614f8rl4sin0m1nlfn";
18 propagatedBuildInputs = [
23 # 0.5.10 was not tagged, https://github.com/py-bson/bson/issues/108
26 pythonImportsCheck = [ "bson" ];
29 description = "BSON codec for Python";
30 homepage = "https://github.com/py-bson/bson";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ fab ];