# $Id$ PortSystem 1.0 PortGroup python24 1.0 name py-xlwriter version 0.4a3 categories python platforms darwin maintainers nomaintainer@macports.org description python module for writing Excel spreadsheets long_description pyXLWriter is a Python library for generating Excel \ spreadsheets. It is a port of John McNamara's Perl \ Spreadsheet::WriteExcel module version 0.42 to Python. \ It allows writing of Excel spreadsheets without the \ need for COM objects. homepage http://pyxlwriter.sourceforge.net/ master_sites sourceforge:pyxlwriter distname pyXLWriter-${version} checksums md5 6680b46a7c8159ae8d7fe23ab037a2fa use_zip yes post-destroot { xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \ TODO.txt ${destroot}${prefix}/share/doc/${name} }