fourdigits.recipe.stud 1.0.2
Buildout recipe to install stud
Latest Version: 1.0.5
Contents
Supported options
This recipe supports the following options:
- url
- URL pointing to the stud compressed archive. By default it uses: https://github.com/bumptech/stud/tarball/master
- target
- Target can be one of the following: linux22, linux24, linux24e linux24eold, linux26, solaris, freebsd, openbsd, generic.
- cpu
- CPU can be one of the following: i686, i586, ultrasparc, generic.
Example usage
To use this recipe, just create a part for it and define the recipe parameter:
[buildout]
parts =
...
stud
[stud]
recipe = fourdigits.recipe.stud
This will configure the default options for url, target and cpu. If you like or need to you can override these parameters, e.g.:
[haproxy] recipe = foudigits.recipe.stud url = https://github.com/bumptech/stud/tarball/master target = linux26 cpu = i686
Contributors
- Franklin Kingma, Author [kingel]
- Roel Bruggink, Additional help
Releases
1.0.2 (2011-01-12)
- Fix broken egg. [kingel]
1.0.1 (2011-01-12)
- Fix broken egg. [kingel]
1.0 (2011-01-12)
- First release. [kingel]
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| fourdigits.recipe.stud-1.0.2.tar.gz (md5) | Source | 2012-01-12 | 5KB | 193 | |
- Author: Franklin Kingma
- Home Page: http://pypi.python.org/pypi/fourdigits.recipe.stud
- Keywords: buildout stud ssl proxy
- License: GPL
- Categories
- Package Index Owner: kingel
- DOAP record: fourdigits.recipe.stud-1.0.2.xml
