aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
AgeCommit message (Collapse)Author
2014-12-22python: remove dtrace vestigesNikhil Benesch
Homebrew used to optionally build DTrace support via a patch [0]. The patch was removed in `39848385`, but support for passing along the `--with-dtrace` option the patch provided was not. This config option is nonsense without the patch; remove it to avoid disappointing DTrace-seeking folks like me. [0]: http://bugs.python.org/issue13405 Closes #35177. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-19python: update 2.7.9 bottle.BrewTestBot
2014-12-19Upgrade Python 2, PyPy, and PyPy3 to setuptools 8.2.1Donald Stufft
Closes #35118. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-12-15python: update 2.7.9 bottle.BrewTestBot
2014-12-15python: setuptools 8.0.2Alex Gaynor
2014-12-13python: update 2.7.9 bottle.BrewTestBot
2014-12-13python: setuptools 8.0Alex Gaynor
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-12-11python: update 2.7.9 bottle.BrewTestBot
2014-12-11python 2.7.9Alex Gaynor
Closes #34869. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2014-12-08python: add comment about wide/ucs4 build option.Mike McQuaid
References #32368, #34795.
2014-11-12Documentation FixesDominyk Tiller
The bigger, uglier brother of #34090. Closes #34106. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-26Use opt helpers instead of hardcoded pathsJack Nagel
2014-10-19python: update 2.7.8_2 bottle.BrewTestBot
2014-10-16python: update 2.7.8_2 bottle.BrewTestBot
2014-10-16openssl: poodle fixesDominyk Tiller
Part 2 of the earlier merged POODLE fixes. It seems a few of the bottles are acting up about the new change, so this revisions those. If you build from source the problems go away, so new bottles it is. I’ve also had to change the mirror on the OpenSSL formula as it turns out Debian haven’t set their mirror up for the latest version yet. Revisions to Python, Python3, Tor, Ruby & Freeradius-server as all are being confirmed to be causing issues for others and reproducible. Tor needs to be bumped for every OpenSSL revision because it kicks up this error: ``` Oct 15 23:19:38.295 [warn] OpenSSL version from headers does not match the version we're running with. If you get weird crashes, that might be why. (Compiled with 1000109f: OpenSSL 1.0.1i 6 Aug 2014; running with 100010af: OpenSSL 1.0.1j 15 Oct 2014). ``` And similar with freeradius-server. Closes #33197. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-24python: update 2.7.8_1 bottle.BrewTestBot
2014-08-24python: update 2.7.8_1 bottle.BrewTestBot
2014-08-24openssl: disable SSLv2 support.Dominyk Tiller
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles everything that relies on OpenSSL from the master branch to enforce the new OpenSSL no-ssl2 rule.
2014-08-20Remove comment that shows up when grepping for "env :std"Jack Nagel
2014-08-20python: update 2.7.8 bottle.BrewTestBot
Closes #31691. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-20python: fix pyport.h compilation errors.Sam Nelson
See http://bugs.python.org/issue10910
2014-08-07setuptools 5.4.2Dominyk Tiller
Closes #31415. Closes #31436. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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-15python: fix docs checksumJack Nagel
Fixes #30880.
2014-07-04python: add --with-docs optionQiangning Hong
This option will install HTML documentation. Closes #30608. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04python: don't install bottles on Xcode-only systemsTim D. Smith
Closes #30633. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-02python: update 2.7.8 bottle.BrewTestBot
2014-07-02Python 2.7.8Adam Vandenberg
2014-06-14python: update 2.7.7_2 bottle.BrewTestBot
Closes #30162. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-06-14python: setuptools 5.0.1Misty De Meo
2014-06-02python: update 2.7.7_1 bottle.BrewTestBot
2014-06-02python: setuptools 4.0.1Adam Vandenberg
2014-06-01python: update 2.7.7 bottle.BrewTestBot
2014-06-01python: styleAdam Vandenberg
2014-06-01python 2.7.7Adam Vandenberg
* pip 1.5.6 * setuptools 4 Closes #29756.
2014-05-07python upgrade pip to 1.5.5Robson Roberto Souza Peixoto
2014-05-07python upgrade setuptools to 3.6Robson Roberto Souza Peixoto
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-09python: update 2.7.6 bottle.BrewTestBot
2014-04-09python: bump revision for OpenSSL security.Mike McQuaid
2014-04-07python: ensure symlinks are created for things installed in post_installJack Nagel
Fixes #28196.
2014-04-06python: update 2.7.6 bottle.BrewTestBot
2014-04-06setuptools 3.4.1Samuel John
Closes #28195. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-06python: remove install_symlink exist? guards.Mike McQuaid
2014-04-03python: add 2.7.6 bottle.BrewTestBot
2014-04-03python: support bottling.Mike McQuaid
Move a bunch of site_packages stuff to post_install.