fava: update to 1.15.
This commit is contained in:
parent
e1ca38bee4
commit
f2c0b84f35
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fava'
|
||||
pkgname=fava
|
||||
version=1.13
|
||||
version=1.15
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
|
@ -14,11 +14,11 @@ 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=a92854f282e65b69e1c58f2edf83b4d9a6bbc043f00c808f63b046b17a514ede
|
||||
checksum=ff691c328cc524fb752c20b5c4ad2f23817caa2e0d9ec791f00a47e96a84ee0c
|
||||
|
||||
do_check() {
|
||||
# CLI test expects fava on $PATH. Not sure why static_url fails.
|
||||
python3 -m pytest tests -k 'not cli and not static_url'
|
||||
PYTHONPATH="$PWD/build/lib" python3 -m pytest tests -k 'not cli and not static_url'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue