# -*- 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 name py-xlwt version 1.0.0 python.versions 26 27 33 34 python.default_version 27 platforms darwin maintainers snc openmaintainer license BSD description python module for writing Excel spreadsheets long_description xlwt is a library for generating spreadsheet \ files that are compatible with Excel 97/2000/XP/2003, \ OpenOffice.org Calc, and Gnumeric. xlwt has full support \ for Unicode. Excel spreadsheets can be generated on any \ platform without needing Excel or a COM server. The only \ requirement is Python 2.3 to 2.6. \ xlwt is a fork of pyExcelerator. homepage http://www.python-excel.org master_sites http://pypi.python.org/packages/source/x/xlwt/ distname xlwt-${version} checksums rmd160 53f135a9196d831b78b2cc214e948405efa5c68e \ sha256 ac432939eec8daa9f88af994ff53f009e607a4e1102772ec0be0b2a86b2c1cf9 if {${name} ne ${subport}} { livecheck.type none depends_build-append port:py${python.version}-setuptools } else { livecheck.type regex livecheck.url http://pypi.python.org/pypi/xlwt livecheck.regex xlwt (\\d+\\.\\d+\\.\\d+) }