summaryrefslogtreecommitdiff
path: root/manifests/pip.pp
AgeCommit message (Collapse)Author
2014-04-06simplify pkgname defaultIgor Galić
rather than having a rather ugly if and an unhandy case new variable, we can simplify this by making the default $name, in the parameter list.
2014-03-18Merge pull request #73 from giavac/masterSergey Stankevich
Don't try to reinstall pip packages on every Puppet run #59
2014-03-18Don't try to reinstall pip packages on every Puppet run #59; Even if ensure ↵Giacomo Vacca
latest, do not install if already latest
2014-03-18add support for explicit version handling with ensure parameter for pip packagesNathan Sullivan
2014-03-06adds external pkgname variableMarcin Zaremba
2014-01-27Merge branch 'master' of https://github.com/stankevich/puppet-pythonJarl Stefansson
2014-01-16remove duplicate pip_install exec for latest caseSteffen Zieger
2014-01-14Update documentation for python pipJarl Stefansson
2014-01-03Merge branch 'master' of https://github.com/stankevich/puppet-pythonJarl Stefansson
Conflicts: manifests/pip.pp manifests/virtualenv.pp Merge curly braces around variable names
2014-01-03Cleanup for merge requestJarl Stefansson
2014-01-03Further fixes for pip 1.5 and wheel handlingJarl Stefansson
2014-01-02Fix bash logic false positivesJarl Stefansson
2014-01-02Fix simple typoJarl Stefansson
2014-01-02Fix handling of wheel support for initial pipJarl Stefansson
2014-01-02Fix quoting of exec commands to use single quotesJarl Stefansson
2014-01-02Fix wheel support and pip version compatabilityJarl Stefansson
Fix wheel support and compatability for older pip versions by detecting suppport when running the pip command inside a virtualenv.
2014-01-02Fix wheel flag for pip commandsJarl Stefansson
Python 2.6 does not support setuptools < 0.8 which is required for pip wheel support, older versions need to use the --no-use-wheel flag
2013-12-19Fixing lint issues as per http://docs.puppetlabs.com/guides/style_guide.htmlNeil Saunders
2013-12-13Merge branch 'master' of github.com:jalli/puppet-pythonJarl Stefansson
Conflicts: manifests/pip.pp manifests/requirements.pp manifests/virtualenv.pp
2013-11-18Add to python::pip ensure => latestHubert Jagodziński
2013-11-07Added latest support to pip, fixed log paramJarl Stefansson
--log-file is not supported in older versions, changed to use --log Added ability to do pip --upgrade by using latest
2013-11-07Fix pathsJarl Stefansson
2013-11-07Add path to pip install/uninstallJarl Stefansson
2013-11-07Fix pathsJarl Stefansson
2013-11-07Add path to pip when executed out of virtualenvJarl Stefansson
2013-10-19pip log option. Fixes #28Sergey Stankevich
2013-10-15Added support for setting egg nameVik Bhatti
2013-10-09Add options install_args and uninstall_args.Fredrik Thulin
Modern pip does not install what it considers 'pre-release' versions unless '--pre' is given as argument. This change adds a mechanism for supplying the '--pre' argument or any other argument deemed necessary.
2013-06-04Removed unnecessary which commands for obtaining the pip and python executablesFotis Gimian
2013-06-04Amended all documentation and updated version to 1.1.0Fotis Gimian
2013-06-03Removed owner attribute from the pip class as it was not needed and touched ↵Fotis Gimian
up a few mistakes.
2013-06-03Made system virtualenv more robust and ensured that pip logging would occur ↵Fotis Gimian
in an appropriate directory upon failure to avoid errors
2013-06-03Added environment attribute to the pip class which allows for users to ↵Fotis Gimian
override environment variables like LD_LIBRARY_PATH and ORACLE_HOME which are needed to install packages like cx_Oracle.
2013-06-03Added owner, group to the pip class which ensures that packages will be ↵Fotis Gimian
installed with the correct permissions.
2013-03-31URL support for pipSergey Stankevich
2012-09-09Initial importSergey Stankevich