[124111] trunk/dports/python
mmoll at macports.org
mmoll at macports.org
Mon Aug 18 15:35:04 PDT 2014
Revision: 124111
https://trac.macports.org/changeset/124111
Author: mmoll at macports.org
Date: 2014-08-18 15:35:04 -0700 (Mon, 18 Aug 2014)
Log Message:
-----------
py-pyqt5: new port, closes #44202
Added Paths:
-----------
trunk/dports/python/py-pyqt5/
trunk/dports/python/py-pyqt5/Portfile
Added: trunk/dports/python/py-pyqt5/Portfile
===================================================================
--- trunk/dports/python/py-pyqt5/Portfile (rev 0)
+++ trunk/dports/python/py-pyqt5/Portfile 2014-08-18 22:35:04 UTC (rev 124111)
@@ -0,0 +1,47 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup qt5 1.0
+PortGroup python 1.0
+
+name py-pyqt5
+version 5.3.1
+categories-append devel
+platforms darwin
+maintainers mmoll openmaintainer
+description PyQt5 is a set of Python bindings for the Qt5 toolkit
+long_description \
+ PyQt5 is a set of Python bindings for the Qt5 toolkit. The bindings \
+ are implemented as a set of Python modules and contain over 620 classes.
+homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro
+license GPL-3
+master_sites sourceforge:pyqt
+distname PyQt-gpl-${version}
+checksums rmd160 c0276c641ddd958a90a42fa55351701c1ba1dead \
+ sha256 187bc5b3e4e49e6b4ab1d5b20d33c5d0895524cf033dd21df193f6512abb19e8
+
+python.versions 27 33 34
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-sip \
+ port:qt5-mac
+ use_configure yes
+ configure.pre_args
+ configure.cmd "${python.bin} configure.py"
+ configure.args-append -q ${qt_qmake_cmd} --verbose --confirm-license --sip=${prefix}/bin/sip-${python.branch}
+
+ build.cmd make
+ build.target all
+ destroot.cmd ${build.cmd}
+ destroot.destdir DESTDIR=${destroot}
+
+ variant debug description "Build debug libraries" {
+ configure.cmd-append --debug
+ }
+
+} else {
+ livecheck.type regex
+ livecheck.url http://www.riverbankcomputing.co.uk/software/pyqt/download
+ livecheck.regex >PyQt-gpl-(\[0-9.\]*).tar.gz<
+}
Property changes on: trunk/dports/python/py-pyqt5/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140818/c812b29c/attachment.html>
More information about the macports-changes
mailing list