This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 09, 2014
-
-
Johnathan Conley authored
add :osxfuse symbolic dependency add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext Closes Homebrew/homebrew#31975. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jul 04, 2014
-
-
Jack Nagel authored
-
- Jul 03, 2014
-
-
Jack Nagel authored
-
- Jul 02, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- May 17, 2014
-
-
Mike McQuaid authored
-
- Apr 04, 2014
-
-
Mike McQuaid authored
-
Mike McQuaid authored
This is as Python bindings are not build in a way that can have system or Homebrew Python used interchangeably.
-
- Mar 24, 2014
-
-
Misty De Meo authored
Otherwise super will overwrite @env_proc with the default value.
-
- Mar 23, 2014
-
-
Misty De Meo authored
The method signature of Dependency changed in 1fdf69b90382c43493a5f62f0020729289db6c70, however LD64Dependency was missed in the update. This resulted in failures in merge_repeats(), which creates many dependency objects using all three arguments.
-
- Mar 18, 2014
-
-
Mike McQuaid authored
-
- Mar 15, 2014
-
-
Mike McQuaid authored
-
- Mar 13, 2014
-
-
Mike McQuaid authored
-
- Mar 12, 2014
-
-
Mike McQuaid authored
- PythonDependency now implies Python 2.7 - PythonDependency now uses brewed Python for bottling - Use double-quotes everywhere Closes Homebrew/homebrew#27112.
-
- Mar 10, 2014
-
-
Mike McQuaid authored
-
- Mar 06, 2014
-
-
Jack Nagel authored
-
- Feb 11, 2014
-
-
Mike McQuaid authored
-
- Feb 10, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Returning nil is in the contract of the Comparable module, and a future version of Ruby will no longer hide this error.
-
- Jan 30, 2014
-
-
Mike McQuaid authored
This is so a e.g. brewed Python's modules can be found by superenv. References Homebrew/homebrew#26229. Closes Homebrew/homebrew#26197.
-
Mike McQuaid authored
* Only set PYTHONPATH for Python 2. * Set the Python binary for superenv. References Homebrew/homebrew#24842. Closes Homebrew/homebrew#26197. Closes Homebrew/homebrew#26216. Closes Homebrew/homebrew#26218. Closes Homebrew/homebrew#26228.
-
- Jan 21, 2014
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#26067.
-
Mike McQuaid authored
Closes Homebrew/homebrew#24842.
-
- Jan 12, 2014
-
-
Jack Nagel authored
The array elements here are individual arguments to exec, not a string to pass to the shell; this only appeared to work. In reality, `opam list` accepts "|" as valid argument, and the command works fine without grepping the output.
-
- Dec 15, 2013
-
-
Mike McQuaid authored
-
- Nov 26, 2013
-
-
MinRK authored
make sure it doesn't actually point to something else since sitecustomize.py is put in a location found by pypy, it breaks pypy by setting sys.executable to a path that is definitely wrong, and may not even exist. Closes Homebrew/homebrew#24581. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Nov 19, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#24456.
-
- Nov 14, 2013
-
-
Adam Vandenberg authored
-
- Nov 02, 2013
-
-
Mike McQuaid authored
Fixes Homebrew/homebrew#23837. Fixes Homebrew/homebrew#23866.
-
- Oct 16, 2013
-
-
Jack Nagel authored
-
- Sep 14, 2013
-
-
Mike McQuaid authored
Make it more consistent with other requirements.
-
Mike McQuaid authored
Should be using minimum_mac_os_requirement.rb
-
- Sep 03, 2013
-
-
Samuel John authored
Improve robustness of `PYTHONPATH` by first unsetting it (during `satisfy`) so that the `PythonInstalled` can get the `python.version` and so forth and then, after that, setting the `PYTHONPATH` to our `global_site_packages`. In the `python_helper` we append to the `PYTHONPATH` so if that var has been set in a formula, it is respected. Brew audit does no longer complain about setting the `ENV['PYTHONPATH']`.
-
Samuel John authored
that live in the `libexec` dir of a `Cellar`.
-
- Aug 27, 2013
-
-
Samuel John authored
If `depends_on :python => ['modulename', :optional]` then the generated option is now `--with-python-modulename`, so that it is possible to actually make depending on python modules optional. Further, `brew options` becomes more meaningful.
-
- Aug 24, 2013
-
-
Samuel John authored
When a formula `depends_on :python` *and* `depends_on :python3` the `modify_build_environment` method sets the PYTHONPATH and the Python 3.x requirement then fails because it finds the sitecustomize.py from Python 2.x in the PYTHONPATH.
-
- Aug 20, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-