[62564] trunk/dports/python/py-sympy/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jan 11 01:07:48 PST 2010


Revision: 62564
          http://trac.macports.org/changeset/62564
Author:   stromnov at macports.org
Date:     2010-01-11 01:07:45 -0800 (Mon, 11 Jan 2010)
Log Message:
-----------
py-sympy: fix whitespaces

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

Modified: trunk/dports/python/py-sympy/Portfile
===================================================================
--- trunk/dports/python/py-sympy/Portfile	2010-01-11 09:02:45 UTC (rev 62563)
+++ trunk/dports/python/py-sympy/Portfile	2010-01-11 09:07:45 UTC (rev 62564)
@@ -1,32 +1,32 @@
 # $Id$
 
-PortSystem        1.0
-PortGroup         python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name              py-sympy
-version           0.5.15
-categories        python math
-maintainers       stromnov openmaintainer
-platforms         darwin
+name                py-sympy
+version             0.5.15
+categories          python math
+maintainers         stromnov openmaintainer
+platforms           darwin
 
-description       Python module for symbolic mathematics.
-long_description  SymPy is a Python library for symbolic mathematics. It \
-  aims to become a full-featured computer algebra system (CAS) while \
-  keeping the code as simple as possible in order to be comprehensible \
-  and easily extensible. SymPy is written entirely in Python and does \
-  not require any external libraries.
+description         Python module for symbolic mathematics.
+long_description    SymPy is a Python library for symbolic mathematics. It \
+    aims to become a full-featured computer algebra system (CAS) while \
+    keeping the code as simple as possible in order to be comprehensible \
+    and easily extensible. SymPy is written entirely in Python and does \
+    not require any external libraries.
 
-distname          sympy-${version}
-homepage          http://code.google.com/p/sympy/
-master_sites      http://sympy.googlecode.com/files
+distname            sympy-${version}
+homepage            http://code.google.com/p/sympy/
+master_sites        http://sympy.googlecode.com/files
 
-checksums         md5 b99d241464e2d3b3e5e7479965cb329f \
-                  sha1 cd329c1899d1a0d847fefeec9b136d3ebd45000c \
-                  rmd160 030bf156aff54f6be7d566462402caff7559896c
+checksums           md5 b99d241464e2d3b3e5e7479965cb329f \
+                    sha1 cd329c1899d1a0d847fefeec9b136d3ebd45000c \
+                    rmd160 030bf156aff54f6be7d566462402caff7559896c
 
 post-destroot {
-  move ${destroot}${prefix}/bin/isympy \
-    ${destroot}${prefix}/bin/isympy2.4
-  move ${destroot}${prefix}/share/man/man1/isympy.1 \
-    ${destroot}${prefix}/share/man/man1/isympy2.4.1
+    move ${destroot}${prefix}/bin/isympy \
+         ${destroot}${prefix}/bin/isympy2.4
+    move ${destroot}${prefix}/share/man/man1/isympy.1 \
+         ${destroot}${prefix}/share/man/man1/isympy2.4.1
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100111/4dc16550/attachment.html>


More information about the macports-changes mailing list