[45579] trunk/dports/python/py-pyrex/Portfile

ram at macports.org ram at macports.org
Sat Jan 17 21:52:07 PST 2009


Revision: 45579
          http://trac.macports.org/changeset/45579
Author:   ram at macports.org
Date:     2009-01-17 21:52:07 -0800 (Sat, 17 Jan 2009)
Log Message:
-----------
python/py-pyrex: whitespace, add livecheck

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

Modified: trunk/dports/python/py-pyrex/Portfile
===================================================================
--- trunk/dports/python/py-pyrex/Portfile	2009-01-18 05:51:32 UTC (rev 45578)
+++ trunk/dports/python/py-pyrex/Portfile	2009-01-18 05:52:07 UTC (rev 45579)
@@ -1,29 +1,34 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem        1.0
+PortGroup         python24 1.0
 
-name			py-pyrex
-version			0.9.8.4
-categories		python devel
-maintainers		nomaintainer
-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              py-pyrex
+version           0.9.8.4
+categories        python devel
+maintainers       nomaintainer
+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.
 
-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}
+homepage          http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
+master_sites      ${homepage} \
+                  ${homepage}oldtar/
+distname          Pyrex-${version}
+
+checksums		      md5 100b95005bb93c8b95e96406aad661bc \
+                  sha1 e5f5e14f06c930901c2125055456decf3e4b11ac \
+                  rmd160 e68f672980b4981969757a92322eef74b8c18986
+
+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}
 }
+
+livecheck.check   regex
+livecheck.url     ${homepage}
+livecheck.regex   {Pyrex-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090117/e44f668a/attachment.html>


More information about the macports-changes mailing list