aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
AgeCommit message (Collapse)Author
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>