# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 # Please keep the version of the libxml2 and py-libxml2 ports the same. name py-libxml2 version 2.9.4 categories-append textproc license MIT platforms darwin maintainers mcalhoun openmaintainer description Python bindings for libxml2 long_description ${description} homepage http://xmlsoft.org/python.html master_sites http://www.xmlsoft.org/sources/ \ ftp://gd.tuwien.ac.at/pub/libxml/ \ ftp://xmlsoft.org/libxml2/ distname libxml2-${version} dist_subdir libxml2 checksums rmd160 bb59656e0683d64a38a2f1a45ca9d918837e1e56 \ sha256 ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c python.versions 27 34 35 if {${name} ne ${subport}} { depends_lib-append port:libxml2 worksrcdir ${worksrcdir}/python post-patch { reinplace "s|@PREFIX@|$prefix|" ${worksrcpath}/setup.py } patchfiles patch-setup.py.diff post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} README TODO \ ${destroot}${docdir} } } livecheck.type regex livecheck.url http://www.xmlsoft.org/news.html livecheck.regex {

[v]*(\d+(?:\.\d+)*): .*

}