# -*- 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 0.9.6 RELEASE_ name py-XlsxWriter python.versions 26 27 33 34 35 36 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 2c4370b7a44a9049524a5ebe02cdb15530be927e \ sha256 724096ec471b05edcfa77cb506000e31e60cc2cd38b145ef13c114e94f154cc9 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools post-destroot { set DOCDIR ${destroot}${prefix}/share/doc/${subport} xinstall -d ${DOCDIR} file copy ${worksrcpath}/LICENSE.txt ${DOCDIR} } livecheck.type none }