# IT4Innovations 2018 easyblock = 'PythonPackage' name = 'phonopy' version = '1.13.2' homepage = 'https://atztogo.github.io/phonopy' description = """Phonopy is an open source package of phonon calculations based on the supercell approach.""" toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ ('matplotlib', '2.1.1'), ('lxml', '4.1.1'), ('PyYAML', '3.12'), ('numpy', '1.13.3'), ('h5py', '2.7.1'), ('scipy', '1.0.0') ] moduleclass = 'python'