diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index a56b5d067..681b9ef03 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -1,13 +1,13 @@ require 'formula' class Distribute < Formula - url 'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz' - sha1 'b6f9cfbaf3e63833b71009812a613be13e68f5de' + url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.35.tar.gz' + sha1 'a928104ea1bd1f85c35de6d0d5f1628d2602ac66' end class Pip < Formula - url 'http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz' - sha1 '35db84983ef3f66a8a161d320e61d192afc233d9' + url 'https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz' + sha1 '9c70d314e5dea6f41415af814056b0f63c3ffd14' end class Python < Formula @@ -153,7 +153,7 @@ class Python < Formula # forget to put #{script_folder} in PATH, then easy_install'ing # into /Library/Python/X.Y/site-packages with /usr/bin/easy_install. mkdir_p scripts_folder unless scripts_folder.exist? - setup_args = ["-s", "setup.py", "--no-user-cfg", "install", "--force", "--verbose", "--install-lib=#{site_packages_cellar}", "--install-scripts=#{bin}" ] + setup_args = ["-s", "setup.py", "--no-user-cfg", "install", "--force", "--verbose", "--install-lib=#{site_packages_cellar}", "--install-scripts=#{bin}"] Distribute.new.brew { system "#{bin}/python", *setup_args } Pip.new.brew { system "#{bin}/python", *setup_args } |
