19 buildPythonPackage rec {
21 version = "2022.10.0";
22 format = "setuptools";
24 disabled = pythonOlder "3.7";
26 src = fetchFromGitHub {
30 hash = "sha256-+S4AziibYWos/hZ1v3883b1Vv3y4xjIDUrQ8c2XJ1MQ=";
33 propagatedBuildInputs = [
52 # Tests require a running Docker instance
53 "gcsfs/tests/test_core.py"
54 "gcsfs/tests/test_mapping.py"
55 "gcsfs/tests/test_retry.py"
62 pythonImportsCheck = [
67 description = "Convenient Filesystem interface over GCS";
68 homepage = "https://github.com/fsspec/gcsfs";
69 changelog = "https://github.com/fsspec/gcsfs/raw/${version}/docs/source/changelog.rst";
70 license = licenses.bsd3;
71 maintainers = with maintainers; [ nbren12 ];