1
1
class Python33 < Formula
2
2
desc "Interpreted, interactive, object-oriented programming language"
3
3
homepage "https://www.python.org/"
4
- url 'http://python.org/ftp/python/3.3.5/Python-3.3.5 .tgz'
5
- sha1 '15f24702c5ae07d364606c663e515c1d9ba58615 '
4
+ url 'http://python.org/ftp/python/3.3.5/Python-3.3.6 .tgz'
5
+ sha1 'a4d96b5cad5ed04cf02c9fcedaaaab3491bc885f '
6
6
revision 2
7
-
7
+
8
8
head "https://hg.python.org/cpython" , :using => :hg , :branch => '3.3'
9
9
10
10
option :universal
@@ -27,8 +27,8 @@ class Python33 < Formula
27
27
skip_clean "bin/easy_install3" , "bin/easy_install-3.3"
28
28
29
29
resource "setuptools" do
30
- url "https://pypi.python.org/packages/source/s/setuptools/setuptools-18.3.1 .tar.gz"
31
- sha256 "2fa230727104b07e522deec17929e84e041c9047e392c055347a02b0d5ca874d "
30
+ url "https://pypi.python.org/packages/source/s/setuptools/setuptools-18.3.2 .tar.gz"
31
+ sha256 "8c4ab0c4f227730519dc1e020f875b3ef97e643c8f43a98a4fa0c46fbad12450 "
32
32
end
33
33
34
34
resource "pip" do
@@ -37,8 +37,8 @@ class Python33 < Formula
37
37
end
38
38
39
39
resource "wheel" do
40
- url "https://pypi.python.org/packages/source/w/wheel/wheel-0.24 .0.tar.gz"
41
- sha256 "ef832abfedea7ed86b6eae7400128f88053a1da81a37c00613b1279544d585aa "
40
+ url "https://pypi.python.org/packages/source/w/wheel/wheel-0.26 .0.tar.gz"
41
+ sha256 "eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c "
42
42
end
43
43
44
44
# Homebrew's tcl-tk is built in a standard unix fashion (due to link errors)
@@ -373,4 +373,4 @@ def caveats
373
373
-
374
374
ext = Extension('_tkinter', ['_tkinter.c', 'tkappinit.c'],
375
375
define_macros=[('WITH_APPINIT', 1)] + defs,
376
- include_dirs = include_dirs,
376
+ include_dirs = include_dirs,
0 commit comments