[46236] trunk/dports/python/py25-yaml/Portfile

akitada at macports.org akitada at macports.org
Sun Feb 1 01:16:40 PST 2009


Revision: 46236
          http://trac.macports.org/changeset/46236
Author:   akitada at macports.org
Date:     2009-02-01 01:16:38 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
Updated PyYAML to 3.08.

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

Modified: trunk/dports/python/py25-yaml/Portfile
===================================================================
--- trunk/dports/python/py25-yaml/Portfile	2009-02-01 08:53:04 UTC (rev 46235)
+++ trunk/dports/python/py25-yaml/Portfile	2009-02-01 09:16:38 UTC (rev 46236)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -3,31 +4,31 @@
 PortGroup python25 1.0
 
-name				py25-yaml
-version				3.06
-categories-append	devel
-maintainers			akitada openmaintainer
-description			YAML 1.1 parser and emitter for Python
+name                py25-yaml
+version             3.08
+categories-append   devel
+maintainers         akitada openmaintainer
+description         YAML 1.1 parser and emitter for Python
 long_description \
     PyYAML is a YAML parser and emitter for Python, which supports YAML 1.1, \
     unicode input and output, low-level event-based parser and emitter API, \
     high-level API for serializing and deserializing native Python objects.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://pyyaml.org/wiki/PyYAML
-master_sites		http://pyyaml.org/download/pyyaml/
-distname			PyYAML-${version}
+homepage            http://pyyaml.org/wiki/PyYAML
+master_sites        http://pyyaml.org/download/pyyaml/
+distname            PyYAML-${version}
 
-checksums			md5 3d3c92528f1547756c9e1d80d7d905c7 \
-				sha1 c31ee801ce220a9416ac822524e785b2a2b3038c \
-				rmd160 2a890f9c0ddc00a57f1204bacc1f1b12e495fe62
+checksums           md5 a4163a2017fa57f448c66815511fa555 \
+                    sha1 5f9738b74afabcf516ce536b462cb4d18403211d \
+                    rmd160 fe034d73a8cdc98381099106ac8884d6b6f917d8
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight
-	xinstall -m 644 -W ${worksrcpath} LICENSE README \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/examples/yaml-highlight yaml_hl.cfg yaml_hl.py \
-	    ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight
+    xinstall -m 644 -W ${worksrcpath} LICENSE README \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath}/examples/yaml-highlight yaml_hl.cfg yaml_hl.py \
+        ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090201/fb3a4fec/attachment.html>


More information about the macports-changes mailing list