[40437] trunk/dports/python/py25-pyrex/Portfile

ram at macports.org ram at macports.org
Wed Oct 1 19:33:39 PDT 2008


Revision: 40437
          http://trac.macports.org/changeset/40437
Author:   ram at macports.org
Date:     2008-10-01 19:33:39 -0700 (Wed, 01 Oct 2008)
Log Message:
-----------
python/py25-pyrex: whitespace

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

Modified: trunk/dports/python/py25-pyrex/Portfile
===================================================================
--- trunk/dports/python/py25-pyrex/Portfile	2008-10-02 02:33:34 UTC (rev 40436)
+++ trunk/dports/python/py25-pyrex/Portfile	2008-10-02 02:33:39 UTC (rev 40437)
@@ -1,31 +1,32 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem        1.0
+PortGroup         python25 1.0
 
-name			py25-pyrex
-version			0.9.8.4
-categories		python devel
-maintainers		ram openmaintainer
-platforms		darwin
-description		A language for writing Python extension modules.
-long_description	Pyrex lets you write code that mixes Python and C \
-			data types any way you want, and compiles it into \
-			a C extension for Python.
-homepage		http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
-master_sites	${homepage} \
-				${homepage}oldtar/
-distname		Pyrex-${version}
-checksums		md5 100b95005bb93c8b95e96406aad661bc \
-                sha1 e5f5e14f06c930901c2125055456decf3e4b11ac \
-                rmd160 e68f672980b4981969757a92322eef74b8c18986
+name              py25-pyrex
+version           0.9.8.4
+categories        python devel
+maintainers       ram openmaintainer
+platforms         darwin
+description       A language for writing Python extension modules.
+long_description  Pyrex lets you write code that mixes Python and C \
+    data types any way you want, and compiles it into a C extension \
+    for Python.
 
-depends_lib		port:py25-hashlib
+homepage          http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
+master_sites      ${homepage} \
+                  ${homepage}oldtar/
+distname          Pyrex-${version}
 
-post-destroot   {
-	xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
-		index.html primes.c \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \
-		ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
+checksums         md5 100b95005bb93c8b95e96406aad661bc \
+                  sha1 e5f5e14f06c930901c2125055456decf3e4b11ac \
+                  rmd160 e68f672980b4981969757a92322eef74b8c18986
+
+depends_lib-append  port:py25-hashlib
+
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
+    index.html primes.c ${destroot}${prefix}/share/doc/${name}
+  xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \
+    ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081001/fa75c8e1/attachment-0001.html 


More information about the macports-changes mailing list