# -*- 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                toot
version             0.52.1
revision            0

description         A CLI and TUI tool for interacting with Mastodon instances
long_description    {*}${description}

homepage            https://toot.bezdomni.net/

categories          net python
platforms           {darwin any}
supported_archs     noarch
license             GPL-3
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  a804e55daf29e0ef8d5165b8324415fb1d09e4d3 \
                    sha256  b737173be5587522077c18c4024eb1741a4a30e59d3165e72fd6ce4519d2fecb \
                    size    1318274

python.default_version 313

depends_build-append \
                    port:py${python.version}-setuptools_scm

depends_lib-append  port:py${python.version}-beautifulsoup4 \
                    port:py${python.version}-requests       \
                    port:py${python.version}-tomlkit        \
                    port:py${python.version}-urwid          \
                    port:py${python.version}-wcwidth        \
                    port:py${python.version}-dateutil       \
                    port:py${python.version}-click

test.run            yes
