easyconfigs-it4i/c/cclib/cclib-1.5-foss-2016b-Python-3.5.2.eb
2017-03-09 11:57:40 +01:00

27 lines
735 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 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'