[99506] trunk/dports/python/py-pyqt4/Portfile

blair at macports.org blair at macports.org
Wed Nov 7 17:52:36 PST 2012


Revision: 99506
          http://trac.macports.org//changeset/99506
Author:   blair at macports.org
Date:     2012-11-07 17:52:36 -0800 (Wed, 07 Nov 2012)
Log Message:
-----------
py-pyqt4: whitespace cleanup: replace tabs with spaces.

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

Modified: trunk/dports/python/py-pyqt4/Portfile
===================================================================
--- trunk/dports/python/py-pyqt4/Portfile	2012-11-08 01:48:24 UTC (rev 99505)
+++ trunk/dports/python/py-pyqt4/Portfile	2012-11-08 01:52:36 UTC (rev 99506)
@@ -1,31 +1,31 @@
 # -*- 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   qt4 1.0
-PortGroup   python 1.0
+PortSystem      1.0
+PortGroup       qt4 1.0
+PortGroup       python 1.0
 
-name		py-pyqt4
-version		4.9.5
-python.versions   24 25 26 27 31 32
-categories	python devel
-platforms	macosx
+name            py-pyqt4
+version         4.9.5
+python.versions 24 25 26 27 31 32
+categories      python devel
+platforms       macosx
 maintainers     michaelld openmaintainer
-license             {GPL-2 GPL-3}
-description	PyQt4 is a set of Python bindings for the Qt4 toolkit
+license         {GPL-2 GPL-3}
+description     PyQt4 is a set of Python bindings for the Qt4 toolkit
 long_description \
-		PyQt4 is a set of Python bindings for the Qt4 toolkit. The \
-		bindings are implemented as a set of Python modules: qt, \
-		qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, \
-		and contains 300 classes and over 5,750 functions and methods.
-homepage	http://www.riverbankcomputing.co.uk/software/pyqt/intro
-master_sites	http://www.riverbankcomputing.com/static/Downloads/PyQt4/ \
-		sourceforge:pyqt
-distname	PyQt-mac-gpl-${version}
-dist_subdir         python
+    PyQt4 is a set of Python bindings for the Qt4 toolkit. The \
+    bindings are implemented as a set of Python modules: qt, \
+    qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, \
+    and contains 300 classes and over 5,750 functions and methods.
+homepage        http://www.riverbankcomputing.co.uk/software/pyqt/intro
+master_sites    http://www.riverbankcomputing.com/static/Downloads/PyQt4/ \
+                sourceforge:pyqt
+distname        PyQt-mac-gpl-${version}
+dist_subdir     python
 
-checksums           sha1    a11654b77f8fbd8b1dcca7631e2581b40322eb44 \
-                    rmd160  0af5429edbcbd62271d4e40021f7664d05ac9233
+checksums       sha1    a11654b77f8fbd8b1dcca7631e2581b40322eb44 \
+                rmd160  0af5429edbcbd62271d4e40021f7664d05ac9233
 
 if {$subport != $name} {
 
@@ -73,7 +73,7 @@
     # "framework" directory concept to make the split in qt4-mac as of
     # 4.8.0, and uses it where appropriate.
 
-    patchfiles	patch-configure.py
+    patchfiles      patch-configure.py
 
     # fix location of MacPorts'-installed Qt .apps, step 1
 
@@ -98,16 +98,16 @@
         }
     }
 
-    configure.cmd	"${python.bin} configure.py -q ${qt_qmake_cmd} --verbose --confirm-license"
+    configure.cmd       "${python.bin} configure.py -q ${qt_qmake_cmd} --verbose --confirm-license"
     configure.pre_args
-    configure.post_args	LFLAGS="-F${frameworks_dir} -L${prefix}/lib"
+    configure.post_args LFLAGS="-F${frameworks_dir} -L${prefix}/lib"
 
     variant universal {
         configure.universal_args
-        configure.post_args	LFLAGS="-F${frameworks_dir} -L${prefix}/lib \
+        configure.post_args         LFLAGS="-F${frameworks_dir} -L${prefix}/lib \
                                     ${configure.universal_ldflags}"
-        configure.post_args-append	CFLAGS="${configure.universal_cflags}"
-        configure.post_args-append	CXXFLAGS="${configure.universal_cxxflags}"
+        configure.post_args-append  CFLAGS="${configure.universal_cflags}"
+        configure.post_args-append  CXXFLAGS="${configure.universal_cxxflags}"
     }
 
     post-configure {
@@ -143,15 +143,15 @@
         }
     }
 
-    build.cmd         make
-    build.target    all
-    use_parallel_build yes
+    build.cmd           make
+    build.target        all
+    use_parallel_build  yes
 
-    destroot.cmd      ${build.cmd}
-    destroot.destdir  DESTDIR=${destroot}
+    destroot.cmd        ${build.cmd}
+    destroot.destdir    DESTDIR=${destroot}
 
-    test.run	yes
-    test.cmd	cd qt && ${python.bin} -c 'import PyQt4'
+    test.run            yes
+    test.cmd            cd qt && ${python.bin} -c 'import PyQt4'
 
     post-destroot {
         # Clean out empty dirs first
@@ -204,4 +204,3 @@
 livecheck.type   regex
 livecheck.url    http://www.riverbankcomputing.co.uk/software/pyqt/download
 livecheck.regex  "PyQt-mac-gpl-(\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]).tar.gz"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121107/7aa95ff3/attachment.html>


More information about the macports-changes mailing list