[96051] trunk/dports/python/py26-html5lib/Portfile
Revision: 96051 https://trac.macports.org/changeset/96051 Author: lightnin@macports.org Date: 2012-07-30 05:21:34 -0700 (Mon, 30 Jul 2012) Log Message: ----------- Updated py26-html5lib to version 0.95. Modified Paths: -------------- trunk/dports/python/py26-html5lib/Portfile Modified: trunk/dports/python/py26-html5lib/Portfile =================================================================== --- trunk/dports/python/py26-html5lib/Portfile 2012-07-30 12:09:02 UTC (rev 96050) +++ trunk/dports/python/py26-html5lib/Portfile 2012-07-30 12:21:34 UTC (rev 96051) @@ -1,39 +1,32 @@ +# -*- 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 -PortGroup python26 1.0 +PortSystem 1.0 +PortGroup python26 1.0 -name py26-html5lib -version 0.90 -revision 1 -license MIT -maintainers nomaintainer -platforms darwin -supported_archs noarch +name py26-html5lib +license MIT +version 0.95 +categories python textproc devel +platforms darwin +maintainers lightnin openmaintainer +supported_archs noarch +description Library for working with HTML documents +long_description A Python implementation of a HTML parser based on the \ + WHATWG HTML5 specification for maximum compatibility \ + with major desktop web browsers. -description Library for working with HTML documents - -long_description \ - A Python implementation of a HTML parser based on the WHATWG HTML5 \ - specification for maximum compatibility with major desktop web browsers. - -categories-append \ - textproc devel - homepage http://code.google.com/p/html5lib/ master_sites googlecode:html5lib distname html5lib-${version} -use_zip yes +checksums md5 fe607f9917d81763e842f818f23464ee \ + sha1 1645840a6dbd152c06aa513e04dfafe09a36703a \ + rmd160 0b5c73d39f0203e15752f11fbf8ca5218ea2b236 -checksums md5 691e6b9ebe15b333a28280974b2ce432 \ - sha1 37fdf4d853f53ebd170250f7f023f55a02659378 \ - rmd160 ba01161f3b0d6a5dfb9e1ffedaf9c18a6b7d2a19 +depends_lib port:py26-distribute post-destroot { 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} }
participants (1)
-
lightnin@macports.org