# -*- 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             3.0.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

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  8259bcec0c43c685421d9d438221964945f68e97 \
                    sha256  155ef640aca4f8bf2e6094a6093a9f968f3e968c88f231232b4bda4553752e35 \
                    size    742814

python.versions     313

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

    test.run        yes
}
