summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-bleach/package.py
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-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-04-22Hack to fix python dependency ranges (#3938)Adam J. Stewart1-1/+1
* Hack to fix python dependency ranges * Flake8
2017-01-16Add PythonPackage base classAdam J. Stewart1-0/+39
- 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