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

michaelld at macports.org michaelld at macports.org
Tue Mar 5 09:57:40 PST 2013


Revision: 103722
          https://trac.macports.org/changeset/103722
Author:   michaelld at macports.org
Date:     2013-03-05 09:57:40 -0800 (Tue, 05 Mar 2013)
Log Message:
-----------
py*-pyqt4 : upgrade to 4.10.0.

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

Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile	2013-03-05 17:57:07 UTC (rev 103721)
+++ trunk/dports/python/py-pyqt4/Portfile	2013-03-05 17:57:40 UTC (rev 103722)
@@ -6,8 +6,7 @@
 PortGroup       python 1.0
 
 name            py-pyqt4
-version         4.9.6
-revision        2
+version         4.10.0
 python.versions 24 25 26 27 31 32 33
 categories-append     devel
 platforms       macosx
@@ -21,11 +20,12 @@
     and contains 300 classes and over 5,750 functions and methods.
 homepage        http://www.riverbankcomputing.co.uk/software/pyqt/intro
 master_sites    sourceforge:pyqt
-distname        PyQt-mac-gpl-${version}
+#distname        PyQt-mac-gpl-${version}
+distname        PyQt-mac-gpl-4.10
 dist_subdir     python
 
-checksums       sha1    0e08323721bd72fe760cd678d6a301a834a6e113 \
-                rmd160  181bdf5c9876de056e704aad5506cee7a36efa6b
+checksums       sha1    080057f3e83a0f57325b7abeb3f2cf5d20e93cdd \
+                rmd160  b0d52cbe38db396f9ceca4d99db194fad4f3b6df
 
 if {$subport != $name} {
 

Modified: trunk/dports/python/py-pyqt4/files/patch-configure.py
===================================================================
--- trunk/dports/python/py-pyqt4/files/patch-configure.py	2013-03-05 17:57:07 UTC (rev 103721)
+++ trunk/dports/python/py-pyqt4/files/patch-configure.py	2013-03-05 17:57:40 UTC (rev 103722)
@@ -1,5 +1,5 @@
---- configure.py.orig	2012-12-08 05:05:54.000000000 -0500
-+++ configure.py	2012-12-10 10:11:01.000000000 -0500
+--- configure.py.orig	2013-03-05 11:02:19.000000000 -0500
++++ configure.py	2013-03-05 11:02:41.000000000 -0500
 @@ -44,6 +44,7 @@
  qt_dir = None
  qt_incdir = None
@@ -8,7 +8,7 @@
  qt_bindir = None
  qt_datadir = None
  qt_pluginsdir = None
-@@ -1004,16 +1005,9 @@
+@@ -1003,16 +1004,9 @@
                      dynamic_pylib = "--enable-shared" in config_args
  
                  if dynamic_pylib:
@@ -27,7 +27,7 @@
                  else:
                      sipconfig.inform("Qt Designer plugin disabled because Python library is static")
                      opts.designer_plugin = False
-@@ -1112,7 +1106,10 @@
+@@ -1111,7 +1105,10 @@
  
      sipconfig.inform("SIP %s is being used." % sipcfg.sip_version_str)
      sipconfig.inform("The Qt header files are in %s." % qt_incdir)
@@ -39,7 +39,7 @@
      sipconfig.inform("The Qt binaries are in %s." % qt_bindir)
      sipconfig.inform("The Qt mkspecs directory is in %s." % qt_datadir)
      sipconfig.inform("These PyQt modules will be built: %s." % ", ".join(pyqt_modules))
-@@ -1175,7 +1172,8 @@
+@@ -1174,7 +1171,8 @@
          "qt_dir":             qt_dir,
          "qt_data_dir":        qt_datadir,
          "qt_inc_dir":         qt_incdir,
@@ -49,7 +49,7 @@
      }
  
      sipconfig.create_config_module(module, template, content, macros)
-@@ -1824,7 +1822,7 @@
+@@ -1830,7 +1828,7 @@
              lfile = license.LicenseFile
          except AttributeError:
              lfile = None
@@ -58,7 +58,7 @@
          ltype = None
  
      if ltype is None:
-@@ -1931,12 +1929,14 @@
+@@ -1947,12 +1945,14 @@
      names = list(sipcfg.build_macros().keys())
      names.append("INCDIR_QT")
      names.append("LIBDIR_QT")
@@ -74,7 +74,7 @@
      }
  
      macros = sipconfig.parse_build_macros(fname, names, overrides, properties)
-@@ -1982,7 +1982,7 @@
+@@ -1998,7 +1998,7 @@
  
      # Work out how Qt was built on MacOS.
      if sys.platform == "darwin":
@@ -83,7 +83,7 @@
              global qt_framework
              qt_framework = 1
  
-@@ -1999,6 +1999,7 @@
+@@ -2015,6 +2015,7 @@
      sipcfg.qt_threaded = 1
      sipcfg.qt_dir = qt_dir
      sipcfg.qt_lib_dir = qt_libdir
@@ -91,7 +91,7 @@
  
      return ConfigurePyQt4(generator)
  
-@@ -2014,7 +2015,7 @@
+@@ -2030,7 +2031,7 @@
  
  
  def get_qt_configuration():
@@ -100,7 +100,7 @@
      qt_pluginsdir and qt_xfeatures globals for the Qt installation.
      """
      sipconfig.inform("Determining the layout of your Qt installation...")
-@@ -2087,6 +2088,7 @@
+@@ -2103,6 +2104,7 @@
      out << QLibraryInfo::location(QLibraryInfo::PrefixPath) << '\\n';
      out << QLibraryInfo::location(QLibraryInfo::HeadersPath) << '\\n';
      out << QLibraryInfo::location(QLibraryInfo::LibrariesPath) << '\\n';
@@ -108,7 +108,7 @@
      out << QLibraryInfo::location(QLibraryInfo::BinariesPath) << '\\n';
      out << QLibraryInfo::location(QLibraryInfo::DataPath) << '\\n';
      out << QLibraryInfo::location(QLibraryInfo::PluginsPath) << '\\n';
-@@ -2209,20 +2211,21 @@
+@@ -2225,20 +2227,21 @@
      lines = f.read().strip().split("\n")
      f.close()
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130305/aab88eea/attachment.html>


More information about the macports-changes mailing list