Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

collective.recipe.rebar is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0.1 Failed View build log
Windows (64-bit)
1.0.1 Failed View build log
Mac OS X (10.5+)
1.0.1 Failed View build log
Linux (32-bit)
1.0.1 Failed View build log
Linux (64-bit)
1.0.1 Failed View build log
 
Links
Author
License
ZPL
Dependencies
Lastest release
version 1.0.1 on Jan 5th, 2011

Detailed Documentation

Supported options

The recipe supports the following options:

erlang-path The path where to find the erlc command.

url The URL to download the source distribution.

Example usage

We will define a buildout template used by the recipe:

>>> buildout_cfg = """
... [buildout]
... parts = riak
... offline = true
...
... [riak]
... recipe = collective.recipe.rebar
... url = http://bitbucket.org/basho/riak/downloads/riak-0.8.1.tar.gz"""

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("==> riak (install)\nInstalling: riak-0.8\n==> erlang_js (install)\nInstalling: erlang_js-0.1\n"): True
... else: print output
True

Contributors

Ali Sabil, Author

Change history

1.0.1 (2010-03-10)
  • Improved the documentation
1.0.0 (2010-03-09)
  • Created recipe

Subscribe to package updates

Last updated Jan 5th, 2011

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.