easyconfigs-it4i/n/networkx/networkx-1.11-foss-2016a-Python-2.7.11.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

26 lines
582 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 complex networks."""
toolchain = {'name': 'foss', 'version': '2016a'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '2.7.11'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/'],
}
moduleclass = 'tools'