# -*- 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: Portfile 92832 2012-05-08 23:37:21Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-openpyxl
set real_name       openpyxl
version             1.5.8
python.versions     25 26 27
python.default_version  27
categories-append   textproc
platforms           darwin
maintainers         singingwolfboy openmaintainer
license             MIT/Expat
description         read/write Excel 2007 xlsx/xlsm files
long_description    \
    openpyxl is a pure python reader and writer of Excel OpenXML files. \
    It is ported from the PHPExcel project.

homepage            http://bitbucket.org/ericgazoni/openpyxl/wiki/Home
master_sites        http://pypi.python.org/packages/source/o/${real_name}/
distname            ${real_name}-${version}
checksums           rmd160  01bceea551d8320fdc6b22531a3f48ee2a0bc4fc \
                    sha256  6719241d5587fd8f685da261fe0f52636e2bafa40dce9f2ca60f84c47838e10c

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