# -*- 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-timelib
version             0.3.0
revision            0

categories-append   textproc
license             zlib PHP
maintainers         {reneeotten @reneeotten} openmaintainer

description         parse english textual date descriptions
long_description    {*}${description}

homepage            https://github.com/pediapress/timelib/

checksums           rmd160  100e774731ec9b3d9582b26ac7cfb71bff236a9a \
                    sha256  d1b22706557186e6058da88ba0f85837401b2ae9de157f59353dc978d825187a \
                    size    308768

python.versions     310 311 312 313

compiler.c_standard 1999

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