# -*- 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                kanban-tui
python.rootname     kanban_tui
version             0.8.1
revision            0
categories          sysutils python
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer
description         Customizable task TUI powered by py-textual
long_description    {*}${description}.
homepage            https://github.com/Zaloog/kanban-tui
checksums           rmd160  32983f3a8ad5955c7a84936b6fc1a81824396809 \
                    sha256  e34f3dcff690f1d1502dcc7c032800eefba0bd5206988b98713b5a01e64b9b54 \
                    size    6265533

patchfiles          patch-pyproject.toml.diff

python.default_version  313

python.pep517_backend   hatch

depends_lib-append  port:py${python.version}-click \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-pydantic \
                    port:py${python.version}-textual \
                    port:py${python.version}-textual-plotext \
                    port:py${python.version}-tzdata \
                    port:py${python.version}-yaml
