mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
25 lines
494 B
Plaintext
25 lines
494 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'pydot'
|
|
version = '1.2.4'
|
|
|
|
homepage = 'https://pypi.python.org/pypi/pydot'
|
|
description = 'A Python interface to GraphViz and the DOT language.'
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('pyparsing', '2.2.0'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'python'
|