[141003] trunk/dports/python/py-pyside-tools/Portfile
michaelld at macports.org
michaelld at macports.org
Wed Oct 7 12:31:19 PDT 2015
Revision: 141003
https://trac.macports.org/changeset/141003
Author: michaelld at macports.org
Date: 2015-10-07 12:31:19 -0700 (Wed, 07 Oct 2015)
Log Message:
-----------
py*-pyside-tools:
+ 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-tools/Portfile
Modified: trunk/dports/python/py-pyside-tools/Portfile
===================================================================
--- trunk/dports/python/py-pyside-tools/Portfile 2015-10-07 19:19:33 UTC (rev 141002)
+++ trunk/dports/python/py-pyside-tools/Portfile 2015-10-07 19:31:19 UTC (rev 141003)
@@ -2,13 +2,15 @@
PortSystem 1.0
PortGroup python 1.0
+PortGroup qt4 1.0
PortGroup cmake 1.0
cmake.out_of_source yes
set realname pyside-tools
name py-${realname}
version 0.2.15
-python.versions 27 34
+revision 1
+python.versions 27 34 35
python.default_version 27
categories-append devel
maintainers openmaintainer mmoll
@@ -31,7 +33,7 @@
reinplace "s|find_package(Shiboken 1.1.1 REQUIRED)|set(SHIBOKEN_PYTHON_INTERPRETER \"${python.bin}\")|g" ${worksrcpath}/CMakeLists.txt
reinplace "s|find_package(PySide 1.0.6 REQUIRED)||g" ${worksrcpath}/CMakeLists.txt
}
- depends_lib-append port:qt4-mac port:py${python.version}-pyside port:python${python.version}
+ depends_lib-append port:py${python.version}-pyside port:python${python.version}
use_configure yes
configure.args-append -DBUILD_TESTS:BOOL=FALSE \
-DPYTHON_EXECUTABLE=${python.bin} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151007/fa12c569/attachment.html>
More information about the macports-changes
mailing list