samueljohn 532c849b58 python goes superenv
- Install a sitecustomize.py that is only executed for brewed
  python to
  -  Fix the prefix, python thinks it is installed to.
     (Remember, Python thinks it lives in the Cellar)
  -  Remove "/System/..." stuff from sys.path which caused
     a lot of install trouble because setuptools has the
     habbit to inject itself upfront, overwriting our distribute.
- Allow --with-poll and don't say, we didn't warn you.
- Don't need depends_on :x11 any longer. Yeah, no XQuartz!
- Add --with-brewed-openssl
- pip 1.2.1
- pip, pip-2.7, easy_install and easy_install-2.7 are installed
  to prefix, such that they are directly available, even if
  people have not set their PATH to include
  $(brew --prefix)/share/python
- Caveats shorter and clear.
- For Xcode-only:
  - Patch the distutils buildsystem to use "xcrun cc" etc.
  - Teach distutils the MacOS.sdk_path (for incs and libs)
- superenv.rb add the right python include dir depending on
  whether a brewed python is installed or not.

Closes Homebrew/homebrew#15064.

Signed-off-by: Max Howell <mxcl@me.com>
2012-09-29 09:43:39 -04:00
..
2012-09-28 09:49:05 -04:00
2012-09-28 17:14:56 -04:00
2012-09-19 21:27:59 -05:00
2011-11-13 19:23:00 -08:00
2012-09-25 14:35:05 -05:00
2012-07-04 22:47:33 -05:00
2012-09-28 21:06:48 -05:00
2012-07-16 16:26:47 -05:00
2012-08-17 13:38:26 -05:00
2012-09-29 09:43:39 -04:00
2012-09-27 16:21:39 -05:00