mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
fava: update to 1.22.3.
This commit is contained in:
parent
f1ec75f2fd
commit
e13bf669df
1 changed files with 7 additions and 5 deletions
|
@ -1,20 +1,22 @@
|
|||
# Template file for 'fava'
|
||||
pkgname=fava
|
||||
version=1.21
|
||||
version=1.22.3
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="--deselect tests/test_cli.py::test_cli"
|
||||
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"
|
||||
python3-simplejson python3-Werkzeug"
|
||||
checkdepends="${depends} python3-pytest-xdist"
|
||||
short_desc="Web interface for Beancount"
|
||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||
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=d1a1422848e65e7eb275d80d322f6de2bcea1dc37b5412e8cf72c483d6a998d6
|
||||
make_check=no # "ImportError: cannot import name '__version__' from 'fava'"
|
||||
checksum=7bcfd53a7d169ab50eebdc7fe21286b602ae8f5d54d50bfb39485f38bfe9e43b
|
||||
make_check_pre="env PYTHONPATH=./src"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue