# -*- 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-iso8601
version             2.1.0
revision            0
categories-append   devel
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313
python.pep517_backend   poetry

maintainers         {stromnov @stromnov} openmaintainer

description         Simple module to parse ISO 8601 dates
long_description    {*}${description}

homepage            https://github.com/micktwomey/pyiso8601

checksums           rmd160  3ebcfdf5f0e292aa020fcfe9436bbf022dcdfef1 \
                    sha256  6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df \
                    size    6522

if {${name} ne ${subport}} {
    depends_test-append port:py${python.version}-hypothesis
    test.run            yes
}
