-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
update to include building python bindings.
@@ -9,13 +9,19 @@ class Libmagic < Formula | |||
# Fixed upstream, should be in next release | |||
# See http://bugs.gw.com/view.php?id=230 | |||
def patches; DATA; end if MacOS.version < :lion | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Watch your whitespace ;)
@@ -10,12 +10,19 @@ class Libmagic < Formula | |||
# See http://bugs.gw.com/view.php?id=230 | |||
def patches; DATA; end if MacOS.version < :lion | |||
|
|||
option "python", "Build Python bindings." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Call this option "with-python"
This seems to install the python stuff outside of its keg... /cc @samueljohn |
Please see "How to create a formula with nice Python bindings" section in https://github.com/mxcl/homebrew/wiki/Homebrew-and-Python. I hope to improve python support in the future, so that we can just use |
Or we wait just until #18588 is ready, so the |
Included in 6e97ac1. With the new |
update to include building python bindings.