aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
AgeCommit message (Collapse)Author
2012-08-20python3: optional deps are really recommendedJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20python/python3: don't duplicate TkCheck requirementJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18python3: ENV.minimal_optimization and cleanupsamueljohn
- Since 3.2.3, the "2to3" script has a version suffix already. - Added `--without-gcc` to ensure python uses clang. - Avoid optimization flags that are remembers by python (e.g. `python3.2-config --cflags`) and lead to problems with certain C-extensions. Closes #14198. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18Deprecate MacOS.version? style methodsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14python3: tighten '2to3' checkJack Nagel
Fixes #14179. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14python3: update commentsJack Nagel
We only offer framework builds, so remove comments that suggest otherwise. Use HOMEBREW_PREFIX instead of `brew --prefix`, as that is what is available inside of the formula, and how it is referenced elsewhere in Homebrew. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13python3: actually depend on TkCheck requirementJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13python3: wrap clang flags in a conditionalJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13python3: fix typoJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13python3: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-08python3: Framework style. ipv6 enabled.samueljohn
- Framework style build to support wxmac and other GUIs (Note PySide (and pyqt?) seem to work even with non-framework builds). - Fixed automatic installation of `*.app`s into `/Applications`. - The caveats tell us now about `brew link apps`. - Cleanup of the caveats. - Resolve the issue of duplicate `2to3` can make the symlink phase to break because both python and python3 provide it. (Closes #12581) - Enable warnings, because python's configure needs it. (Closes #12194) - Add suppression of recommended warnings - Add work-a-round for python bug: http://bugs.python.org/issue11445 - Add explicit test if sqlite3 built successful. - Removed `--universal` option, since it does no longer work on 10.8. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-07-26distribute 0.6.28papaeye
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07Python3: many cleanups and fixessamueljohn
* fix suggested framework symlink location * add "python3" executable for --framework builds. * warn if ~/.pydistutils.cfg is found * Tk warnings not necessary for Lion. * Caveats: Fix naming of easy_install Closes #9869. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21distribute 0.6.27Adam Vandenberg
subformula of Python, Python 3, PyPy
2012-04-11Python3 3.2.3 + distribute 0.6.26Adam Vandenberg
2012-03-16Python 3: use distribute 0.6.25.Adam Vandenberg
2012-02-25Python 2/3: add effective_includeAdam Vandenberg
2012-01-28Python3: update caveatsAdam Vandenberg
2012-01-13python3: don't symlink easy_install3 if it existsMisty De Meo
python3 installs would fail while linking prefix/share/python3/easy_install to easy_install3 if the target already existed, which caused any python3 installation after the initial to fail. Skip linking if the symlink already exists.
2011-10-28Distribute 0.6.24Adam Vandenberg
2011-09-22python3: update distribute md5Ramiro Jr. Franco
The package was re-uploaded, requiring a new checksum. Closes #7773. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21Add gdbm patches to python and python3 formulaeJack Nagel
This takes care of the issue described here (recognizing gdbm 1.9.x databases): http://www.gossamer-threads.com/lists/python/bugs/942749 The patches are already in their respective upstream repositories, so they will presumably be included in the next Python 2.7.x and 3.2.x releases. Closes #7738. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05Python 3.2.2Aku Kotkavuo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02Python3: fix installation of distributeAdam Vandenberg
2011-09-01Python 3: add distributeAdam Vandenberg
Based substantially on a patch by @joshuajabbour See: https://github.com/mxcl/homebrew/pull/5276
2011-09-01Python 3: Checks for pkg-config during configureAdam Vandenberg
2011-09-01Python 3: computed gotos are on by default in 3.2.xAdam Vandenberg
2011-07-11Python 3 3.2.1Aku
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-03-19Python 3: Add caveats about Tcl/TkAdam Vandenberg
2011-03-19python3 3.2George Kulakowski
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-28Updated Python 3 formula to 3.1.3.Jannis Leidel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09Tweaks to Python 3.xAdam Vandenberg
Take features from Python (2.x) formula up to the Python 3.x formula.
2010-07-09Add a formula for Python 3 (specifically 3.1.2).Brett Cannon
Based off of the Python 2.6.5 formula. Minor comment tweaks along with adding an extra performance flag that works under both gcc and LLVM. Signed-off-by: Adam Vandenberg <flangy@gmail.com>