aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements
AgeCommit message (Expand)Author
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
2013-08-08Python: Exit if PYTHONPATH is wrongSamuel John
2013-08-08For brewed python, make sure to unset the PYTHONPATHSamuel John
2013-08-03Remove ARCHFLAGS fixme from Python dependencyAdam Vandenberg
2013-07-22Silence warningsJack Nagel
2013-07-22Fix python dependency hash equalityJack Nagel
2013-07-22Remove redundant reader methodJack Nagel
2013-07-17Typo in commentsSamuel John
2013-07-16Allow specifying version in depends_on :pythonSamuel John
2013-07-01Remove message from default_formula'd requirementsMike McQuaid
2013-06-27Use old #eql? for python reqs, for nowJack Nagel
2013-06-26Add syntax sugar for MPIDependencyJack Nagel
2013-06-25Rename Fortran requirement to fix option generationJack Nagel
2013-06-24Add :fortran requirementAdam Vandenberg
2013-06-19depends_on :python => 'module' allow user packagesSamuel John
2013-06-18Python module deps, ext. python fix and 10.6 fixSamuel John
2013-06-16Add minimum OS X version requirementAdam Vandenberg
2013-06-14Remove Version#to_a aliasJack Nagel
2013-06-09Separate formula conflicts from requirementsJack Nagel
2013-06-09PythonInstalled: Fix libdir for Python 3.xSamuel John
2013-06-08Add :ld64 dependencyMisty De Meo
2013-06-07Python: Don't print warning about PYTHONPATHSamuel John
2013-06-06Hotfix: Revert Python moduleSamuel John
2013-06-06PythonInstalled: Don't require superenvSamuel John
2013-06-05depends_on :python sets PYTHONPATH internallySamuel John
2013-06-05Python add -F#{python.framework} for brewed PythonSamuel John
2013-06-04Python: Don't use named tuples to get the versionSamuel John
2013-06-03Revert "Remove default_formula from MPIDependency."Jack Nagel
2013-06-03Fix (Python) language dependency testSamuel John
2013-06-03depends_on :python Default to min vers 2.6 not 2.7Samuel John
2013-06-03Python 2.x and 3.x supportSamuel John