10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
19 hash = "sha256-mirRpo27RoOBlwxVOKnHaDIzJOErp7c2VxCOunUm/u4=";
23 find . -type f -name '*.py' -exec sed -i 's|assertEquals|assertEqual|g' {} +
26 propagatedBuildInputs = [
31 checkInputs = [ pytestCheckHook ];
33 pythonImportsCheck = [ "bson" ];
36 description = "BSON codec for Python";
37 homepage = "https://github.com/py-bson/bson";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ fab ];