# -*- 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                stig
version             0.14.0a0
revision            0
categories-prepend  net p2p
platforms           any
license             GPL-3+
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         TUI and CLI client for the Transmission daemon
long_description    {*}${description}
homepage            https://github.com/rndusr/stig
checksums           rmd160  5bc8934c0ab8ab9f606dcff327cd9241c47475cb \
                    sha256  bfdf72e7ece0458845cb9bf3f0f1eb985a66afc8fb1fc532fe3a32efb710a148 \
                    size    237688
supported_archs     noarch

python.default_version  313

depends_lib-append  port:py${python.version}-aiohttp \
                    port:py${python.version}-aiohttp-socks \
                    port:py${python.version}-async-timeout \
                    port:py${python.version}-blinker \
                    port:py${python.version}-natsort \
                    port:py${python.version}-pyxdg \
                    port:py${python.version}-setproctitle \
                    port:py${python.version}-urwid \
                    port:py${python.version}-urwidtrees \
                    port:py${python.version}-wcwidth
depends_run-append  port:transmission-x11
