[108493] trunk/dports/python

michaelld at macports.org michaelld at macports.org
Wed Jul 24 11:42:44 PDT 2013


Revision: 108493
          https://trac.macports.org/changeset/108493
Author:   michaelld at macports.org
Date:     2013-07-24 11:42:44 -0700 (Wed, 24 Jul 2013)
Log Message:
-----------
Add py*-sip as explicit dependency if not already there; rev-bump for new SIP API.

Modified Paths:
--------------
    trunk/dports/python/py-pyqt4/Portfile
    trunk/dports/python/py-pyqwt/Portfile
    trunk/dports/python/py-qscintilla/Portfile

Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile	2013-07-24 18:40:49 UTC (rev 108492)
+++ trunk/dports/python/py-pyqt4/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
@@ -7,7 +7,7 @@
 
 name            py-pyqt4
 version         4.10.2
-revision        1
+revision        2
 python.versions 24 25 26 27 31 32 33
 python.default_version 27
 categories-append     devel

Modified: trunk/dports/python/py-pyqwt/Portfile
===================================================================
--- trunk/dports/python/py-pyqwt/Portfile	2013-07-24 18:40:49 UTC (rev 108492)
+++ trunk/dports/python/py-pyqwt/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
@@ -6,7 +6,7 @@
 
 name                py-pyqwt
 version             5.2.0
-revision            4
+revision            5
 
 platforms           macosx
 categories-append   devel
@@ -37,8 +37,9 @@
     use_configure      yes
 
     depends_lib-append port:py${python.version}-pyqt4 \
-                       port:py${python.version}-numpy
-    
+                       port:py${python.version}-numpy \
+                       port:py${python.version}-sip
+
     worksrcdir         ${worksrcdir}/configure
     
     configure.cmd      ${prefix}/bin/python${python.branch} configure.py

Modified: trunk/dports/python/py-qscintilla/Portfile
===================================================================
--- trunk/dports/python/py-qscintilla/Portfile	2013-07-24 18:40:49 UTC (rev 108492)
+++ trunk/dports/python/py-qscintilla/Portfile	2013-07-24 18:42:44 UTC (rev 108493)
@@ -11,7 +11,7 @@
 #          number of the installed qscintilla port, or configure/building
 #          will fail with strange error messages.
 version             2.7.2
-revision            1
+revision            2
 
 categories          python devel
 license             {GPL-2 GPL-3}
@@ -36,8 +36,10 @@
 
 if {$subport != $name} {
 
-   depends_lib-append  port:qscintilla port:py${python.version}-pyqt4
-   
+   depends_lib-append  port:qscintilla \
+                       port:py${python.version}-pyqt4 \
+                       port:py${python.version}-sip
+
    universal_variant   no
    use_configure       yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130724/f1d2e8e8/attachment.html>


More information about the macports-changes mailing list