···
pname = "google-cloud-bigtable";
-
disabled = pythonOlder "3.7";
-
pname = "google_cloud_bigtable";
-
hash = "sha256-3bnfW9OVhUWf5hfzheSCeAY+w3VIalER0i3QtsGNSDM=";
build-system = [ setuptools ];
···
description = "Google Cloud Bigtable API client library";
homepage = "https://github.com/googleapis/python-bigtable";
changelog = "https://github.com/googleapis/python-bigtable/blob/v${version}/CHANGELOG.md";
-
license = licenses.asl20;
···
+
# optional dependencies
pname = "google-cloud-bigtable";
+
src = fetchFromGitHub {
+
repo = "python-bigtable";
+
hash = "sha256-TciCYpnwfIIvOexp4Ing6grZ7ufFonwP2G26UzlNaJ4=";
build-system = [ setuptools ];
···
description = "Google Cloud Bigtable API client library";
homepage = "https://github.com/googleapis/python-bigtable";
changelog = "https://github.com/googleapis/python-bigtable/blob/v${version}/CHANGELOG.md";
+
license = lib.licenses.asl20;
+
maintainers = [ lib.maintainers.sarahec ];