# -*- 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.51.0
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  1858f8edadc932563cd56e1d4df9db019cf76bcc \
                    sha256  48e2c422c92aebca20c1913238b6dbff969a048ee4eaa70d62921a1e58415797 \
                    size    1316620

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
