aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bazaar.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-08Update to Bazaar 2.3 for Python 2.7 compatibilityElliot Murphy
Bazaar 2.2 had a bug when run under Python 2.7, and the new release fixes the problem. https://bugs.launchpad.net/bzr/+bug/612096 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-20bzr - Fix building manpageAdam Vandenberg
2010-12-04bazaar 2.2.2Ben Jansen
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-08-01Bazaar - add --system option to force use of /usr/bin/pythonAdam Vandenberg
* brew install --system bzr to force use of system Python * Warn if the Python being used to install is 2.7.x
2010-08-01wipAdam Vandenberg
2010-04-16Bazaar - don't use Intel flags when building against system Python.Adam Vandenberg
2010-04-14bazaar - use a standalone buildAdam Vandenberg
Instead of installing to a "site-packages" folder, just do a standalone build and link the "bzr" script into bin. This avoids the problem of files getting slotted into the site-packages folder of whatever happens to be the active Python when bzr is installed.
2010-04-01bazaar: version update to 2.1.1David Höppner
2010-03-06Update bazaar to latest stable release: 2.1.0.Erik Abele
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-02-02Fix installation of man file by replacing the path hardcoded in setup.py.Erik Abele
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-01-20Bazaar: aka bzrMax Howell
2010-01-19Warn user about PYTHON_PATH. Closes #316Max Howell
2009-12-21Update bazaar to 2.0.3Adam Vandenberg
2009-12-05Formula for Bazaar (bzr)Jordan Bracco
Fixes #152