easyconfigs-it4i/t/tabulate/tabulate-0.8.2-Py-3.6.eb
Easy Build 187a940da5 modified: l/LAMMPS/LAMMPS-17Jan2018-intel-2017a.eb
new file:   p/PyDispatcher/PyDispatcher-2.0.5-Py-3.6.eb
	new file:   p/palettable/palettable-3.1.0-Py-3.6.eb
	modified:   p/pymatgen/pymatgen-Py-3.6.eb
	new file:   t/tabulate/tabulate-0.8.2-Py-3.6.eb
2018-02-09 10:40:55 +01:00

21 lines
426 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'tabulate'
version = '0.8.2'
homepage = 'https://pypi.python.org/pypi/tabulate'
description = 'Pretty-print tabular data.'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
'dirs': [],
}
moduleclass = 'python'