# -*- 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-excelrd
version             2.0.3
revision            0

python.versions     39
maintainers         nomaintainer
license             BSD
platforms           {darwin any}
supported_archs     noarch
homepage            https://github.com/thombashi/excelrd
description         module to extract data from Microsoft Excel spreadsheet files
long_description    excelrd is a Python module to extract data from Microsoft \
                    Excel spreadsheet files. It is a modified version of xlrd \
                    for the latest python versions

checksums           rmd160  f7670790dadd2d54f7b29fef89af595e310d8a53 \
                    sha256  87eb026805385a2a0009e34b84533a8f020ae589de986acf2c4e6ba2e23636d0 \
                    size    759865

if {${name} ne ${subport}} {
    conflicts py${python.version}-xlrd
}
