fava: update to 1.17.

This commit is contained in:
Nathan Owens 2020-12-21 20:01:58 -06:00 committed by Andrew J. Hesford
parent d3c9d08d45
commit ecd0153e7f

View file

@ -1,19 +1,19 @@
# Template file for 'fava' # Template file for 'fava'
pkgname=fava pkgname=fava
version=1.15 version=1.17
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask
python3-Jinja2 beancount python3-click python3-markdown2 python3-ply python3-Jinja2 beancount python3-click python3-markdown2 python3-ply
python3-simplejson python3-Werkzeug" python3-simplejson python3-Werkzeug python3-aiohttp"
checkdepends="$depends" checkdepends="$depends"
short_desc="Web interface for Beancount" short_desc="Web interface for Beancount"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>" maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT" license="MIT"
homepage="https://beancount.github.io/fava/" homepage="https://beancount.github.io/fava/"
distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz" distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
checksum=ff691c328cc524fb752c20b5c4ad2f23817caa2e0d9ec791f00a47e96a84ee0c checksum=efad3a4b5697b9d7ee29eff5dc0c8367fc1df37b1abacc8d0b2071602e94a6cd
do_check() { do_check() {
# CLI test expects fava on $PATH. Not sure why static_url fails. # CLI test expects fava on $PATH. Not sure why static_url fails.