easyconfigs-it4i/archive/c/cclib/cclib-1.5-foss-2016b-Python-3.5.2.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

28 lines
747 B
Plaintext

easyblock = 'PythonPackage'
name = 'cclib'
version = '1.5'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://cclib.github.io/'
description = """cclib is a Python library that provides parsers for local_computational chemistry log files.
It alsoprovides a platform to implement algorithms in a package-independent manner.
"""
toolchain = {'name': 'foss', 'version': '2016b'}
source_urls = [
'https://github.com/cclib/cclib/releases/download/v%(version)s/']
sources = ['%(name)s-%(version)s.post1.tar.gz']
dependencies = [
('Python', '3.5.2'), # This contains numpy as extension needed for cclib
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s'],
}
moduleclass = 'tools'