Skip to content
Snippets Groups Projects
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 .
  1. Sep 09, 2014
  2. Jul 04, 2014
  3. Jul 03, 2014
  4. Jul 02, 2014
  5. May 17, 2014
  6. Apr 04, 2014
  7. Mar 24, 2014
  8. Mar 23, 2014
    • Misty De Meo's avatar
      LD64Dependency: adjust initializer signature · 497123f7
      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.
      497123f7
  9. Mar 18, 2014
  10. Mar 15, 2014
  11. Mar 13, 2014
  12. Mar 12, 2014
  13. Mar 10, 2014
  14. Mar 06, 2014
  15. Feb 11, 2014
  16. Feb 10, 2014
  17. Jan 30, 2014
  18. Jan 21, 2014
  19. Jan 12, 2014
  20. Dec 15, 2013
  21. Nov 26, 2013
  22. Nov 19, 2013
  23. Nov 14, 2013
  24. Nov 02, 2013
  25. Oct 16, 2013
  26. Sep 14, 2013
  27. Sep 03, 2013
    • Samuel John's avatar
      PythonInstalled: Allow formulae to set/append PYTHONPATH · 5515fda5
      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']`.
      5515fda5
    • Samuel John's avatar
      PythonInstalled: Adding a private_site_packages · dbaac79f
      Samuel John authored
      that live in the `libexec` dir of a `Cellar`.
      dbaac79f
  28. Aug 27, 2013
    • Samuel John's avatar
      PythonInstalled, name includes modules · 2e2e46b5
      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.
      2e2e46b5
  29. Aug 24, 2013
    • Samuel John's avatar
      PythonInstalled: Unset PYTHONPATH for `satisfied?` · c4d8917f
      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.
      c4d8917f
  30. Aug 20, 2013
Loading