mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

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
31 lines
832 B
Plaintext
31 lines
832 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'magic'
|
|
version = '0.4.24'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = "http://github.com/ahupp/python-magic"
|
|
description = """python-magic is a Python interface to the libmagic file type identification library. libmagic identifies file types by checking their headers according to a predefined list of file types. This functionality is exposed to the command line by the Unix command file."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
|
|
|
|
source_urls = ["https://github.com/ahupp/python-magic/archive/refs/tags/"]
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('Python', '3.8.6'),
|
|
]
|
|
|
|
download_dep_fail = True
|
|
use_pip = True
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages/'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|