12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-G4vI29Zee2D1SHN49u7/4d5ZqnLKqe/Kba1quHdAVIc=";
25 sed -i 's/fsspec==.*/fsspec/' requirements.txt
32 propagatedBuildInputs = [
38 # Depends on `moto` which has a long dependency chain with exact
39 # version requirements that can't be made to work with current
43 pythonImportsCheck = [
48 broken = stdenv.isDarwin;
49 description = "A Pythonic file interface for S3";
50 homepage = "https://github.com/fsspec/s3fs";
51 changelog = "https://github.com/fsspec/s3fs/raw/${version}/docs/source/changelog.rst";
52 license = licenses.bsd3;
53 maintainers = with maintainers; [ teh ];