summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-six
AgeCommit message (Collapse)AuthorFilesLines
2017-04-19Rework Spack's Mercurial support (#3834)Adam J. Stewart1-1/+3
* Add tests to mercurial package * Add support for --insecure with mercurial fetching * Install man pages and tab-completion scripts * Add tests and latest version for all deps * Flake8 fix * Use certifi module to find CA certificate * Flake8 fix * Unset PYTHONPATH when running hg * svn_fetch should use to svn-test, not hg-test * Drop Python 3 support in Mercurial Python 3 support is a work in progress and isn't currently recommended: https://www.mercurial-scm.org/wiki/SupportedPythonVersions * Test both secure and insecure hg fetching * Test both secure and insecure git and svn fetching
2017-02-20Fix setuptools bootstrapping now that dependencies are no longer vendored ↵Adam J. Stewart1-2/+7
(#3198) * Fix setuptools bootstrapping now that dependencies are no longer vendored * Reorder patch and comments * Use exact same patch as https://github.com/ActiveState/appdirs/pull/84 * Use exact same patch as https://sourceforge.net/p/pyparsing/patches/10/
2017-01-16Add PythonPackage base classAdam J. Stewart1-4/+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-06various python package version and dependency updates (#2751)Gregory Lee1-1/+1
* various python package version and dependency updates * various python package version and dependency updates
2016-08-19Add all Sphinx dependenciesAdam J. Stewart1-2/+4
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin1-0/+1
2016-07-14deptypes: mark deptypes in packagesBen Boeckel1-1/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2016-03-30Added version 1.10.0.Glenn Johnson1-0/+1
2015-11-26New, cleaner package repository structure.Todd Gamblin1-0/+14
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).