From 82ec431d3c250cf7fc95e5d8181149827e32fb9c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 5 Nov 2009 18:13:00 +0000 Subject: Install into Homebrew prefix This is the problem with doing our own Python stuff. But easy_install doesn't work great. The solution is probably jezdez's pip formula. --- Library/Formula/pyqt.rb | 29 +++++++++++++++++++++++++---- Library/Formula/sip.rb | 24 ++++++++++++++++++++---- 2 files changed, 45 insertions(+), 8 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb index d3715d5b6..b289e6c58 100644 --- a/Library/Formula/pyqt.rb +++ b/Library/Formula/pyqt.rb @@ -1,15 +1,36 @@ require 'formula' +# NOTE this should be provided by pip eventually +# currently easy_install doesn't seem to support it + class Pyqt