easyconfigs-it4i/s/s3cmd/s3cmd-2.1.0-GCCcore-10.2.0-Python-3.8.6.eb
Lukas Krupcik 465d7a421a new file: g/graphite2/graphite2-1.3.14-GCCcore-10.2.0.eb
new file:   m/magic/magic-0.4.24-GCCcore-10.2.0-Python-3.8.6.eb
	modified:   n/NVHPC/NVHPC-21.9.eb
	new file:   o/OpenMPI/OpenMPI-4.0.7-GCC-10.2.0-UCX-1.11.2-CUDA-11.4.1.eb
	new file:   o/OpenMPI/OpenMPI-4.0.7-GCC-9.3.0-UCX-1.9.0-CUDA-11.4.1.eb
	new file:   p/poppler/poppler-21.06.1-GCC-10.2.0.eb
	new file:   s/s3cmd/s3cmd-2.1.0-GCCcore-10.2.0-Python-3.8.6.eb
	new file:   t/texlive/texlive-20210325-GCCcore-10.2.0.eb
	new file:   u/UCX/UCX-1.11.2-GCC-10.2.0-CUDA-11.4.1.eb
	new file:   u/UCX/UCX-1.9.0-GCC-9.3.0-CUDA-11.4.1.eb
	new file:   u/UCX/UCX-1.9.0-NVHPC-21.9-CUDA-11.4.1.eb
	new file:   u/UCX/UCX-1.9.0-NVHPC-21.9-GCC-9.3.0-CUDA-11.4.1.eb
2021-12-07 11:26:32 +01:00

28 lines
991 B
Plaintext

# IT4Innovations 2021
# JKm LK
# build first with --stop postproc and then --module-only --rebuild in order to skip sanity checks
easyblock = 'PythonPackage'
name = 's3cmd'
version = '2.1.0'
versionsuffix = '-Python-%(pyver)s'
homepage = "https://s3tools.org/s3cmd"
description = """S3cmd is a free command line tool and client for uploading, retrieving and managing data in Amazon S3 and other cloud storage service providers that use the S3 protocol, such as Google Cloud Storage or DreamHost DreamObjects. It is best suited for power users who are familiar with command line programs. It is also ideal for batch scripts and automated backup to S3, triggered from cron, etc."""
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
source_urls = ["https://github.com/s3tools/s3cmd/archive/refs/tags/"]
sources = ['v2.1.0.tar.gz']
dependencies = [
('Python', '3.8.6'),
('magic', '0.4.24', '-Python-%(pyver)s'),
]
download_dep_fail = True
use_pip = True
moduleclass = 'tools'