A buildout recipe to check system dependencies
Project description
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.
Buildout 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://code.launchpad.net/~anybox/anybox.recipe.sysdeps
Changes
0.1 (06-08-2011)
Initial implementation using ‘which’
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for anybox.recipe.sysdeps-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2811c6fde5fcc362a044d16ea0a08e700aa2d4bab557ada5ed42422e95e6bda |
|
MD5 | 020fe550df2181ab65e4644ce8a3b24a |
|
BLAKE2b-256 | cecb0a12a055e5d8e944c340c50ac1413cb32eec94439f04e0409db36cdd9152 |