# $Id: Portfile,v 1.4 2005/09/29 19:19:56 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-celementtree version 1.0.2-20050302 categories python platforms darwin maintainers mww@opendarwin.org description C implementation of the ElementTree API, py-elementtree long_description The cElementTree module is a C implementation of the \ ElementTree API. On typical documents, it's 15-20 times faster \ than the Python version of ElementTree, and uses 2-5 times \ less memory. homepage http://effbot.org/zone/celementtree.htm master_sites http://effbot.org/downloads/ distname cElementTree-${version} checksums md5 aba87db5932ac46fd7a75cfbc711f6ba use_zip yes depends_lib-append port:py-elementtree test.run yes test.cmd ${python.bin} test.target selftest.py post-destroot { xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/samples simple-ns.xml simple.xml \ ${destroot}${prefix}/share/doc/${name}/examples }