# -*- 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.50.1
revision            0
categories-append   net python
platforms           {darwin any}
license             GPL-3
maintainers         nomaintainer
description         Mastodon CLI client
long_description    {*}${description}.
homepage            https://toot.bezdomni.net
checksums           rmd160  647b0e592346c5ca3d8c17e800dfed571e6bf935 \
                    sha256  7118e5c3985006f4d902349c384dad2355e2e7ef3f9a987b7b6a406a0f56e0d9 \
                    size    1315590
supported_archs     noarch

python.default_version  312

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

# FIXME: not clear at the moment if CLI login actually works.
# https://github.com/ihabunek/toot/issues/528
