Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-27 | puppet-lint: removed unused var 'use_pkgname' | Daniel Lawrence | |
2014-07-17 | Fixed pip wheel as it was done for virtualenv pip | Simon Tremblay | |
2014-05-07 | Added timeout option to python::pip | Steven Pecht | |
The default timeout is set to 1800. The same default as virtual environement installations. A timeout parameter is needed for long running installs such as SciPy. | |||
2014-04-24 | Fixed $(ensure typo in pip.pp | Luca Invernizzi | |
2014-04-24 | Add editable flag. Check passed arguments. | Ali Asad Lotia | |
2014-04-06 | simplify pkgname default | Igor 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-18 | Merge pull request #73 from giavac/master | Sergey Stankevich | |
Don't try to reinstall pip packages on every Puppet run #59 | |||
2014-03-18 | Don'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-18 | add support for explicit version handling with ensure parameter for pip packages | Nathan Sullivan | |
2014-03-06 | adds external pkgname variable | Marcin Zaremba | |
2014-01-27 | Merge branch 'master' of https://github.com/stankevich/puppet-python | Jarl Stefansson | |
2014-01-16 | remove duplicate pip_install exec for latest case | Steffen Zieger | |
2014-01-14 | Update documentation for python pip | Jarl Stefansson | |
2014-01-03 | Merge branch 'master' of https://github.com/stankevich/puppet-python | Jarl Stefansson | |
Conflicts: manifests/pip.pp manifests/virtualenv.pp Merge curly braces around variable names | |||
2014-01-03 | Cleanup for merge request | Jarl Stefansson | |
2014-01-03 | Further fixes for pip 1.5 and wheel handling | Jarl Stefansson | |
2014-01-02 | Fix bash logic false positives | Jarl Stefansson | |
2014-01-02 | Fix simple typo | Jarl Stefansson | |
2014-01-02 | Fix handling of wheel support for initial pip | Jarl Stefansson | |
2014-01-02 | Fix quoting of exec commands to use single quotes | Jarl Stefansson | |
2014-01-02 | Fix wheel support and pip version compatability | Jarl Stefansson | |
Fix wheel support and compatability for older pip versions by detecting suppport when running the pip command inside a virtualenv. | |||
2014-01-02 | Fix wheel flag for pip commands | Jarl 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-19 | Fixing lint issues as per http://docs.puppetlabs.com/guides/style_guide.html | Neil Saunders | |
2013-12-13 | Merge branch 'master' of github.com:jalli/puppet-python | Jarl Stefansson | |
Conflicts: manifests/pip.pp manifests/requirements.pp manifests/virtualenv.pp | |||
2013-11-18 | Add to python::pip ensure => latest | Hubert Jagodziński | |
2013-11-07 | Added latest support to pip, fixed log param | Jarl Stefansson | |
--log-file is not supported in older versions, changed to use --log Added ability to do pip --upgrade by using latest | |||
2013-11-07 | Fix paths | Jarl Stefansson | |
2013-11-07 | Add path to pip install/uninstall | Jarl Stefansson | |
2013-11-07 | Fix paths | Jarl Stefansson | |
2013-11-07 | Add path to pip when executed out of virtualenv | Jarl Stefansson | |
2013-10-19 | pip log option. Fixes #28 | Sergey Stankevich | |
2013-10-15 | Added support for setting egg name | Vik Bhatti | |
2013-10-09 | Add 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-04 | Removed unnecessary which commands for obtaining the pip and python executables | Fotis Gimian | |
2013-06-04 | Amended all documentation and updated version to 1.1.0 | Fotis Gimian | |
2013-06-03 | Removed owner attribute from the pip class as it was not needed and touched ↵ | Fotis Gimian | |
up a few mistakes. | |||
2013-06-03 | Made system virtualenv more robust and ensured that pip logging would occur ↵ | Fotis Gimian | |
in an appropriate directory upon failure to avoid errors | |||
2013-06-03 | Added 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-03 | Added owner, group to the pip class which ensures that packages will be ↵ | Fotis Gimian | |
installed with the correct permissions. | |||
2013-03-31 | URL support for pip | Sergey Stankevich | |
2012-09-09 | Initial import | Sergey Stankevich | |