aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-03-13 10:53:26 +0000
committerMike McQuaid2014-03-13 10:53:26 +0000
commitd2a55ba11bc39db8c75de24301a1a348c7d84550 (patch)
tree01b0d7e301e8fccf9119e2d4211e6e65ce966458 /Library/Formula/python3.rb
parentabd7aa0a9bc72e87fdcf85fa872c1b8f9567e3cc (diff)
downloadhomebrew-d2a55ba11bc39db8c75de24301a1a348c7d84550.tar.bz2
python3: add bottle.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 9f4175118..e492b5bf4 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -4,6 +4,13 @@ class Python3 < Formula
homepage 'http://www.python.org/'
url 'http://python.org/ftp/python/3.3.5/Python-3.3.5.tgz'
sha1 '15f24702c5ae07d364606c663e515c1d9ba58615'
+
+ bottle do
+ sha1 "1ce3be8086248a1200d5e5e5f08b544177b812eb" => :mavericks
+ sha1 "f0e160264e6f94c0fbb66a9fd1f2e914d4e2522a" => :mountain_lion
+ sha1 "c44b97698b7c002c3aa38323a774c0883049d569" => :lion
+ end
+
VER='3.3' # The <major>.<minor> is used so often.
head 'http://hg.python.org/cpython', :using => :hg, :branch => VER