[29152] trunk/dports/python/py25-numeric/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 16 08:01:18 PDT 2007


Revision: 29152
          http://trac.macosforge.org/projects/macports/changeset/29152
Author:   nox at macports.org
Date:     2007-09-16 08:01:18 -0700 (Sun, 16 Sep 2007)

Log Message:
-----------
py25-numeric: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/python/py25-numeric/Portfile

Modified: trunk/dports/python/py25-numeric/Portfile
===================================================================
--- trunk/dports/python/py25-numeric/Portfile	2007-09-16 14:56:10 UTC (rev 29151)
+++ trunk/dports/python/py25-numeric/Portfile	2007-09-16 15:01:18 UTC (rev 29152)
@@ -1,49 +1,54 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem      1.0
+PortGroup       python25 1.0
 
-name			py25-numeric
-version			24.2
-categories		python devel math
-maintainers		nomaintainer at macports.org
+name            py25-numeric
+version         24.2
+categories      python devel math
 platforms		darwin
-description		fast numerical array language for python
-long_description	Numerical Python adds a fast, compact, \
-				multidimensional array language facility to Python.
+maintainers     nomaintainer
+description     fast numerical array language for python
 
-homepage		http://www.pfdubois.com/numpy/
-master_sites	sourceforge:numpy freebsd sourceforge:numpy
-distname		Numeric-${version}
-checksums		md5 2ae672656e06716a149acb048cca3093
+long_description \
+    Numerical Python adds a fast, compact, \
+	multidimensional array language facility to Python.
 
+homepage        http://www.pfdubois.com/numpy/
+master_sites    sourceforge:numpy \
+                freebsd 
+distname        Numeric-${version}
+
+checksums       md5 2ae672656e06716a149acb048cca3093
+
 platform macosx {
-	patch {
-		file copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py
-	}
+    patch {
+        file copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py
+    }
 }
 
 platform puredarwin {
-	patch {
-		file copy -force ${filespath}/customize.py-puredarwin ${worksrcpath}/customize.py
-	}
+    patch {
+        file copy -force ${filespath}/customize.py-puredarwin ${worksrcpath}/customize.py
+    }
 }
 
-test.run		yes
-test.env		PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
-test.cmd		${python.bin} Test/test.py
+test.run        yes
+test.env        PYTHONPATH=[glob -nocomplain ${worksrcpath}/build/lib*]
+test.cmd        ${python.bin} Test/test.py
 test.target
 
-set doc			${destroot}${prefix}/share/doc/${name}
+set doc         ${destroot}${prefix}/share/doc/${name}
+
 post-destroot {
-	xinstall -d -m 755 ${doc}/dotblas ${doc}/MA ${doc}/RNG
-	xinstall -W ${worksrcpath} README changes.txt ${doc}
-	xinstall -m 644 ${worksrcpath}/Packages/dotblas/doc/README.html \
-		${doc}/dotblas
-	xinstall -m 644 -W ${worksrcpath}/Packages/MA Legal.htm changes.txt \
-		${doc}/MA
-	xinstall -m 644 ${worksrcpath}/Packages/RNG/Legal.htm ${doc}/RNG
-	file copy ${worksrcpath}/Demo ${doc}
-	file copy ${worksrcpath}/Packages/MA/Demo ${doc}/MA
+    xinstall -d -m 755 ${doc}/dotblas ${doc}/MA ${doc}/RNG
+    xinstall -W ${worksrcpath} README changes.txt ${doc}
+    xinstall -m 644 ${worksrcpath}/Packages/dotblas/doc/README.html \
+        ${doc}/dotblas
+    xinstall -m 644 -W ${worksrcpath}/Packages/MA Legal.htm changes.txt \
+        ${doc}/MA
+    xinstall -m 644 ${worksrcpath}/Packages/RNG/Legal.htm ${doc}/RNG
+    file copy ${worksrcpath}/Demo ${doc}
+    file copy ${worksrcpath}/Packages/MA/Demo ${doc}/MA
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070916/1cdd3755/attachment.html


More information about the macports-changes mailing list