easyblock = 'PythonPackage' name = 'networkx' version = '1.11' versionsuffix = '-Python-%(local_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 = {'name': 'foss', 'version': '2016a'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ ('Python', '3.5.1'), ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python%(local_pyshortver)s/site-packages/'], } moduleclass = 'tools'