Skip to main content

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.

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:

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’

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

anybox.recipe.sysdeps-0.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page