# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup jmcnamara XlsxWriter 0.9.2 RELEASE_ name py-XlsxWriter python.versions 26 27 33 34 35 python.default_version 27 platforms darwin license BSD maintainers 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 d0604b5a552471c1cd4262e0e35ccb19b2e6e027 \ sha256 8a5510cb92913f2ffefd68f0fd1391eee7cbf7069a098a104f5c32b2cfe9a2a1 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 }