Skip to content

Commit

Permalink
xdot 0.7
Browse files Browse the repository at this point in the history
Closes #11963.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Apr 2, 2017
1 parent 47f28b4 commit cf9e6d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/xdot.rb
@@ -1,8 +1,8 @@
class Xdot < Formula
desc "Interactive viewer for graphs written in Graphviz's dot language."
homepage "https://github.com/jrfonseca/xdot.py"
url "https://pypi.python.org/packages/source/x/xdot/xdot-0.6.tar.gz"
sha256 "c71d82bad0fec696af36af788c2a1dbb5d9975bd70bfbdc14bda15b5c7319e6c"
url "https://files.pythonhosted.org/packages/f5/52/7cec1decf2b07c7749eb997fa5f365781a512722f48e6ad4294e31c94629/xdot-0.7.tar.gz"
sha256 "d2100c3201d974915d1b89220ce52f380334eb365ab48903573a8135f51d0ee0"

head "https://github.com/jrfonseca/xdot.py.git"

Expand All @@ -15,9 +15,8 @@ class Xdot < Formula
sha256 "6c9a134c44cb444421e29cc398c9c00ca6f8849def89012dce1d69581b41227e" => :mavericks
end

depends_on "graphviz"
depends_on "pygobject3"
depends_on "pygtk"
depends_on "cairo"
depends_on :python if MacOS.version <= :snow_leopard

def install
Expand Down

0 comments on commit cf9e6d1

Please sign in to comment.