Skip to content
Snippets Groups Projects
Commit 8404f084 authored by Glenn Johnson's avatar Glenn Johnson
Browse files

New package - py-networkx (https://networkx.github.io/).

parent a10ab78e
No related branches found
No related tags found
No related merge requests found
from spack import *
class PyNetworkx(Package):
"""NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks."""
homepage = "http://networkx.github.io/"
url = "https://pypi.python.org/packages/source/n/networkx/networkx-1.11.tar.gz"
version('1.11', '6ef584a879e9163013e9a762e1cf7cd1')
extends('python')
depends_on('py-decorator')
def install(self, spec, prefix):
python('setup.py', 'install', '--prefix=%s' % prefix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment