From 079fb839345b1dd3d9c68b0ce94fe7053d63bb30 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 18 Feb 2024 15:24:21 +0530 Subject: [PATCH 1/2] fava: update to 1.27.2. --- srcpkgs/fava/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template index 27d90ed76bd4aa..67f140befa23f9 100644 --- a/srcpkgs/fava/template +++ b/srcpkgs/fava/template @@ -1,7 +1,7 @@ # Template file for 'fava' pkgname=fava -version=1.26.1 -revision=2 +version=1.27.2 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-wheel" depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask @@ -15,7 +15,7 @@ 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=a63e246900d76a18e137b6eeef1c53fd9ba809f3dd1b2a3cf7ce3cd92e609e51 +checksum=90b4005851c39b3b018d5326fd9527f93164339d96d21d23834c12a75b663d94 post_install() { vlicense LICENSE From 167ed04fcedcfe1fd4a0a5fa2affe47753016fa8 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 18 Feb 2024 15:40:31 +0530 Subject: [PATCH 2/2] beancount: fix deps. --- srcpkgs/beancount/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template index 2205347d1bd5ac..4cbf9f38564ef7 100644 --- a/srcpkgs/beancount/template +++ b/srcpkgs/beancount/template @@ -1,15 +1,17 @@ # Template file for 'beancount' pkgname=beancount version=2.3.6 -revision=1 +revision=2 build_style=python3-module make_check_args="--pyargs beancount --ignore beancount/web/web_test.py --deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory --deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files" hostmakedepends="python3-setuptools" makedepends="python3-devel" -depends="python3-click python3-dateutil python3-regex" -checkdepends="${depends} python3-pytest python3-chardet python3-dateutil python3-bottle python3-lxml python3-ply python3-requests python3-BeautifulSoup4 python3-magic gnupg" +depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml + python3-BeautifulSoup4 python3-chardet python3-requests python3-google-api-python-client + python3-magic" +checkdepends="${depends} python3-pytest gnupg" short_desc="Double-entry accounting system based on plain text files" maintainer="Orphaned " license="GPL-2.0-only"