-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21689 from lcniel/20241017142205_new_pr_s3fs202490
{tools}[foss/2024a] s3fs v2024.9.0
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
easyblock = "PythonBundle" | ||
|
||
name = 's3fs' | ||
version = '2024.9.0' | ||
|
||
homepage = 'https://github.com/fsspec/s3fs/' | ||
description = """S3FS builds on aiobotocore to provide a convenient Python filesystem interface for S3..""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2024a'} | ||
|
||
dependencies = [ | ||
('Python', '3.12.3'), | ||
('Python-bundle-PyPI', '2024.06'), | ||
('hatchling', '1.24.2'), | ||
('aiohttp', '3.10.10'), | ||
('wrapt', '1.16.0'), | ||
('boto3', '1.35.36'), | ||
] | ||
|
||
use_pip = True | ||
sanity_pip_check = True | ||
|
||
exts_list = [ | ||
('fsspec', version, { | ||
'checksums': ['4b0afb90c2f21832df142f292649035d80b421f60a9e1c027802e5a0da2b04e8'], | ||
}), | ||
(name, version, { | ||
'checksums': ['6493705abb50374d6b7994f9616d27adbdd8a219c8635100bdc286382efd91f5'], | ||
}), | ||
] | ||
|
||
moduleclass = 'tools' |