easyconfigs-it4i/m/magic/magic-0.4.24-GCCcore-9.3.0-Python-3.8.2.eb
Lukas Krupcik 67fe6cb595 new file: m/magic/magic-0.4.24-GCCcore-9.3.0-Python-3.8.2.eb
new file:   s/s3cmd/s3cmd-2.1.0-GCCcore-9.3.0-Python-3.8.2.eb
2021-08-09 08:31:55 +02:00

31 lines
831 B
Plaintext

# IT4Innovations 2021
# JK
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': '9.3.0'}
source_urls = ["https://github.com/ahupp/python-magic/archive/refs/tags/"]
sources = ['%(version)s.tar.gz']
dependencies = [
('Python', '3.8.2'),
]
download_dep_fail = True
use_pip = True
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/'],
}
moduleclass = 'lib'