# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-xlutils
version             2.0.0
revision            0
platforms           darwin
license             MIT
maintainers         nomaintainer

supported_archs     noarch

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        pypi:x/xlutils/
distname            xlutils-${version}
checksums           rmd160  34e213fc348ec82e7b41c004ab9bb9980bc230df \
                    sha256  7e0e2c233bd185fecf5e2bd3f4e9469ca4a3bd87da64c82cfe5b2af27e7f9e54 \
                    size    61614

python.versions     27

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-setuptools

    depends_run-append \
                    port:py${python.version}-xlrd \
                    port:py${python.version}-xlwt

    livecheck.type  none
}
