[27692] trunk/dports/python/py-scientific/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 22:00:44 PDT 2007


Revision: 27692
          http://trac.macosforge.org/projects/macports/changeset/27692
Author:   jochen at macports.org
Date:     2007-08-11 22:00:44 -0700 (Sat, 11 Aug 2007)

Log Message:
-----------
shorten maintainer email addresses,
partially re-indent Portfile

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

Modified: trunk/dports/python/py-scientific/Portfile
===================================================================
--- trunk/dports/python/py-scientific/Portfile	2007-08-12 04:45:41 UTC (rev 27691)
+++ trunk/dports/python/py-scientific/Portfile	2007-08-12 05:00:44 UTC (rev 27692)
@@ -1,11 +1,11 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem       1.0
+PortGroup        python24 1.0
 name             py-scientific
 version          2.6
 categories       python science
-maintainers      nomaintainer at macports.org
+maintainers      nomaintainer
 description      Scientific Python
 long_description ScientificPython is a collection of Python modules that \
 		 are useful for scientific computing.
@@ -22,9 +22,9 @@
 		 NETCDF_PREFIX=${prefix}		 
 
 variant mpi      {
-depends_lib-append port:lammpi
+        depends_lib-append port:lammpi
 
-post-build	 {
+        post-build	 {
 		 reinplace "s|%s %s -o mpipython|${prefix}/bin/%s -o mpipython -I${prefix}/include/python2.4 -I${worksrcpath}/Include|g" \
 			${worksrcpath}/Src/MPI/compile.py
 		 reinplace "s|-L%s -lpython%s|-L/Library/Frameworks/Python.framework/Versions/2.4/lib -L%s -lpython.%s|g" \
@@ -32,10 +32,10 @@
 		 reinplace "s|cfgDict\\\[\'LINK|#cfgDict\\\[\'LINK|g" \
 			${worksrcpath}/Src/MPI/compile.py
 		 system "cd ${worksrcpath}/Src/MPI && python2.4 compile.py"
-}
+        }
 
-post-destroot    {
+        post-destroot    {
 		 cd ${worksrcpath}/Src/MPI
 		 xinstall -m 0755 mpipython ${destroot}${prefix}/bin
+        }
 }
-}

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


More information about the macports-changes mailing list