Commits

Jōshin authored and Blair Zajac committed 70dbaa943dc
fava: setuptools in depends_lib, add to finance

Also adds me as maintainer.
No tags

python/fava/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name fava
7 +categories-append finance
7 8 version 1.10
9 +revision 1
8 10 checksums rmd160 15c187e8f5a852a3850cb4a5c79e078dfc532c64 \
9 11 sha256 5207d0ee49f86b5f7520ea7d556e769321853bb8eaa760acc606e4f76d49a990 \
10 12 size 617036
11 13
12 14 license MIT
13 15 platforms darwin
14 16 supported_archs noarch
15 -maintainers nomaintainer
17 +maintainers {wholezero.org:macports @mrdomino} openmaintainer
16 18
17 -description beancount web server
19 +description Beancount web server
18 20 long_description Fava is a web frontend for the Beancount plain-text accounting system.
19 21 homepage https://beancount.github.io/fava/
20 22
21 23 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
22 24 distname ${python.rootname}-${version}
23 25
24 26 python.default_version 37
25 27
26 -depends_build-append port:py${python.version}-setuptools \
27 - port:py${python.version}-setuptools_scm
28 +depends_build-append port:py${python.version}-setuptools_scm
28 29
29 30 depends_lib-append port:py${python.version}-babel \
30 31 port:py${python.version}-beancount \
31 32 port:py${python.version}-cheroot \
32 33 port:py${python.version}-click \
33 34 port:py${python.version}-flask \
34 35 port:py${python.version}-flask-babel \
35 36 port:py${python.version}-jinja2 \
36 37 port:py${python.version}-markdown2 \
37 38 port:py${python.version}-ply \
38 39 port:py${python.version}-rsa \
40 + port:py${python.version}-setuptools \
39 41 port:py${python.version}-simplejson

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut