aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
AgeCommit message (Collapse)Author
2014-02-22Python: pip 1.5.4, setuptools 2.2Igor Mozharovsky
Fixes #26900. Closes #26915. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-11python3: create python3-config symlink.Mike McQuaid
Closes #26608.
2014-02-10Revert "python3: fix VER"Adam Vandenberg
This reverts commit 67f908eb4f07f246a5fdcb363994eca1aa86b568.
2014-02-10python3: fix VERAdam Vandenberg
2014-02-10Update Python3 to 3.3.4Eddie Zaneski
Addresses #26586 Closes #26603. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-06Python: pip 1.5.2Adam Vandenberg
2014-02-06python: setuptools 2.1Mike Goodspeed
Closes #26418. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-27Revert "Add python superenv wrapper"Misty De Meo
This reverts commit 90e22e389c539b25fe7864645bfe5e2a9ce7452f.
2014-01-27python3: use real pre-existing pythonMisty De Meo
2014-01-20python3: cleanup setuptools properly.Mike McQuaid
2014-01-20python3: write sitecustomize.py in formula.Mike McQuaid
2014-01-20python3: remove yucky parentheses.Mike McQuaid
2014-01-19python3: remove duplicated .app caveats.Mike McQuaid
2014-01-04python3: cleanup python usage.Mike McQuaid
2013-12-18python: setuptools 2.0.1Mike Goodspeed
Closes #25307. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-19python3: add missing SHA-1.Mike McQuaid
2013-11-19Python 3.3.3Adam Vandenberg
Closes #24478.
2013-11-13setuptools 1.3.2Adam Vandenberg
2013-11-06python setuptools 1.3Mike Goodspeed
Closes #24030. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-01python setuptools 1.1.7Mike Goodspeed
Closes #23864. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-03python: setuptools 1.1.6Mike Goodspeed
Closes #23006. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-14Rename PythonInstalled to PythonDependency.Mike McQuaid
Make it more consistent with other requirements.
2013-09-11python3: use resourcesAdam Vandenberg
2013-09-08python: setuptools: 1.1.4Mike Goodspeed
Closes #22403. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-28Revert "python & python3: Don't tell how to upgrade pip"Jack Nagel
This reverts commit 955b8fa58c69b1060b83a383ddb14392bee806be.
2013-08-28Don't change perms on pip and easy_install executablesJack Nagel
Fixes #20922.
2013-08-27python: setuptools 1.1Mike Goodspeed
Closes #22158. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-21python & python3: pip 1.4.1, setuptools 1.0. Yay.Samuel John
Bumped pip and setuptools for python and python3. I whish we had formula revisions already now. But on the other hand there is no hurry as the changes to pip/setuptools are not major.
2013-08-21python & python3: Don't tell how to upgrade pipSamuel John
Pip and setuptools can't be updated the way we write in the caveats. This is because pip fails to remove the symlink from the `brew --prefix`. Also we said that we don't like self-updating tools. We will rather update the python formula, and bump the revision (once we have the revision feature) when pip or setuptools get updated.
2013-08-08python + python3: fix typoAdam Vandenberg
2013-08-08python3: --with-brewed-tk needs :x11 if --with-x11Samuel John
When tcl-tk was installed `--with-x11`, python needs to `depends_on :x11`, otherwise tcl-tk ships an included versions of X11.
2013-08-08python3: reuse PythonInstalled betterSamuel John
We can use `PythonInstalled#binary`. typo fix.
2013-08-08python3: Harden build by unsetting PYTHONPATHSamuel John
2013-08-08python3: setuptools 0.9.8Samuel John
2013-07-26pip 1.4Jannis Leidel
Closes #21411. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-23python3: Setuptools 0.9.7 and rm old onesSamuel John
Remove old setuptools installations that may still fly around and be listed in the easy_install.pth. This can break setuptools build with zipimport.ZipImportError: bad local file header This does not always happen, but if the easy_install.pth points to an egg with an older version. Removing all setuptools and distribute remains inside the homebrew global_site_packages is safe.
2013-07-17python & python3: setuptools 0.9.5Samuel John
2013-06-12python3: depends_on xz for lzma module in 3.3Samuel John
2013-06-07python3: Fix build with brewed-tk & don't link X11Samuel John
2013-06-07python3: Added HEAD and distrubute 0.6.45Samuel John
* Use `build.with?` instead of `build.include? 'with…'` * Reuse PythonInstalled.new.modify_build_environment * Use `test do` instead of `def test`
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-18python3: 3.3.2Samuel John
2013-05-15Distribute 0.6.40Mike Goodspeed
Closes #19847. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-09python3: distribute 0.6.38Jack Nagel
2013-05-06Python3: fails with LLVM 2336Adam Vandenberg
Closes #19592.
2013-04-13Python 3.3.1Johannes Schönberger
Closes #19081. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-13Python3: package distribute 0.6.36Adam Vandenberg
2013-03-09Python: update pip and distributeJannis Leidel
Closes #18358. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-12python3: Link against keg_only sqliteSamuel John
Fixes #17765. Closes #17788. Signed-off-by: Adam Vandenberg <flangy@gmail.com>