aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements
AgeCommit message (Expand)Author
2014-07-03Replace ComparableSet with a Requirements collectionJack Nagel
2014-07-02Add min_version to X11Dependency inspect stringJack Nagel
2014-07-01Fix typoJack Nagel
2014-07-01Use predicate methods instead of inspecting the tags arrayJack Nagel
2014-07-01X11Dependency objects: fix hash equalityJack Nagel
2014-07-01X11Dependency: use Version objectsJack Nagel
2014-05-16fortran_dependency: use gcc instead of gfortran.Mike McQuaid
2014-04-04python_dependency: don't block pour when :build.Mike McQuaid
2014-04-03python_dependency: only pour with system python.Mike McQuaid
2014-03-23LD64Dependency: super before setting env procMisty De Meo
2014-03-22LD64Dependency: adjust initializer signatureMisty De Meo
2014-03-18python_dependency: no brewed python for bottlesMike McQuaid
2014-03-14python_dependency: move bottle check into method.Mike McQuaid
2014-03-13python_dependency: always bottle with brew Python.Mike McQuaid
2014-03-12python_dependency: fixes, features, cleanup.Mike McQuaid
2014-03-09language_module_dependency: handle nil import_nameMike McQuaid
2014-03-05Remove special X11 proxy depsJack Nagel
2014-02-10python_dependency: only set PYTHONPATH for system.Mike McQuaid
2014-02-09X11Dependency: styleJack Nagel
2014-02-09X11Dependency: return nil instead of raising in #<=>Jack Nagel
2014-01-30language_module_dependency: don't use build_env.Mike McQuaid
2014-01-29python_dependency: cleanup and fix build env.Mike McQuaid
2014-01-20python_dependency: cleanup, fix satisfy.Mike McQuaid
2014-01-20PythonDependency: massive refactoring.Mike McQuaid
2014-01-11LanguageModuleDependency: remove code that only worked by accidentJack Nagel
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-25safer check for sys.executable in sitecustomize.pyMinRK
2013-11-18Python might not be up-to-date, so use opt_prefixJack Nagel
2013-11-13grammar editsAdam Vandenberg
2013-11-01python_dependency: fix includes location on 10.9.Mike McQuaid
2013-10-15Avoid the need to defensively flatten tags arrayJack Nagel
2013-09-14Rename PythonInstalled to PythonDependency.Mike McQuaid
2013-09-14MinimumMacOSRequirement: rename file.Mike McQuaid
2013-09-03PythonInstalled: Allow formulae to set/append PYTHONPATHSamuel John
2013-09-03PythonInstalled: Adding a private_site_packagesSamuel John
2013-08-27PythonInstalled, name includes modulesSamuel John
2013-08-23PythonInstalled: Unset PYTHONPATH for `satisfied?`Samuel John
2013-08-19Use ENV.prepend_pathJack Nagel
2013-08-19Use ENV.append_pathJack Nagel
2013-08-19which in requirements always uses ORIGINAL_PATHS nowJack Nagel
2013-08-19Use File::PATH_SEPARATOR globally instead of ':'Amos Wenger
2013-08-15Unlinked brewed python -> use system pythonSamuel John
2013-08-14Iterate over these directly rather than mapping firstJack Nagel
2013-08-14Return value of modify_build_environment is unimportantJack Nagel
2013-08-14Reverse conditionalJack Nagel
2013-08-14Collapse to one-linerJack Nagel
2013-08-14No need to map, all? takes a blockJack Nagel
2013-08-14Add missing falseJack Nagel
2013-08-14Remove stray spaceJack Nagel
2013-08-10Allow specifying a custom PATH for which methodJack Nagel