aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFlorian Bruhin2015-01-16 19:14:28 +0100
committerTim D. Smith2015-01-16 23:39:54 -0800
commit2904d3bd588568181f79cc84aa401e6c25b74f92 (patch)
tree0f28127f0046d53b343f320035c29ea31aaacbcd /Library/Formula
parentb91434328ae73a1a5fd5582d9eed329bb7fe0eb1 (diff)
downloadhomebrew-2904d3bd588568181f79cc84aa401e6c25b74f92.tar.bz2
pyqt5 5.4
Closes #35950. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyqt5.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/pyqt5.rb b/Library/Formula/pyqt5.rb
index 4eb4a5373..fcd33cc5c 100644
--- a/Library/Formula/pyqt5.rb
+++ b/Library/Formula/pyqt5.rb
@@ -2,8 +2,8 @@ require 'formula'
class Pyqt5 < Formula
homepage "http://www.riverbankcomputing.co.uk/software/pyqt/download5"
- url "https://downloads.sf.net/project/pyqt/PyQt5/PyQt-5.3.2/PyQt-gpl-5.3.2.tar.gz"
- sha1 "bb34d826a50b0735d1319dc51be6a094ba64b800"
+ url "https://downloads.sf.net/project/pyqt/PyQt5/PyQt-5.4/PyQt-gpl-5.4.tar.gz"
+ sha1 "057e6b32c43e673e79f876fb9b6f33d3072edfc2"
option 'enable-debug', "Build with debug symbols"
option 'with-docs', "Install HTML documentation and python examples"
@@ -24,8 +24,6 @@ class Pyqt5 < Formula
end
def install
- # addresses https://github.com/Homebrew/homebrew/issues/32370
- inreplace "configure.py", "qmake_QT=['webkitwidgets']", "qmake_QT=['webkitwidgets', 'printsupport']"
Language::Python.each_python(build) do |python, version|
args = [ "--confirm-license",
"--bindir=#{bin}",