2019-05-21 18:55:29 -07:00
|
|
|
# -*- 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
|
2019-05-22 09:44:33 -07:00
|
|
|
categories-append finance
|
2024-05-04 15:45:11 +08:00
|
|
|
version 1.27.3
|
2020-02-26 09:18:29 -08:00
|
|
|
revision 0
|
2024-05-04 15:45:11 +08:00
|
|
|
checksums rmd160 4ad2a04058359053d29b25145bb58b515155487c \
|
|
|
|
|
sha256 1ac9d765a6b31223a1ca36c88a71d10f57dda2a940a7777972cae6b727719863 \
|
|
|
|
|
size 1563141
|
2019-05-21 18:55:29 -07:00
|
|
|
|
|
|
|
|
license MIT
|
|
|
|
|
supported_archs noarch
|
2022-12-07 18:06:36 +11:00
|
|
|
platforms {darwin any}
|
2019-05-22 09:44:33 -07:00
|
|
|
maintainers {wholezero.org:macports @mrdomino} openmaintainer
|
2019-05-21 18:55:29 -07:00
|
|
|
|
2019-05-22 09:44:33 -07:00
|
|
|
description Beancount web server
|
2019-05-21 18:55:29 -07:00
|
|
|
long_description Fava is a web frontend for the Beancount plain-text accounting system.
|
|
|
|
|
homepage https://beancount.github.io/fava/
|
|
|
|
|
|
2024-01-15 14:53:45 -05:00
|
|
|
python.default_version 312
|
2022-03-21 22:00:39 -04:00
|
|
|
python.pep517 yes
|
2019-05-21 18:55:29 -07:00
|
|
|
|
2024-01-15 12:21:50 -05:00
|
|
|
depends_build-append port:py${python.version}-setuptools_scm
|
2019-05-21 18:55:29 -07:00
|
|
|
|
|
|
|
|
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 \
|
2022-03-21 22:00:39 -04:00
|
|
|
port:py${python.version}-simplejson \
|
|
|
|
|
port:py${python.version}-werkzeug
|