Commit graph

6 commits

Author SHA1 Message Date
Tom Fuertes
47252be4a8 ansible: change homepage to redirected site.
Closes Homebrew/homebrew#22768.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-23 23:42:46 +01:00
David Baumgold
1241474bd9 ansible 1.3.2
Closes Homebrew/homebrew#22764.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-23 21:45:26 +01:00
Mike McQuaid
b7d5f0bde4 ansible: add wrapper function TODO. 2013-09-23 17:55:10 +01:00
Mike McQuaid
cbbb678e77 ansible: clean up formula, fix system Python use.
Closes Homebrew/homebrew#22307.
2013-09-05 09:10:05 +01:00
Samuel John
c0b3a4b666 ansible: 1.2.2 some fixes
-   Install the Python module `ansible` into the usual prefix, but use
    `python.private_site_packages` (in `libexec`) for the deps.
-   In oder for the `ansible` module to be useful, the deps are needed
    and we insert the `python.private_site_packages` in the
    `ansible/__init__.py` as a `sitedir`, to the `egg`s are working.
-   Rewrote the `bin_wrapper` to be ready to be moved into
    `python_helper` or something.
-   With the brand new changes in the PythonInstalled dependency,
    it is not necessary to set the `PYTHONPATH` if you want to use
    the `python.private_site_packages` inside of the `libexec`.
    However, you have to put the calls to `system python` inside of
    a `python do … end` block (technical limitation of supporting
    Python 2.x and 3.x in general).
2013-09-03 14:26:16 +02:00
Mike McQuaid
cd2e419601 ansible: 1.2.2 (new formula)
Closes Homebrew/homebrew#22236.

Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-09-03 14:26:15 +02:00