# -*- 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.0 RELEASE_ name py-XlsxWriter revision 0 python.versions 38 39 310 311 312 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 4b5f518beb8986d539c9e5863e6c935e357d5c02 \ sha256 b91d810b1f58761e1e2f3c99e6f30a07c80496152e33756c8e4963b2f54b7cf5 \ size 24078391 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools post-destroot { set DOCDIR ${destroot}${prefix}/share/doc/${subport} xinstall -d ${DOCDIR} xinstall -m 0644 -W ${worksrcpath} LICENSE.txt ${DOCDIR} } }