# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0
PortGroup       python26 1.0

name			py26-xlwt
version			0.7.2
categories		python
platforms		darwin
maintainers		snc openmaintainer
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		md5 bf6f820f292f5ea7aa3abaa080d2ede3 \
                sha1 d7a18a70fe44e935450fb79dcefcd6a8e3a00926 \
                rmd160 bd056b2263b573316d1b6b4ff6d0769426e324bd
use_zip			yes

livecheck.type  regex
livecheck.url   http://pypi.python.org/pypi/xlwt
livecheck.regex xlwt (\\d+\\.\\d+\\.\\d+)
