# 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'