aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-07-01 23:35:04 -0700
committerAdam Vandenberg2014-07-02 07:53:26 -0700
commit005b3fb1bbf612a903c2b80f3941e83e5c9f6717 (patch)
tree3f410d7869287581190376deba8e72967ffa1dc1 /Library/Formula/python.rb
parent5c3abdffd05a26c14365ff844f4710ed96d1a053 (diff)
downloadhomebrew-005b3fb1bbf612a903c2b80f3941e83e5c9f6717.tar.bz2
Python 2.7.8
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb12
1 files changed, 4 insertions, 8 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index e6df96229..f53be2dad 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -3,14 +3,10 @@ require "formula"
class Python < Formula
homepage "http://www.python.org"
head "http://hg.python.org/cpython", :using => :hg, :branch => "2.7"
- url "http://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz"
- sha1 "1db01d7f325d8ceaf986976800106018b82ae45a"
- revision 2
+ url "http://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz"
+ sha1 "511960dd78451a06c9df76509635aeec05b2051a"
bottle do
- sha1 "498c5a8268cb3f07b2a4bb870d6cee372c469e67" => :mavericks
- sha1 "fadf0c220125a9cbba7d98fb02ba5944f9f7a0eb" => :mountain_lion
- sha1 "0626b5c963b0abfcbbac30e4cac6949b1b2f61f3" => :lion
end
option :universal
@@ -31,8 +27,8 @@ class Python < Formula
skip_clean "bin/easy_install", "bin/easy_install-2.7"
resource "setuptools" do
- url "https://pypi.python.org/packages/source/s/setuptools/setuptools-5.0.1.tar.gz"
- sha1 "08967022405ee730c7e9605aad5b1354cc76dd67"
+ url "https://pypi.python.org/packages/source/s/setuptools/setuptools-5.3.tar.gz"
+ sha1 "da2da9324a539029ebea602120afcb8cfd24ddf6"
end
resource "pip" do