# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4
categories python textproc
maintainers sfiera openmaintainer
description Python bindings for libxml2
long_description ${description}
homepage http://xmlsoft.org/
master_sites ftp://fr.rpmfind.net/pub/libxml/ \
ftp://gd.tuwien.ac.at/pub/libxml/ \
ftp://xmlsoft.org/libxml2/
distname libxml2-${version}
checksums md5 8127a65e8c3b08856093099b52599c86 \
sha1 859dd535edbb851cc15b64740ee06551a7a17d40 \
rmd160 30709622cfe3e2175e73d6701b7e19a25ab5ac47
depends_lib-append port:libxml2
worksrcdir ${worksrcdir}/python
patchfiles patch-setup.py.diff
reinplace "s|@PREFIX@|$prefix|" ${worksrcpath}/setup.py
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} README TODO \
${destroot}${prefix}/share/doc/${name}
livecheck.url ${homepage}news.html
livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>}