aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sip.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-06Bump PyQt to 4.8.3 and SIP to 4.12.1Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-30Fix sip version number in patch.Adam Vandenberg
2010-12-28Sip 4.12Adam Vandenberg
2010-10-26sip - removed check for Framework PythonChristopher
removed the apparently unnecesary check for a framework build of python from the sip build and stopped using system python for sip and pyqt Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-24Update SIP and PyQt to the latest versions released on October 22nd, '10Emmanuel Blot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-12Fixed SIP version numberCharlie Sharpsteen
The build.py script which prepares SIP for configuration and installation requires the presence of Mercurial's `.hg` directory in order to determine the version number from the tag list. Without this directory it sets the SIP version number to "0.1-unknown" which causes things like PyQt to fail complaining that the SIP version number is too small. This change includes a small patch to build.py that fixes the version number so that it reads 4.11.1 which is the current version. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-22Altered SIP formula to install from Mercurial reposCharlie Sharpsteen
Riverbank has a nasty habit of pulling old tarballs whenever new releases are made. New releases are made fairly often--- this leads to a state where the PyQT and SIP formulae are chronically broken due to outdated tarball links. This changeset patches the SIP formula to install from the Mercurial repository for SIP located at: http://www.riverbankcomputing.co.uk/hg/sip By default this formula installs an archived tarball from a tag corresponding to the released version of SIP. Tarballs are fetched using HTTP. If the user has Mercurial installed, bleeding-edge versions can be installed by specifying the --HEAD switch. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-13Update SIP from v. 11 to 11.1Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-31sip: fixes #2322David Höppner
2010-08-31 fixing issue 2320Laurent
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-07-21Upadted SIP to 4.10.5Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13Bump versions of pyqt and sipAdam Vandenberg
2010-06-16Force sip to build against the system (Framework) Python.Adam Vandenberg
Fixes #930
2010-05-09Bump sip to 4.10.2; previous download was 404Adam Vandenberg
2010-03-07String.undent for prettier HEREDOCsMax Howell
2010-01-16Bump SIP to 4.10Max Howell
Fixes #479
2010-01-14updated url in sip formulaTravis Cline
2009-11-07Install into Homebrew prefixMax Howell
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.
2009-11-07Riverbank SIPRuss