Skip to content

Commit

Permalink
mypy 0.550
Browse files Browse the repository at this point in the history
Closes #20520.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
zmwangx authored and ilovezfs committed Nov 11, 2017
1 parent 408c154 commit 965fa53
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Formula/mypy.rb
Expand Up @@ -2,8 +2,8 @@ class Mypy < Formula
desc "Experimental optional static type checker for Python"
homepage "http://www.mypy-lang.org/"
url "https://github.com/python/mypy.git",
:tag => "v0.540",
:revision => "3d22699db61eac1f405768f0c5979e5e9b87baa1"
:tag => "v0.550",
:revision => "a8dfedce06cbfbb37220bfcacc8ff4f1e266abe0"
head "https://github.com/python/mypy.git"

bottle do
Expand All @@ -20,6 +20,11 @@ class Mypy < Formula
depends_on :python3
depends_on "sphinx-doc" => [:build, :recommended]

resource "psutil" do
url "https://files.pythonhosted.org/packages/fe/17/0f0bf5792b2dfe6003efc5175c76225f7d3426f88e2bf8d360cfab870cd8/psutil-5.4.1.tar.gz"
sha256 "42e2de159e3c987435cb3b47d6f37035db190a1499f3af714ba7af5c379b6ba2"
end

resource "sphinx_rtd_theme" do
url "https://files.pythonhosted.org/packages/8b/e5/b1933472424b30affb0a8cea8f0ef052a31ada96e5d1823911d7f4bfdf8e/sphinx_rtd_theme-0.2.4.tar.gz"
sha256 "2df74b8ff6fae6965c527e97cca6c6c944886aae474b490e17f92adfbe843417"
Expand Down

0 comments on commit 965fa53

Please sign in to comment.