We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a878d commit 569c309Copy full SHA for 569c309
python36.rb
@@ -1,14 +1,11 @@
1
class Python36 < Formula
2
desc "Interpreted, interactive, object-oriented programming language"
3
homepage "https://www.python.org/"
4
+ url "https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz"
5
+ sha256 "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
6
7
head "https://hg.python.org/cpython", :using => :hg
-
- devel do
8
- url "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b1.tar.xz"
9
- sha256 "a83b094a8abf8a1fba7c548a5e8dd0aabe87a87a6ebd87c97f4a5a2527a74d42"
10
- end
11
+
12
option :universal
13
option "with-tcl-tk", "Use Homebrew's Tk instead of OS X Tk (has optional Cocoa and threads support)"
14
option "with-quicktest", "Run `make quicktest` after the build"
0 commit comments