# -*- 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 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.13.8 revision 0 checksums rmd160 bef522c66620e210b207b02c3aedd4e46e7dbc51 \ sha256 277294cb33119ab71b2bc81f2f445e9bc9435b893ad15bb2cd2b0e859a0ee84a \ size 2423128 set branch [join [lrange [split ${version} .] 0 1] .] categories-append textproc license MIT maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer description Python bindings for libxml2 long_description ${description} homepage https://gitlab.gnome.org/GNOME/libxml2/-/wikis/Python-bindings master_sites gnome:sources/libxml2/${branch}/ distname libxml2-${version} dist_subdir libxml2 use_xz yes python.versions 27 39 310 311 312 313 if {${name} ne ${subport}} { # Build in PEP517 mode fails with Python 3.11 python.pep517 no depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:libxml2 worksrcdir ${worksrcdir}/python post-extract { # setup.py is generated by configure and is no longer included # in the tarball, but we can generate it quicker with some # patches. copy ${worksrcpath}/setup.py.in ${worksrcpath}/setup.py } patchfiles patch-setup.py.diff post-patch { reinplace "s|@LIBXML_VERSION@|${version}|g;s|@prefix@|${prefix}|g" ${worksrcpath}/setup.py } post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README \ ${destroot}${docdir} } } livecheck.name libxml2 livecheck.type gnome-with-unstable