# -*- 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-xlrd
version			0.7.1
categories		python
platforms		darwin
maintainers		snc openmaintainer
description		module to extract data from Microsoft Excel spreadsheet files
long_description	xlrd is a Python module to extract data from Microsoft \
			Excel spreadsheet files.

homepage		http://www.python-excel.org
master_sites	http://pypi.python.org/packages/source/x/xlrd/
distname		xlrd-${version}
checksums           md5     851bd20873224d97cfb5ccca2d22b81c \
                    sha1    67ee25c2b306ac6a3f37c54a27b5166cc0897807 \
                    rmd160  48f0393b500aef02f1e5ab99d3a0d1923c64140f
use_zip			yes

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