# -*- 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.0b12
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  83fba0024647e5e77a31770630ddcae0c72d15b2 \
                    sha256  824490f886a00d80fc00c3a4e8ef16d8e89d92906626b753ebea6a6512cfc566 \
                    size    151751
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
