aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements/python_dependency.rb
AgeCommit message (Expand)Author
2014-07-01Use predicate methods instead of inspecting the tags arrayJack Nagel
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-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-02-10python_dependency: only set PYTHONPATH for system.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
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-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-06-27Use old #eql? for python reqs, for nowJack Nagel
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-14Remove Version#to_a aliasJack Nagel
2013-06-09PythonInstalled: Fix libdir for Python 3.xSamuel John
2013-06-07Python: Don't print warning about PYTHONPATHSamuel John
2013-06-06Hotfix: Revert Python moduleSamuel John