Skip to content

Commit

Permalink
Merge pull request #21689 from lcniel/20241017142205_new_pr_s3fs202490
Browse files Browse the repository at this point in the history
{tools}[foss/2024a] s3fs v2024.9.0
  • Loading branch information
smoors authored Oct 18, 2024
2 parents 29f33c4 + b840c8c commit 3db7895
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions easybuild/easyconfigs/s/s3fs/s3fs-2024.9.0-foss-2024a.eb
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'

0 comments on commit 3db7895

Please sign in to comment.