# -*- 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                    fava
categories-append       finance
version                 1.30.16
revision                0
checksums               rmd160  ca537774109443c6dae60f6bdea589534ab23c7a \
                        sha256  447425cca159e34dfb230e5c93d5af9e202f366fc4508dc398b13e126c8f9c37 \
                        size    2574170

license                 MIT
supported_archs         noarch
platforms               {darwin any}
maintainers             {wholezero.org:macports @mrdomino} openmaintainer

description             Beancount web server
long_description        Fava is a web frontend for the Beancount plain-text accounting system.
homepage                https://beancount.github.io/fava/

python.default_version  314
python.pep517_backend   hatch

depends_build-append    port:py${python.version}-hatch-vcs

depends_lib-append      port:py${python.version}-babel \
                        port:py${python.version}-beancount \
                        port:py${python.version}-beangulp \
                        port:py${python.version}-beanquery \
                        port:py${python.version}-cheroot \
                        port:py${python.version}-click \
                        port:py${python.version}-flask \
                        port:py${python.version}-flask-babel \
                        port:py${python.version}-jinja2 \
                        port:py${python.version}-markdown-it-py \
                        port:py${python.version}-ply \
                        port:py${python.version}-simplejson \
                        port:py${python.version}-watchfiles \
                        port:py${python.version}-werkzeug
