# -*- 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                stocksTUI
python.rootname     [string tolower ${name}]
version             0.1.0b14
revision            0
categories-prepend  finance www
platforms           any
license             GPL-3+
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         Terminal User Interface for monitoring stock prices, news and historical data
long_description    Stylish and feature-rich {*}${description}.
homepage            https://github.com/andriy-git/stocksTUI
checksums           rmd160  c490116828f55de7623074bc62205edd66db0870 \
                    sha256  909d1907c6459c3f276b09ee20c2ed40f1a3ae05a9d7899793d1733996ebd92e \
                    size    176926
supported_archs     noarch

# Match yfinance
python.default_version  314

depends_lib-append  port:py${python.version}-dateutil \
                    port:py${python.version}-pandas \
                    port:py${python.version}-pandas-market-calendars \
                    port:py${python.version}-plotext \
                    port:py${python.version}-requests \
                    port:py${python.version}-textual \
                    port:py${python.version}-textual-plotext \
                    port:yfinance
