# -*- 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 name py-beautifulsoup4 version 4.13.4 revision 0 categories-append textproc license MIT maintainers {mps @Schamschula} openmaintainer supported_archs noarch platforms {darwin any} description Python HTML/XML parser long_description Beautiful Soup is a Python HTML/XML parser designed for \ quick turnaround projects like screen-scraping. checksums rmd160 314b995f8cb45464655ee9f6a1a842b530eda93c \ sha256 dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195 \ size 621067 homepage https://www.crummy.com/software/BeautifulSoup/ python.versions 39 310 311 312 313 python.pep517_backend hatch if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-soupsieve variant html5lib description {Build with HTML5 support} { depends_lib-append port:py${python.version}-html5lib } variant lxml description {Build with lxml support} { depends_lib-append port:py${python.version}-lxml } post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} \ LICENSE \ NEWS.txt \ README.md \ ${destroot}${docdir} } default_variants +html5lib +lxml test.run yes }