Files
2024-05-04 15:45:11 +08:00

39 lines
1.6 KiB
Tcl

# -*- 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.27.3
revision 0
checksums rmd160 4ad2a04058359053d29b25145bb58b515155487c \
sha256 1ac9d765a6b31223a1ca36c88a71d10f57dda2a940a7777972cae6b727719863 \
size 1563141
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 312
python.pep517 yes
depends_build-append port:py${python.version}-setuptools_scm
depends_lib-append port:py${python.version}-babel \
port:py${python.version}-beancount \
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}-markdown2 \
port:py${python.version}-ply \
port:py${python.version}-simplejson \
port:py${python.version}-werkzeug