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

sean at macports.org sean at macports.org
Sun Jan 12 22:10:53 PST 2014


Revision: 115869
          https://trac.macports.org/changeset/115869
Author:   sean at macports.org
Date:     2014-01-12 22:10:53 -0800 (Sun, 12 Jan 2014)
Log Message:
-----------
py-scientific: whitespace formatting

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

Modified: trunk/dports/python/py-scientific/Portfile
===================================================================
--- trunk/dports/python/py-scientific/Portfile	2014-01-13 06:10:48 UTC (rev 115868)
+++ trunk/dports/python/py-scientific/Portfile	2014-01-13 06:10:53 UTC (rev 115869)
@@ -1,28 +1,27 @@
 # -*- 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       python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            py-scientific
-version         2.9.2
-revision        1
-categories-append     science
-license         CeCILL-C
-platforms       darwin
-maintainers     sean openmaintainer
-description     Scientific Python
+name                py-scientific
+version             2.9.2
+revision            1
+categories-append   science
+license             CeCILL-C
+platforms           darwin
+maintainers         sean openmaintainer
+description         Scientific Python
 
-python.versions 26 27
+python.versions     26 27
 
-long_description \
-    ScientificPython is a collection of Python modules that \
-    are useful for scientific computing.
+long_description    ScientificPython is a collection of Python modules that \
+                    are useful for scientific computing.
 
-homepage        http://dirac.cnrs-orleans.fr/ScientificPython/
-master_sites    https://sourcesup.renater.fr/frs/download.php/4153/
-fetch.ignore_sslcert    yes
-distname        ScientificPython-${version}
+homepage            http://dirac.cnrs-orleans.fr/ScientificPython/
+master_sites        https://sourcesup.renater.fr/frs/download.php/4153/
+distname            ScientificPython-${version}
+fetch.ignore_sslcert yes
 
 checksums           md5     5fb53f29126316ae2628e74e629312d5 \
                     sha1    387b0ed5600b0f08301412745aab2da72e1459d7 \
@@ -31,21 +30,21 @@
 if {${name} ne ${subport}} {
     depends_lib     port:netcdf \
                     port:py${python.version}-numpy
-    build.env    	CPPFLAGS="-I${python.include} \
-    	            -I${worksrcpath}/Include" \
+    build.env       CPPFLAGS="-I${python.include} \
+                    -I${worksrcpath}/Include" \
                     NETCDF_PREFIX=${prefix}
 
-platform macosx {
-    post-extract {
-        copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py
+    platform macosx {
+        post-extract {
+            copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py
+        }
     }
-}
 
-platform puredarwin {
-    post-extract {
-        copy -force ${filespath}/customize.py-puredarwin ${worksrcpath}/customize.py
+    platform puredarwin {
+        post-extract {
+            copy -force ${filespath}/customize.py-puredarwin ${worksrcpath}/customize.py
+        }
     }
-}
 
 variant openmpi description {Enable openmpi support} conflicts mpi {
     depends_lib-append  port:openmpi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140112/1576ed40/attachment.html>


More information about the macports-changes mailing list