Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'