[140999] trunk/dports/python/py-pyside/Portfile

michaelld at macports.org michaelld at macports.org
Wed Oct 7 11:03:02 PDT 2015


Revision: 140999
          https://trac.macports.org/changeset/140999
Author:   michaelld at macports.org
Date:     2015-10-07 11:03:02 -0700 (Wed, 07 Oct 2015)
Log Message:
-----------
py*-pyside:
+ use qt4 PortGroup to set QMAKE properly for any qt4 install location;
+ add support for Python 3.5;
+ rev-bump for new qt4 install location.

Modified Paths:
--------------
    trunk/dports/python/py-pyside/Portfile

Modified: trunk/dports/python/py-pyside/Portfile
===================================================================
--- trunk/dports/python/py-pyside/Portfile	2015-10-07 17:40:23 UTC (rev 140998)
+++ trunk/dports/python/py-pyside/Portfile	2015-10-07 18:03:02 UTC (rev 140999)
@@ -2,6 +2,7 @@
 
 PortSystem 1.0
 PortGroup python 1.0
+PortGroup qt4 1.0
 PortGroup cmake 1.0
 cmake.out_of_source yes
 
@@ -10,7 +11,7 @@
 version             1.2.2
 revision            1
 set          qt.ver 4.8
-python.versions     27 34
+python.versions     27 34 35
 python.default_version 27
 categories-append   devel
 maintainers         openmaintainer mmoll
@@ -34,7 +35,7 @@
 
 if {${name} ne ${subport}} {
     patchfiles      patch-cmakepkgconfig.diff
-    depends_lib-append  port:qt4-mac port:py${python.version}-shiboken
+    depends_lib-append port:py${python.version}-shiboken
     use_configure   yes
     configure.env-append CMAKE_PREFIX_PATH=${python.prefix}
     configure.args-append -DBUILD_TESTS:BOOL=FALSE \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151007/099443b3/attachment.html>


More information about the macports-changes mailing list