# -*- 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-xlrd
version             2.0.1
python.versions     39 310 311 312 313
supported_archs     noarch
platforms           {darwin any}
maintainers         {snc @nerdling} openmaintainer
license             BSD
homepage            http://www.python-excel.org/
description         module to extract data from Microsoft Excel spreadsheet files
long_description    xlrd is a Python module to extract data from Microsoft \
                    Excel spreadsheet files.

checksums           rmd160  0e4c7263c6694f08f944edd55d938cf10145f4f1 \
                    sha256  f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88 \
                    size    100259

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