[41474] trunk/dports/python/py-numpy/Portfile

dh at macports.org dh at macports.org
Mon Nov 3 20:27:24 PST 2008


Revision: 41474
          http://trac.macports.org/changeset/41474
Author:   dh at macports.org
Date:     2008-11-03 20:27:24 -0800 (Mon, 03 Nov 2008)
Log Message:
-----------
Whitespace changes: make compatible with py25-numpy layout

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

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2008-11-04 04:23:10 UTC (rev 41473)
+++ trunk/dports/python/py-numpy/Portfile	2008-11-04 04:27:24 UTC (rev 41474)
@@ -1,28 +1,28 @@
 # $Id$
 
-PortSystem              1.0
-PortGroup               python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name                    py-numpy
-version                 1.1.1
-categories              python
-platforms               darwin
-maintainers             nomaintainer
-description             The core utilities for the scientific library scipy for Python
-long_description        ${description}
+name                py-numpy
+version             1.1.1
+categories          python
+platforms           darwin
+maintainers         nomaintainer
+description         The core utilities for the scientific library scipy for Python
+long_description    ${description}
 
-homepage                http://numpy.scipy.org/
-master_sites            sourceforge:numpy
-distname                numpy-${version}
+homepage            http://numpy.scipy.org/
+master_sites        sourceforge:numpy
+distname            numpy-${version}
 
-checksums               md5 af066b59a50bf5dbe1a14d6be3df6937 \
-                        sha1 a2755f38ca6aa799b504c84f58b03cd6ce66bc41 \
-                        rmd160 745e9fbbd064272199f4c7b49d4a26797405dd17
+checksums           md5 af066b59a50bf5dbe1a14d6be3df6937 \
+                    sha1 a2755f38ca6aa799b504c84f58b03cd6ce66bc41 \
+                    rmd160 745e9fbbd064272199f4c7b49d4a26797405dd17
 
-patchfiles              patch-g95_link.diff \
-                        patch-f2py_setup.py.diff
+patchfiles          patch-g95_link.diff \
+                    patch-f2py_setup.py.diff
 
-depends_lib-append      port:fftw-3
+depends_lib-append  port:fftw-3
 
 post-patch {
   reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/numpy/distutils/fcompiler/g95.py
@@ -33,4 +33,4 @@
   move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py2.4
 }
 
-livecheck.distname      NumPy
+livecheck.distname  NumPy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081103/ad778ca4/attachment.html>


More information about the macports-changes mailing list