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
40 changes: 40 additions & 0 deletions easybuild/easyconfigs/b/boto3/boto3-1.35.36-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
easyblock = 'PythonBundle'

name = 'boto3'
version = '1.35.36'

homepage = 'https://github.com/boto/boto3'
description = """Boto3 is the Amazon Web Services (AWS) Software Development Kit
(SDK) for Python, which allows Python developers to write software that makes
use of services like Amazon S3 and Amazon EC2."""

toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

builddependencies = [
('binutils', '2.42'),
]

dependencies = [
('Python', '3.12.3'),
('Python-bundle-PyPI', '2024.06'),
]

exts_list = [
('botocore', version, {
'checksums': ['354ec1b766f0029b5d6ff0c45d1a0f9e5007b7d2f3ec89bcdd755b208c5bc797'],
}),
('jmespath', '1.0.1', {
'checksums': ['90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe'],
}),
('s3transfer', '0.10.3', {
'checksums': ['4f50ed74ab84d474ce614475e0b8d5047ff080810aac5d01ea25231cfc944b0c'],
}),
(name, version, {
'checksums': ['586524b623e4fbbebe28b604c6205eb12f263cc4746bccb011562d07e217a4cb'],
}),
Comment thread
Micket marked this conversation as resolved.
]

use_pip = True
sanity_pip_check = True

moduleclass = 'lib'