[109911] trunk/dports/python/py-pyqt4

michaelld at macports.org michaelld at macports.org
Wed Aug 21 17:44:10 PDT 2013


Revision: 109911
          https://trac.macports.org/changeset/109911
Author:   michaelld at macports.org
Date:     2013-08-21 17:44:10 -0700 (Wed, 21 Aug 2013)
Log Message:
-----------
py*-pyqt4: update to 4.10.3.

Modified Paths:
--------------
    trunk/dports/python/py-pyqt4/Portfile
    trunk/dports/python/py-pyqt4/files/patch-configure.py.diff

Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile	2013-08-22 00:43:42 UTC (rev 109910)
+++ trunk/dports/python/py-pyqt4/Portfile	2013-08-22 00:44:10 UTC (rev 109911)
@@ -6,8 +6,7 @@
 PortGroup       python 1.0
 
 name            py-pyqt4
-version         4.10.2
-revision        2
+version         4.10.3
 python.versions 24 25 26 27 31 32 33
 python.default_version 27
 categories-append     devel
@@ -28,8 +27,8 @@
     distname        PyQt-mac-gpl-${version}
     dist_subdir     python
 
-    checksums       sha1    40362e6b9f476683e4e35b83369e30a8dfff99ad \
-                    rmd160  a2a829f41e0753dc93efaf0d9e4e76d2c54d6d2c
+    checksums       sha1    ba5465f92fb43c9f0a5b948fa25df5045f160bf0 \
+                    rmd160  5c05cf922264ee7a9a942e47e55d0342987b28d2
 
     depends_lib-append port:py${python.version}-sip \
                        port:qt4-mac

Modified: trunk/dports/python/py-pyqt4/files/patch-configure.py.diff
===================================================================
--- trunk/dports/python/py-pyqt4/files/patch-configure.py.diff	2013-08-22 00:43:42 UTC (rev 109910)
+++ trunk/dports/python/py-pyqt4/files/patch-configure.py.diff	2013-08-22 00:44:10 UTC (rev 109911)
@@ -1,5 +1,5 @@
---- configure.py.orig	2013-06-16 11:18:09.000000000 -0400
-+++ configure.py	2013-06-17 09:12:35.000000000 -0400
+--- configure.py.orig	2013-08-21 02:02:48.000000000 -0400
++++ configure.py	2013-08-21 20:03:43.000000000 -0400
 @@ -44,6 +44,7 @@
  qt_dir = None
  qt_incdir = None
@@ -8,7 +8,7 @@
  qt_bindir = None
  qt_datadir = None
  qt_archdatadir = None
-@@ -977,16 +978,7 @@
+@@ -975,16 +976,7 @@
                      dynamic_pylib = "--enable-shared" in config_args
  
                  if dynamic_pylib:
@@ -26,7 +26,7 @@
                  else:
                      sipconfig.inform("Qt Designer plugin disabled because Python library is static")
                      opts.designer_plugin = False
-@@ -1085,7 +1077,10 @@
+@@ -1083,7 +1075,10 @@
  
      sipconfig.inform("SIP %s is being used." % sipcfg.sip_version_str)
      sipconfig.inform("The Qt header files are in %s." % qt_incdir)
@@ -38,7 +38,7 @@
      sipconfig.inform("The Qt binaries are in %s." % qt_bindir)
      sipconfig.inform("The Qt mkspecs directory is in %s." % qt_archdatadir)
      sipconfig.inform("These PyQt modules will be built: %s." % ", ".join(pyqt_modules))
-@@ -1150,7 +1145,8 @@
+@@ -1148,7 +1143,8 @@
          "qt_data_dir":        qt_datadir,
          "qt_archdata_dir":    qt_archdatadir,
          "qt_inc_dir":         qt_incdir,
@@ -48,7 +48,7 @@
      }
  
      sipconfig.create_config_module(module, template, content, macros)
-@@ -1806,7 +1802,7 @@
+@@ -1804,7 +1800,7 @@
              lfile = license.LicenseFile
          except AttributeError:
              lfile = None
@@ -57,7 +57,7 @@
          ltype = None
  
      if ltype is None:
-@@ -1923,12 +1919,14 @@
+@@ -1921,12 +1917,14 @@
      names = list(sipcfg.build_macros().keys())
      names.append("INCDIR_QT")
      names.append("LIBDIR_QT")
@@ -73,7 +73,7 @@
      }
  
      macros = sipconfig.parse_build_macros(fname, names, overrides, properties)
-@@ -1974,7 +1972,7 @@
+@@ -1972,7 +1970,7 @@
  
      # Work out how Qt was built on MacOS.
      if sys.platform == "darwin":
@@ -82,7 +82,7 @@
              global qt_framework
              qt_framework = 1
  
-@@ -1991,6 +1989,7 @@
+@@ -1989,6 +1987,7 @@
      sipcfg.qt_threaded = 1
      sipcfg.qt_dir = qt_dir
      sipcfg.qt_lib_dir = qt_libdir
@@ -90,7 +90,7 @@
  
      return ConfigurePyQt4(generator)
  
-@@ -2006,7 +2005,7 @@
+@@ -2004,7 +2003,7 @@
  
  
  def get_qt_configuration():
@@ -99,7 +99,7 @@
      qt_archdatadir, qt_pluginsdir and qt_xfeatures globals for the Qt
      installation.
      """
-@@ -2080,6 +2079,7 @@
+@@ -2078,6 +2077,7 @@
      out << QLibraryInfo::location(QLibraryInfo::PrefixPath) << '\\n';
      out << QLibraryInfo::location(QLibraryInfo::HeadersPath) << '\\n';
      out << QLibraryInfo::location(QLibraryInfo::LibrariesPath) << '\\n';
@@ -107,7 +107,7 @@
      out << QLibraryInfo::location(QLibraryInfo::BinariesPath) << '\\n';
      out << QLibraryInfo::location(QLibraryInfo::DataPath) << '\\n';
  #if QT_VERSION >= 0x050000
-@@ -2207,22 +2207,23 @@
+@@ -2206,22 +2206,23 @@
      lines = f.read().strip().split("\n")
      f.close()
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130821/fc56dc36/attachment.html>


More information about the macports-changes mailing list