diff options
| author | Samuel John | 2013-08-08 12:08:21 +0200 |
|---|---|---|
| committer | Samuel John | 2013-08-08 12:22:49 +0200 |
| commit | 991a1f0b9b283f8778554836953626661ba3b6dd (patch) | |
| tree | eeae6c01c40d5c52e2b49fb6ee721d9079c9a31d /Library/Formula/python3.rb | |
| parent | 09a2fe3a7719ac98407005818a0c45d08610f7e9 (diff) | |
| download | homebrew-991a1f0b9b283f8778554836953626661ba3b6dd.tar.bz2 | |
python3: setuptools 0.9.8
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 883ff1042..d09cb3f8b 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -6,8 +6,8 @@ require 'formula' # `brew install python`. class Setuptools < Formula - url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.7.tar.gz' - sha1 'c56c5cc55b678c25a0a06f25a122f6492d62e2d3' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz' + sha1 'a13ad9411149c52501a15c702a4f3a3c757b5ba9' end class Pip < Formula @@ -141,7 +141,7 @@ class Python3 < Formula # 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 - # setuptools-0.9.5-py3.3.egg + # setuptools-0.9.8-py3.3.egg rm_rf Dir["#{py.global_site_packages}/setuptools*"] rm_rf Dir["#{py.global_site_packages}/distribute*"] |
