easyconfigs-it4i/a/awscli/awscli-1.27.75-GCCcore-12.2.0-Python-3.10.8.eb
Lukas Krupcik df0af48ed0 new file: a/ANSYS/ANSYS-22.2-intel-2022a-test.eb
new file:   a/awscli/awscli-1.27.75-GCCcore-12.2.0-Python-3.10.8.eb
	new file:   i/iompi/iompi-2020b-test.eb
	modified:   l/libnsl/libnsl-1.3.0-GCCcore-10.3.0.eb
	new file:   l/libnsl/libnsl-2.0.0-GCCcore-11.3.0.eb
	new file:   o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-5.7.1-iompi-2020b.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-iccifort-2020.4.304-test.eb
	new file:   p/PyYAML/PyYAML-5.4.1.1-GCCcore-12.2.0.eb
	new file:   r/rclone/rclone-1.61.1.eb
	new file:   s/s3cmd/s3cmd-2.3.0-GCCcore-12.2.0-Python-3.10.8.eb
	new file:   v/VirtualGL/VirtualGL-3.0-GCC-11.3.0.eb
	modified:   x/XALT/XALT-2.10.45-eb.eb
2023-02-21 14:48:08 +01:00

60 lines
1.5 KiB
Plaintext

# IT4Innovations
# LK 2023
easyblock = 'PythonBundle'
name = 'awscli'
version = '1.27.75'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://pypi.python.org/pypi/awscli'
description = 'Universal Command Line Environment for AWS'
toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
builddependencies = [
('binutils', '2.39'),
]
dependencies = [
('Python', '3.10.8'),
('PyYAML', '5.4.1.1'),
]
use_pip = True
exts_list = [
('colorama', '0.4.4', {
'checksums': ['5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b'],
}),
('s3transfer', '0.6.0', {
'checksums': ['2ed07d3866f523cc561bf4a00fc5535827981b117dd7876f036b0c1aca42c947'],
}),
('rsa', '4.7', {
'checksums': ['69805d6b69f56eb05b62daea3a7dbd7aa44324ad1306445e05da8060232d00f4'],
}),
('docutils', '0.16', {
'checksums': ['c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc'],
}),
('botocore', '1.29.75', {
'checksums': ['eef47ca90d02dbc92296208e24ac5e02bdf5cfa45f10d160fdc19612e141bce2'],
}),
('jmespath', '1.0.1', {
'checksums': ['90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe'],
}),
(name, version, {
'checksums': ['4ddceb061e6dbdc313cf2c9ff36e16324605f8a94c30fb334aef81a7a0766482'],
}),
]
sanity_pip_check = True
sanity_check_commands = ["aws help"]
sanity_check_paths = {
'files': ['bin/aws'],
'dirs': ['lib/python%(pyshortver)s/site-packages/'],
}
moduleclass = 'tools'