7 , google-cloud-testutils
16 buildPythonPackage rec {
17 pname = "google-cloud-firestore";
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-vRTS65rjWNIQWM4JHBPeoRkX4m8cQ3OKUenOqLSbTzg=";
28 propagatedBuildInputs = [
33 ] ++ google-api-core.optional-dependencies.grpc;
37 google-cloud-testutils
44 # do not shadow imports
50 "tests/system/test_system.py"
51 "tests/system/test_system_async.py"
52 # requires credentials
53 "tests/unit/v1/test_bulk_writer.py"
57 # requires credentials
61 pythonImportsCheck = [
62 "google.cloud.firestore_v1"
63 "google.cloud.firestore_admin_v1"
67 description = "Google Cloud Firestore API client library";
68 homepage = "https://github.com/googleapis/python-firestore";
69 changelog = "https://github.com/googleapis/python-firestore/blob/v${version}/CHANGELOG.md";
70 license = licenses.asl20;
71 maintainers = with maintainers; [ ];