description Library for working with HTML documents
A Python implementation of a HTML parser based on the WHATWG HTML5 \
specification for maximum compatibility with major desktop web browsers.
homepage http://code.google.com/p/html5lib/
master_sites googlecode:html5lib
distname html5lib-${version}
checksums md5 691e6b9ebe15b333a28280974b2ce432 \
sha1 37fdf4d853f53ebd170250f7f023f55a02659378 \
rmd160 ba01161f3b0d6a5dfb9e1ffedaf9c18a6b7d2a19
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
set examplesdir ${prefix}/share/examples/${name}
xinstall -d ${destroot}${examplesdir}
xinstall -m 644 ${worksrcpath}/examples/parse.py ${destroot}${examplesdir}