anybox.recipe.sysdeps 0.3
A buildout recipe to check system dependencies
Contents
This is a buildout recipe to check system dependencies. It is primarily intended to check deps on Linux and MacOsX but any help to make it work on Windows will be integrated.
Recipe options:
bin: list all the required executables and the corresponding needed system package.
Example buildout:
[buildout]
parts = sysdeps
[sysdeps]
recipe = anybox.recipe.sysdeps
bin = pg_dump:PostgreSQL
pg_restore:PostgreSQL
redis-server:Redis
If redis-server is not available, you will get an error while running the buildout, telling you to install Redis.
Contribute
The primary branch is on the launchpad:
- Code repository: https://bitbucket.org/anybox/anybox.recipe.sysdeps/
Changes
0.3 (19-12-2011)
- Moved to mercurial
- (bug) return an iterable instead of None
0.2 (15-10-2011)
- Fixed install recipe and forgotten file
0.1 (06-08-2011)
- Initial naive implementation using 'which'
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| anybox.recipe.sysdeps-0.3.tar.gz (md5) | Source | 2011-12-20 | 2KB | 256 | |
- Author: Christophe Combelles
- Home Page: https://bitbucket.org/anybox/anybox.recipe.sysdeps/overview
- License: ZPL
- Categories
- Package Index Owner: gracinet, ccomb
- DOAP record: anybox.recipe.sysdeps-0.3.xml
