[140995] trunk/dports/python/py-shiboken/Portfile

michaelld at macports.org michaelld at macports.org
Wed Oct 7 10:10:13 PDT 2015


Revision: 140995
          https://trac.macports.org/changeset/140995
Author:   michaelld at macports.org
Date:     2015-10-07 10:10:13 -0700 (Wed, 07 Oct 2015)
Log Message:
-----------
py*-shiboken:
+ add support for Python 3.5;
+ use qt4 PortGroup to properly set QMAKE;
+ addresses part of ticket #49156.

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

Modified: trunk/dports/python/py-shiboken/Portfile
===================================================================
--- trunk/dports/python/py-shiboken/Portfile	2015-10-07 16:59:00 UTC (rev 140994)
+++ trunk/dports/python/py-shiboken/Portfile	2015-10-07 17:10:13 UTC (rev 140995)
@@ -2,6 +2,7 @@
 
 PortSystem 1.0
 PortGroup cmake 1.0
+PortGroup qt4 1.0
 PortGroup python 1.0
 cmake.out_of_source yes
 
@@ -9,7 +10,7 @@
 name                py-${realname}
 version             1.2.2
 revision            3
-python.versions     27 34
+python.versions     27 34 35
 python.default_version 27
 categories-append   devel
 maintainers         openmaintainer mmoll
@@ -41,8 +42,7 @@
                         filename_collision.patch \
                         patch-cmakepkgconfig.diff
 
-    depends_lib-append  port:qt4-mac \
-                        port:python${python.version} \
+    depends_lib-append  port:python${python.version} \
                         port:libxslt \
                         port:sparsehash
     use_configure   yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151007/b8fa0c92/attachment.html>


More information about the macports-changes mailing list