🍻 Default formulae for the missing package manager for macOS
Find a file
Wez Furlong 8f4e8ad334 watchman 4.1.0
In addition to various improvements in the watchman service, we also introduced two new python applications in this release, so the pythonic bits bear some scrutiny.

Previously we were shipping python bindings for the watchman client, but doing this blissfully unaware of the information in https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Python-for-Formula-Authors.md

This change embraces the idea that the `watchman` brew formula is about applications and that folks that want bindings can `pip install pywatchman`.

To do this we need to disable the automatic python detection in the watchman configure script and just use the homebrew python procedures from the linked guide to manage installing the scripts.

Closes Homebrew/homebrew#45548.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-31 18:30:25 +00:00
Aliases zero-install 2.8 2015-10-13 13:43:26 +01:00
Formula watchman 4.1.0 2015-10-31 18:30:25 +00:00