# -*- 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 59858 2009-10-24 23:58:36Z blb@macports.org $

PortSystem 1.0
PortGroup       python26 1.0

name            py26-xlutils
version         1.4.1
platforms       darwin
maintainers     nomaintainer
description     Utilities for working with Excel files
long_description \
   This package provides a collection of utilities for working with Excel files.

homepage        http://www.python-excel.org
master_sites    http://pypi.python.org/packages/source/x/xlutils/
distname        xlutils-${version}
checksums       md5     51eecabccd6d4dea5059d09a0e0ae100 \
                sha1    d2d7584ecbf16b2eaef1a8f2b19231a6d43f7a1e \
                rmd160  8eaee6ee04a878b9854320d2037971566f19da49

depends_run     port:py26-xlrd port:py26-xlwt

