Files
2020-02-27 07:25:05 +01:00

43 lines
1.8 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.14
revision 0
checksums rmd160 3584157fff58977d2586b58214065a37f145935e \
sha256 1eb7638252ba110840a94fca5a88fbd3c35057efb0146dce1258a97305be3ea0 \
size 1367651
license MIT
platforms darwin
supported_archs noarch
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/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
python.versions 37 38
python.default_version 38
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}-rsa \
port:py${python.version}-setuptools \
port:py${python.version}-simplejson