Skip to main content

Buildout recipe for downloading and installing a mongodb binary package.

A brief documentation

This recipe takes a number of options:

darwin-32bit-url

The URL to download the 32 bit binary package for the darwin platform.

darwin-64bit-url

The URL to download the 64 bit binary package for the darwin platform.

linux2-32bit-url

The URL to download the 32 bit binary package for the linux platform.

linux2-64bit-url

The URL to download the 64 bit binary package for the linux platform.

Tests

We will define a buildout template used by the recipe:

>>> buildout_cfg = """
... [buildout]
... parts = mongodb
...
... [mongodb]
... recipe = rod.recipe.mongodb
... darwin-32bit-url = http://downloads.mongodb.org/osx/mongodb-osx-i386-0.9.7.tgz
... """

We’ll start by creating a buildout:

>>> import os.path
>>> write('buildout.cfg', buildout_cfg)

Running the buildout gives us:

>>> output = system(buildout)
>>> if output.endswith("downloading mongoDB distribution...\n"): True
... else: print output
True

Changes

1.0.1 2009-08-21

  • Removing part before updating.

1.0.0 2009-08-14

  • Initial release.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rod.recipe.mongodb-1.0.1.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rod.recipe.mongodb-1.0.1-py2.5.egg (8.8 kB view details)

Uploaded Egg

File details

Details for the file rod.recipe.mongodb-1.0.1.tar.gz.

File metadata

File hashes

Hashes for rod.recipe.mongodb-1.0.1.tar.gz
Algorithm Hash digest
SHA256 8057c3d730b3519cbf44d5f2196b7dd3b2ad3cf11f6197a0252439c22fcd791a
MD5 f3f628deac7f2fbcd0ad1d719f6f0ce5
BLAKE2b-256 62927ba217380f98b41c7a258bb37579f9d97e6c7eca0d79eb26692590079ef8

See more details on using hashes here.

File details

Details for the file rod.recipe.mongodb-1.0.1-py2.5.egg.

File metadata

File hashes

Hashes for rod.recipe.mongodb-1.0.1-py2.5.egg
Algorithm Hash digest
SHA256 a18bd58c53903046ea3b2f779e901985b8891b72701b6b7be09593c3bb34e828
MD5 592746347f8bb728e5a597ee6a95f8f6
BLAKE2b-256 49a75fd50f2a038496a8fd8135b4e94b35e20f345ead315d45a221f3b96e847d

See more details on using hashes here.

Supported by

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