summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2014-06-17Update README.mdGaleDragon
Added a note that if the resource name is not an absolute path you need to include that path in the options. Added after personal experience.
2014-05-30introduce puppet syntax hilightingIgor Galić
we also normalize tabs to spaces
2014-05-21Fixed several spelling mistakekracekumar
2014-05-07Added timeout option to python::pipSteven 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-03-14Document newly required pkgname option for pip.Ezekiel Smithburg
2013-11-29added manage_gunicorn docsDaniel Lawrence
2013-11-18Add to python::pip ensure => latestHubert Jagodziński
2013-11-07ws fixJustin Quick
2013-11-07example docsJustin Quick
2013-11-07docsJustin Quick
2013-10-15Updated python::pip example to include install_argsVik Bhatti
2013-10-15Updated readme to include install and uninstall argsVik Bhatti
2013-10-15Updated docs to include egg paramVik Bhatti
2013-10-08Added src parameter for pip in python::requirementsAntonis Christofides
A requirements file can have --editable resources; in such a case the pip default is to install them in ~/src/, which can be unsuitable; for example, if run by root, /root/src/ is usually unreadable by other users. pip provides an --src parameter to specify an alternative directory. This is useful for installing requirements systemwide, outside a virtualenv.
2013-06-13Reverted documentation to reflect Sergey as the owner now that the pull ↵Fotis Gimian
request was accepted
2013-06-04Changed documentation to reflect that it's a fork and that I will be ↵Fotis Gimian
maintaining it
2013-06-04Fixed minor typo in installation instructionsFotis Gimian
2013-06-04Incremented version to 1.1.2Fotis Gimian
2013-06-04Made the pip package independent from the dev package in the python class ↵Fotis Gimian
and updated version to 1.1.1
2013-06-04Amended all documentation and updated version to 1.1.0Fotis Gimian
2013-05-30Added owner and group params for virtualenv.James Carr
2013-03-31URL support for pipSergey Stankevich
2013-03-11Make pip install distribute in a virtualenv optionalNick Groenen
pip install distribute currentlyfails on Python 3, this way people can skip installing it. It's included by default to remain backward- compatible
2012-11-08Merge branch 'master' of github.com:stankevich/puppet-pythonSergey Stankevich
* 'master' of github.com:stankevich/puppet-python: updated authors. python::gunicorn - added template parameter python::virtualenv - '--system-site-packages' option python::gunicorn - removed unused/undocumented attributes.
2012-11-08Adding pip; modifying Gunicorn template for DjangoSergey Stankevich
2012-11-06updated authors.Marc Fournier
2012-11-06python::gunicorn - added template parameterMarc Fournier
The idea is to be able to use a different template, in case the one provided with the module doesn't fit the user's need.
2012-11-06python::virtualenv - '--system-site-packages' optionMarc Fournier
New 'systempkgs' parameter will call virtualenv with the '--system-site-packages' option, which can greatly speed up creation in some cases.
2012-09-09Initial importSergey Stankevich