fava: update to 1.23.1.
This commit is contained in:
parent
e9ac9ad9bd
commit
cb3828e963
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fava'
|
# Template file for 'fava'
|
||||||
pkgname=fava
|
pkgname=fava
|
||||||
version=1.22.3
|
version=1.23.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_check_args="--deselect tests/test_cli.py::test_cli"
|
make_check_args="--deselect tests/test_cli.py::test_cli"
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
|
@ -15,7 +15,7 @@ license="MIT"
|
||||||
homepage="https://beancount.github.io/fava/"
|
homepage="https://beancount.github.io/fava/"
|
||||||
changelog="https://raw.githubusercontent.com/beancount/fava/main/CHANGES"
|
changelog="https://raw.githubusercontent.com/beancount/fava/main/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
|
||||||
checksum=7bcfd53a7d169ab50eebdc7fe21286b602ae8f5d54d50bfb39485f38bfe9e43b
|
checksum=530f142096be0edb32fa8df5235ca72f2859ac5357e36345457bb53b62126f35
|
||||||
make_check_pre="env PYTHONPATH=./src"
|
make_check_pre="env PYTHONPATH=./src"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue