22 lines
792 B
Bash
22 lines
792 B
Bash
# Template file for 'fava'
|
|
pkgname=fava
|
|
version=1.21
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask
|
|
python3-Jinja2 beancount python3-click python3-markdown2 python3-ply
|
|
python3-simplejson python3-Werkzeug python3-aiohttp python3-wheel"
|
|
checkdepends="$depends"
|
|
short_desc="Web interface for Beancount"
|
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|
license="MIT"
|
|
homepage="https://beancount.github.io/fava/"
|
|
distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
|
|
checksum=d1a1422848e65e7eb275d80d322f6de2bcea1dc37b5412e8cf72c483d6a998d6
|
|
make_check=no # "ImportError: cannot import name '__version__' from 'fava'"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|