mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

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
23 lines
507 B
Plaintext
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'
|