# -*- 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                mastui
version             1.10.0
revision            0
categories-prepend  www
platforms           any
license             MIT
maintainers         nomaintainer
description         Mastodon TUI client
long_description    {*}${description} built with Python.
homepage            https://github.com/kimusan/mastui
checksums           rmd160  dc98c2efa7121a4550aad98082ca00419dba2492 \
                    sha256  c0c78f7deec3544568b7df9033653630b7aeae76a7356e611ffb3ee2ffb87daf \
                    size    76781
supported_archs     noarch

python.default_version  312

python.pep517_backend   poetry

depends_lib-append  port:mastodon-py \
                    port:py${python.version}-beautifulsoup4 \
                    port:py${python.version}-clipman \
                    port:py${python.version}-dateutil \
                    port:py${python.version}-html2text \
                    port:py${python.version}-httpx \
                    port:py${python.version}-Pillow \
                    port:py${python.version}-python-dotenv \
                    port:py${python.version}-requests \
                    port:py${python.version}-textual \
                    port:py${python.version}-textual-image \
                    port:py${python.version}-toml
