# -*- 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.3 RELEASE_ github.tarball_from archive 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 47369d99ac269a4e29084923c4885848fd20aa49 \ sha256 f53574af896ddaf9729b7acfdc1fd06ade521ff675e14b6d00a0f841c7c6ad50 \ size 24659662 if {${name} ne ${subport}} { post-destroot { set DOCDIR ${destroot}${prefix}/share/doc/${subport} xinstall -d ${DOCDIR} xinstall -m 0644 -W ${worksrcpath} LICENSE.txt ${DOCDIR} } }