easyconfigs-it4i/p/PyDispatcher/PyDispatcher-2.0.5-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

23 lines
507 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'PyDispatcher'
version = '2.0.5'
homepage = 'https://pypi.python.org/pypi/PyDispatcher'
description = 'Multi-producer-multi-consumer signal dispatching mechanism.'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
options = {'modulename': 'pydispatch'}
sanity_check_paths = {
'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
'dirs': [],
}
moduleclass = 'python'