wxpython: fix strict audit.

This commit is contained in:
Mike McQuaid 2015-04-19 11:29:52 +01:00
parent 6d8dcccfe0
commit f8ff648be6

View file

@ -3,7 +3,7 @@ class FrameworkPythonRequirement < Requirement
satisfy do
q = `python -c "import distutils.sysconfig as c; print(c.get_config_var('PYTHONFRAMEWORK'))"`
not q.chomp.empty?
!q.chomp.empty?
end
def message
@ -15,7 +15,7 @@ class Wxpython < Formula
desc "Python bindings for wxWidgets"
homepage "http://www.wxwidgets.org"
url "https://downloads.sourceforge.net/project/wxpython/wxPython/3.0.2.0/wxPython-src-3.0.2.0.tar.bz2"
sha1 "5053f3fa04f4eb3a9d4bfd762d963deb7fa46866"
sha256 "d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61"
bottle do
sha1 "e73ade83e5802db3b824ebdc8b8fc62d0c70ae6f" => :yosemite