void-packages/srcpkgs/fava/template

23 lines
815 B
Bash

# Template file for 'fava'
pkgname=fava
version=1.26.1
revision=2
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"
# pytest-xdist causes tests to fail due to race conditions
checkdepends="${depends} python3-pytest"
short_desc="Web interface for Beancount"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://beancount.github.io/fava/"
changelog="https://raw.githubusercontent.com/beancount/fava/main/CHANGES"
distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
checksum=a63e246900d76a18e137b6eeef1c53fd9ba809f3dd1b2a3cf7ce3cd92e609e51
post_install() {
vlicense LICENSE
}