# -*- 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 PortGroup github 1.0 github.setup jmcnamara XlsxWriter 3.2.2 RELEASE_ # Change github.tarball_from to 'releases' or 'archive' next update github.tarball_from tarball name py-XlsxWriter revision 0 python.versions 39 310 311 312 313 license BSD maintainers {eborisch @eborisch} \ openmaintainer supported_archs noarch platforms {darwin any} description Python module for writing files in XLSX file format. long_description XlsxWriter can be used to write text, numbers, formulas \ and hyperlinks to multiple worksheets and it supports \ features such as formatting and many more. checksums rmd160 45d76950e70b3e5ca651a07fb1603f70c2f696ba \ sha256 2ab38f528e18e046adde9a6a600fdf1b5518d362de5659182781cda8e5db64ed \ size 24656151 if {${name} ne ${subport}} { post-destroot { set DOCDIR ${destroot}${prefix}/share/doc/${subport} xinstall -d ${DOCDIR} xinstall -m 0644 -W ${worksrcpath} LICENSE.txt ${DOCDIR} } }