summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-networkx
AgeCommit message (Collapse)AuthorFilesLines
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-11adding falcon (#5057)snehring1-0/+1
* py-networkx: adding older version py-networkx * py-pypeflow: new package * falcon: adding new package pacbio-daligner: adding new package pacbio-damasker: adding new package pacbio-dazz-db: adding new package pacbio-dextractor: adding new package * py-networkx: modifying version order to be in line with convention * falcon: tweaking py-networkx dependency to satisfy setuptools py-pypeflow: adding missing dependency * pacbio-dextractor: changing hdf5 dependency * pacbio-daligner: adding gmake build dep pacbio-damasker: adding gmake build dep pacbio-dazz-db: adding gmake build dep pacbio-dextractor: adding gmake build dep
2017-08-06Download from pypi.io, not pypi.python.org (#4981)Adam J. Stewart1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-01-16Add PythonPackage base classAdam J. Stewart1-6/+1
- Add a PythonPackage class with build system support. - Support build phases in PythonPackage - Add a custom sanity check for PythonPackages - Get rid of nolink dependencies in python packages - Update spack create to use new PythonPackage class - Port most of Python packages to new PythonPackage class - Conducted a massive install and activate of Python packages. - Fixed bugs introduced by install and activate. - Update API docs on PythonPackage
2017-01-07Get Rid of nobuild, nolink, and alldeps (#2765)Elizabeth Fischer1-1/+1
* Removing the nobuild, nolink, and alldeps dependency types in favor of being explicit. * This will help with maintenance going forward, as adding more dependency types won't affect existing declared dependencies in weird ways. * default deptype is still `('build', 'link')`
2016-10-06Feature Proposal : Make All Python Extensions User Configuration Independent ↵Joseph Ciurej1-1/+1
(#1435) * Updated all Python extension packages to use 'setup_py' on install. * Fixed a few minor style issues with the updated Python packages.
2016-08-02Fix flake8 issues.Glenn Johnson1-1/+3
2016-07-25Add py-setuptools as dependencyGlenn Johnson1-0/+1
With the addition of dependency types and with `py-setuptools` set as type='build' there are more packages that need to have `py-setuptools` added as a dependency. This PR adds that dependency for the following packages: - py-h5py - py-networkx - py-pytables - py-scikit-image
2016-07-14deptypes: mark deptypes in packagesBen Boeckel1-1/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2016-04-04New package - py-networkx (https://networkx.github.io/).Glenn Johnson1-0/+15