[34615] trunk/dports/python

eridius at macports.org eridius at macports.org
Fri Feb 29 06:38:00 PST 2008


Revision: 34615
          http://trac.macosforge.org/projects/macports/changeset/34615
Author:   eridius at macports.org
Date:     2008-02-29 06:37:59 -0800 (Fri, 29 Feb 2008)

Log Message:
-----------
Update py-yaml to v3.05 and add corresponding py25-yaml (maintainer timeout). Fixes #14373

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

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

Modified: trunk/dports/python/py-yaml/Portfile
===================================================================
--- trunk/dports/python/py-yaml/Portfile	2008-02-29 14:29:05 UTC (rev 34614)
+++ trunk/dports/python/py-yaml/Portfile	2008-02-29 14:37:59 UTC (rev 34615)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup python24 1.0
 name				py-yaml
-version				3.04
+version				3.05
 categories-append	devel
 maintainers			yuhei at pop21.odn.ne.jp
 description			YAML 1.1 parser and emitter for Python
@@ -18,7 +18,9 @@
 master_sites		http://pyyaml.org/download/pyyaml/
 distname			PyYAML-${version}
 
-checksums			md5 93adc394611672afa44f44f57dff9589
+checksums			md5 04ebb924a571cfb26d8143069068ce86 \
+				sha1 facf11bc9f6988b76538e46a7ce8a379a9296cb0 \
+				rmd160 1848e00b3b46c93fdd383092a3db8728b6b8bae0
 
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
@@ -29,4 +31,3 @@
 	xinstall -m 644 -W ${worksrcpath}/examples/yaml-highlight yaml_hl.cfg yaml_hl.py \
 	    ${destroot}${prefix}/share/doc/${name}/examples/yaml-highlight
 }
-

Copied: trunk/dports/python/py25-yaml/Portfile (from rev 34614, trunk/dports/python/py-yaml/Portfile)
===================================================================
--- trunk/dports/python/py25-yaml/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-yaml/Portfile	2008-02-29 14:37:59 UTC (rev 34615)
@@ -0,0 +1,33 @@
+# $Id: Portfile 24142 2007-04-17 10:28:26Z ryandesign at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+name				py25-yaml
+version				3.05
+categories-append	devel
+maintainers			yuhei at pop21.odn.ne.jp
+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
+
+homepage			http://pyyaml.org/wiki/PyYAML
+master_sites		http://pyyaml.org/download/pyyaml/
+distname			PyYAML-${version}
+
+checksums			md5 04ebb924a571cfb26d8143069068ce86 \
+				sha1 facf11bc9f6988b76538e46a7ce8a379a9296cb0 \
+				rmd160 1848e00b3b46c93fdd383092a3db8728b6b8bae0
+
+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
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080229/33971135/attachment.html 


More information about the macports-changes mailing list