[20264] trunk/dports/python/py-pyqt3/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 31 14:48:10 PST 2006


Revision: 20264
          http://trac.macosforge.org/projects/macports/changeset/20264
Author:   blair at macports.org
Date:     2006-10-31 14:48:09 -0800 (Tue, 31 Oct 2006)

Log Message:
-----------
Whitespace cleanup.

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

Modified: trunk/dports/python/py-pyqt3/Portfile
===================================================================
--- trunk/dports/python/py-pyqt3/Portfile	2006-10-31 21:53:38 UTC (rev 20263)
+++ trunk/dports/python/py-pyqt3/Portfile	2006-10-31 22:48:09 UTC (rev 20264)
@@ -1,40 +1,40 @@
 # $Id$
 
-PortSystem      1.0
-name		    py-pyqt3
-version		    3.16
-revision		1
-platforms       macosx
-categories	    python devel
-maintainers	    darwinports at opendarwin.org
-description	 PyQt is a set of Python bindings for the Qt toolkit
-long_description PyQt is a set of Python bindings for the Qt 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/pyqt/index.php
+PortSystem	1.0
+name		py-pyqt3
+version		3.16
+revision	1
+platforms	macosx
+categories	python devel
+maintainers	darwinports at opendarwin.org
+description	PyQt is a set of Python bindings for the Qt toolkit
+long_description \
+		PyQt is a set of Python bindings for the Qt 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/pyqt/index.php
 master_sites	http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/
-distname        PyQt-mac-gpl-${version}
+distname	PyQt-mac-gpl-${version}
 
 checksums	md5 46deec16bad11e3f216b19fd5e3d1f9b \
 		sha1 cae4a74fe2ee23a427a94e9ec3ab17d8f56018a7 \
 		rmd160 8bd8c70bf3737988ed0570de140a48b66ce0ec22
 
-depends_lib     port:py-sip \
-                port:qt3-mac
-                
-patchfiles      patch-configure.py             
+depends_lib	port:py-sip port:qt3-mac
 
-pre-configure   {
-                    file copy -force ${prefix}/share/qt3/mkspecs/macx-g++/qmake.conf \
-                        ${worksrcpath}/qmake.conf
-                        
-                    reinplace "s|-bundle|-bundle -flat_namespace -undefined suppress|" \
-                        ${worksrcpath}/qmake.conf
-                }
+patchfiles	patch-configure.py
 
-configure.cmd   "echo yes | ${prefix}/bin/python configure.py \
-                     -g ${prefix}/include/qt3 -q ${prefix} -y qt-mt"
+pre-configure {
+	file copy -force ${prefix}/share/qt3/mkspecs/macx-g++/qmake.conf \
+		${worksrcpath}/qmake.conf
+
+	reinplace "s|-bundle|-bundle -flat_namespace -undefined suppress|" \
+		${worksrcpath}/qmake.conf
+}
+
+configure.cmd	"echo yes | ${prefix}/bin/python configure.py \
+			-g ${prefix}/include/qt3 -q ${prefix} -y qt-mt"
 configure.pre_args
 configure.post_args	LFLAGS="-F${prefix}/Library/Frameworks -L${prefix}/lib"
 
@@ -42,10 +42,13 @@
 test.cmd	cd qt && ${prefix}/bin/python2.4 -c 'import qt'
 
 post-destroot {
-	               xinstall -m 755 -d ${destroot}/${prefix}/share/doc
-	               file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/${name}
-	               file copy ${worksrcpath}/examples2 ${destroot}/${prefix}/share/doc/${name}
-	               file copy ${worksrcpath}/examples3 ${destroot}/${prefix}/share/doc/${name}
-	               xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE NEWS README THANKS \
-		              ${destroot}${prefix}/share/doc/${name}
-              }
+	xinstall -m 755 -d ${destroot}/${prefix}/share/doc
+	file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/${name}
+	file copy ${worksrcpath}/examples2 \
+		${destroot}/${prefix}/share/doc/${name}
+	file copy ${worksrcpath}/examples3 \
+		${destroot}/${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} \
+		ChangeLog LICENSE NEWS README THANKS \
+		${destroot}${prefix}/share/doc/${name}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061031/5b7e86c0/attachment.html


More information about the macports-changes mailing list