fava: update to 1.24.
This commit is contained in:
parent
df67e86fcb
commit
1e75a8b1c9
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fava'
|
||||
pkgname=fava
|
||||
version=1.23.1
|
||||
version=1.24
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="--deselect tests/test_cli.py::test_cli"
|
||||
|
@ -8,14 +8,15 @@ 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"
|
||||
checkdepends="${depends} python3-pytest-xdist"
|
||||
# pytest-xdist causes tests to fail due to race conditions
|
||||
checkdepends="${depends} python3-pytest"
|
||||
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=530f142096be0edb32fa8df5235ca72f2859ac5357e36345457bb53b62126f35
|
||||
checksum=129fbc3bddcbfc21b8a9c045cc204c45ab0aff24a9f3e714e7d2dcc9945326d8
|
||||
make_check_pre="env PYTHONPATH=./src"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue