[19567] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Fri Sep 15 23:26:06 PDT 2006
Revision: 19567
Author: markd at macports.org
Date: 2006-09-15 23:26:04 -0700 (Fri, 15 Sep 2006)
Log Message:
-----------
Closes 10156. New port.
Added Paths:
-----------
trunk/dports/python/py-yaml/
trunk/dports/python/py-yaml/Portfile
Added: trunk/dports/python/py-yaml/Portfile
===================================================================
--- trunk/dports/python/py-yaml/Portfile (rev 0)
+++ trunk/dports/python/py-yaml/Portfile 2006-09-16 06:26:04 UTC (rev 19567)
@@ -0,0 +1,32 @@
+# $$
+
+PortSystem 1.0
+PortGroup python24 1.0
+name py-yaml
+version 3.04
+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 93adc394611672afa44f44f57dff9589
+
+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/20060915/e196e450/attachment.html
More information about the macports-changes
mailing list