# -*- 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-whenever
version             0.8.7
revision            0

supported_archs     noarch
platforms           {darwin any}
license             MIT

maintainers         {breun.nl:nils @breun} openmaintainer

description         Typed and DST-safe datetimes for Python.
long_description    {*}${description} \
                    \n\
                    Whenever helps you write correct and type checked datetime \
                    code, using well-established concepts from modern \
                    libraries in other languages. It's also way faster than \
                    other third-party libraries, and usually the standard \
                    library as well.

homepage            https://pypi.org/project/whenever/

checksums           rmd160  11a815936f87e2a64b3dfd95b794dabaa4375130 \
                    sha256  8b9d13a8e7ce5fa0b0fe1c5ba2fe5ee29a2d3718bceab66fc004f9e7dc8e8e45 \
                    size    235505

python.versions     313

if {${name} ne ${subport}} {
    # Use pure Python version: https://whenever.readthedocs.io/en/latest/faq.html#how-can-i-use-the-pure-python-version
    build.env           WHENEVER_NO_BUILD_RUST_EXT=1
}
