aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bazaar.rb
AgeCommit message (Collapse)Author
2013-12-05bazaar: use standalone installAdam Vandenberg
Closes #24787.
2013-08-12bazaar 2.6.0Jon Buffington
Closes #21840. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-19bazaar: Printing python standard_caveatsSamuel John
2013-06-12bazaar --devel 2.6b2Daniel Lee Harple
Closes #20453. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-09Fix option usageAdam Vandenberg
2012-08-08bazaar: use options dslAdam Vandenberg
2012-05-31bzr 2.5.1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-10bazaar 2.5Christian Hudon
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-12bazaar: use install_symlinkAdam Vandenberg
2011-11-28bazaar 2.4.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30bazaar: [bugfix] remove quotes around variableTrevor Wennblom
Closes #7321. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-15Bazaar 2.4.0Elliot Murphy
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-30bazaar 2.3.4Ruben Fonseca
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-07Update bazaar to v2.3.1Andrew Marshall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-19bazaar: use new arch methods and fix usage of system PythonAdam Vandenberg
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