easyconfigs-it4i/n/networkx/networkx-1.11-Python-2.7.13.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

26 lines
557 B
Plaintext

easyblock = 'PythonPackage'
name = 'networkx'
version = '1.11'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://pypi.python.org/pypi/networkx'
description = """NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics,
and functions of local_complex networks."""
toolchain = SYSTEM
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '2.7.13'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/'],
}
moduleclass = 'tools'