Commit Graph

23 Commits (04efb526e9c5281e0eb62fae93de39cfa8febf3e)

Author SHA1 Message Date
samueljohn 1a251732b5 Python3: many cleanups and fixes
* 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 Homebrew/homebrew#9869.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 19:31:29 -07:00
Adam Vandenberg 9dbb3a9206 distribute 0.6.27
subformula of Python, Python 3, PyPy
2012-05-21 20:19:21 -07:00
Adam Vandenberg dc3e6d1bd2 Python3 3.2.3 + distribute 0.6.26 2012-04-11 19:19:59 -07:00
Adam Vandenberg bfea4abf9b Python 3: use distribute 0.6.25. 2012-03-16 07:15:34 -07:00
Adam Vandenberg 50fedba5b1 Python 2/3: add effective_include 2012-02-25 17:12:54 -08:00
Adam Vandenberg 76edc0da52 Python3: update caveats 2012-01-28 20:43:58 -08:00
Misty De Meo d71ce05fc2 python3: don't symlink easy_install3 if it exists
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.
2012-01-13 23:39:06 -06:00
Adam Vandenberg a0d48889fb Distribute 0.6.24 2011-10-28 09:17:44 -07:00
Ramiro Jr. Franco 0ee6cef7cf python3: update distribute md5
The package was re-uploaded, requiring a new checksum.

Closes Homebrew/homebrew#7773.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:24:47 -05:00
Jack Nagel 584e0f6717 Add gdbm patches to python and python3 formulae
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 Homebrew/homebrew#7738.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 20:12:44 -05:00
Aku Kotkavuo 7ab7ddaabc Python 3.2.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-05 14:17:46 -05:00
Adam Vandenberg 348b2fb487 Python3: fix installation of distribute 2011-09-02 21:22:13 -07:00
Adam Vandenberg 50d2518f96 Python 3: add distribute
Based substantially on a patch by @joshuajabbour

See: https://github.com/mxcl/homebrew/pull/5276
2011-09-01 15:04:59 -07:00
Adam Vandenberg c7caa8b936 Python 3: Checks for pkg-config during configure 2011-09-01 13:22:44 -07:00
Adam Vandenberg 11e5b7cc38 Python 3: computed gotos are on by default in 3.2.x 2011-09-01 13:15:04 -07:00
Aku f5aa2e14b1 Python 3 3.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-11 10:28:52 -07:00
Adam Vandenberg 1f31751977 Use ARGV.build_universal? 2011-04-23 08:36:47 -07:00
Adam Vandenberg 73e3518705 Python 3: Add caveats about Tcl/Tk 2011-03-19 12:40:09 -07:00
George Kulakowski 0c3c4cc9b6 python3 3.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-19 12:29:59 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Jannis Leidel 324e6b42d4 Updated Python 3 formula to 3.1.3.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-28 08:51:20 -08:00
Adam Vandenberg 4ac187b2b7 Tweaks to Python 3.x
Take features from Python (2.x) formula up to the Python 3.x formula.
2010-07-09 23:06:57 -07:00
Brett Cannon 77a8b25638 Add a formula for Python 3 (specifically 3.1.2).
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>
2010-07-09 20:38:14 -07:00