# -*- 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-pyrfc3339
version             2.1.0
maintainers         {mps @Schamschula} openmaintainer
license             MIT
description         pyRFC3339 parses and generates RFC 3339-compliant timestamps \
                    using Python datetime.datetime objects.
long_description    {*}${description}

supported_archs     noarch
platforms           {darwin any}

homepage            https://pypi.python.org/pypi/${python.rootname}/

python.versions     39 310 311 312 313

checksums           rmd160  83d7c64aab61f8be0bac20bdd8eb16f174e30f7d \
                    sha256  c569a9714faf115cdb20b51e830e798c1f4de8dabb07f6ff25d221b5d09d8d7f \
                    size    12589

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools_scm

    depends_lib-append      port:py${python.version}-tz
}
