aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
AgeCommit message (Collapse)Author
2014-08-01Pass integers to buildJack Nagel
2014-07-29Limit exposure of the options data structuresJack Nagel
2014-07-27Remove html docs options from python and python3Jack Nagel
The tarballs are updated frequently, so the checksums are not stable. Since documentation updates happen more often than python releases, the installed docs will become stale, so it doesn't make sense to tie them to the installed python in this way. Users are better off viewing the documentation online or downloading the tarballs manually if an offline copy is required. Closes #31088. Closes #31127. Squashed commit of the following: commit 78c5fba482aa827fe0168de04412a1100219cae6 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:15:05 2014 -0500 Revert "python3: add with-docs option" This reverts commit 0005b34ed3276f71f0cc89806423c5c7b6374034. commit 8abfb19d51583fa4370eea9b8e33355da830a104 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:14:57 2014 -0500 Revert "python: add --with-docs option" This reverts commit 97cef6041f78e2d8a9dd6f36725ddc056a9b6e2c. commit ada80382f347641ed6b947210d94249d114f9604 Author: Jack Nagel <jacknagel@gmail.com> Date: Sun Jul 27 01:14:45 2014 -0500 Revert "python: fix docs checksum" This reverts commit c0bffbcdc9d9f729b382bd3bfd4cef5fc66fcc19.
2014-07-19python3: add with-docs optionGuillaume DIDIER
Closes #30929. Closes #30947. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04python3: don't install bottles on Xcode-only systemsTim D. Smith
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-30Prefer Dir[] to Dir.glob when not passing a blockJack Nagel
2014-05-19python3: update 3.4.1 bottle.BrewTestBot
Closes #29387. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-19python3 3.4.1Jaime Marquínez Ferrándiz
2014-04-29We don't use -Qunused-arguments anymoreJack Nagel
2014-04-15python: write distutils.cfg atomicallyJack Nagel
2014-04-15Fix e97bbeb9a76578c46fa190884c1601b2713cddb0 for source installsJack Nagel
2014-04-15python: fix site-packages symlinkJack Nagel
If the target exists and is a symlink to a directory, FileUtils.ln_sf will follow the link and create the new symlink inside the target. This results in a broken symlink like: /usr/local/lib/python2.7/site-packages/site-packages -> ../../../../../../../../../lib/python2.7/site-packages Fix this by unlinking the target first.
2014-04-09python3: update 3.4.0 bottle.BrewTestBot
2014-04-09python3: bump revision for OpenSSL security.Mike McQuaid
2014-04-06python3: remove install_symlink exist? guards.Mike McQuaid
2014-04-03python3: add 3.4.0 bottle.BrewTestBot
2014-04-03python3: support bottling.Mike McQuaid
Move a bunch of site_packages stuff to post_install. Closes #27968.
2014-03-31python: prune caveats a bitJack Nagel
2014-03-31python: remove unnecessary mkpathJack Nagel
2014-03-31python3: bring sitecustomize in sync with python2Jack Nagel
2014-03-30Use site_packages method instead of reconstructing the path every timeJack Nagel
2014-03-30The cellar is not always under the prefixJack Nagel
2014-03-30Try harder not to leave sitecustomize.py in an inconsistent stateJack Nagel
2014-03-30Apply previous commit to python3Jack Nagel
2014-03-25python3: remove manual symlinkingJack Nagel
It seems these are created automatically in recent releases.
2014-03-25python3: use install_symlinkJack Nagel
2014-03-25python3: use httpsYuefeng Leng
Closes #27848. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-21Use frameworks helperJack Nagel
2014-03-21python[23]: always use Homebrew opensslJack Nagel
2014-03-21python3 3.4Jaime Marquínez Ferrándiz
The 2to3 tool needs to be removed because python2 also installs it. pip and setuptools are bundled with python3. The setuptools package may be removed in a future version, the caveats don't mention it. Closes #27636. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-20python3: use patch DSLJack Nagel
2014-03-16python3: remove bottle.Mike McQuaid
Closes #27515.
2014-03-13python3: add bottle.Mike McQuaid
2014-03-09python3 3.3.5cclauss
Closes #27358. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-27python3: use Formula[]Adam Vandenberg
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