python3 3.6.2
Closes #15704. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a1b5c83765
commit
77f4ca91f5
1 changed files with 2 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
class Python3 < Formula
|
||||
desc "Interpreted, interactive, object-oriented programming language"
|
||||
homepage "https://www.python.org/"
|
||||
url "https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz"
|
||||
sha256 "a01810ddfcec216bcdb357a84bfaafdfaa0ca42bbdaa4cb7ff74f5a9961e4041"
|
||||
url "https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz"
|
||||
sha256 "9229773be41ed144370f47f0f626a1579931f5a390f1e8e3853174d52edd64a9"
|
||||
head "https://github.com/python/cpython", :using => :git
|
||||
|
||||
bottle do
|
||||
|
@ -12,11 +12,6 @@ class Python3 < Formula
|
|||
sha256 "16753928434530a84ec309c0a083ba3da9535b8e7750fd5b2440e77c71c8f7b0" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://www.python.org/ftp/python/3.6.2/Python-3.6.2rc1.tar.xz"
|
||||
sha256 "16bd96ec3e26365a110d8fd9f582f9123edf9cca04a65c5304c91f524129ca05"
|
||||
end
|
||||
|
||||
option "with-tcl-tk", "Use Homebrew's Tk instead of macOS Tk (has optional Cocoa and threads support)"
|
||||
option "with-quicktest", "Run `make quicktest` after the build"
|
||||
option "with-sphinx-doc", "Build HTML documentation"
|
||||
|
|
Loading…
Reference in a new issue