summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-bleach/package.py
AgeCommit message (Collapse)AuthorFilesLines
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