# -*- 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 1.2.5 RELEASE_ name py-XlsxWriter python.versions 27 35 36 37 python.default_version 27 platforms darwin license BSD maintainers {eborisch @eborisch} \ openmaintainer supported_archs noarch 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 e6d401986ced10da7042d7ebf6583f8a4608cb08 \ sha256 e8b0b94c30773e18cf880a4b71d7ee025585631a519153325e294a4814cc125a \ size 28675086 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} } livecheck.type none }