# -*- 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-isoduration
version             20.11.0
revision            0
categories-append   devel
license             ISC

supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313

maintainers         nomaintainer

description         Operations with ISO 8601 durations
long_description    {*}${description}

homepage            https://github.com/bolsote/isoduration

checksums           rmd160  54ec544d6afd34d4bd59e10008e55f0ec7fb7c65 \
                    sha256  ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9 \
                    size    11649

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