9 , google-cloud-testutils
10 , google-resumable-media
14 buildPythonPackage rec {
15 pname = "google-cloud-storage";
19 inherit pname version;
20 sha256 = "sha256-IAPF7Uc/mzfQRfMMTIvn0w19Dripe80sWLOovFScTMw=";
23 propagatedBuildInputs = [
26 google-resumable-media
32 google-cloud-testutils
37 # disable tests which require credentials and network access
49 "--ignore=tests/unit/test_bucket.py"
50 "--ignore=tests/system/test_system.py"
53 # prevent google directory from shadowing google imports
58 pythonImportsCheck = [ "google.cloud.storage" ];
61 description = "Google Cloud Storage API client library";
62 homepage = "https://github.com/googleapis/python-storage";
63 license = licenses.asl20;
64 maintainers = with maintainers; [ SuperSandro2000 ];