From f1ec75f2fdcd22ec485a433817df6fdeff54c5ca Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 16 Aug 2022 20:13:56 +0530 Subject: [PATCH] beancount: update to 2.3.5. --- srcpkgs/beancount/template | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template index 0a7556ffb04..4b759dcc57b 100644 --- a/srcpkgs/beancount/template +++ b/srcpkgs/beancount/template @@ -1,16 +1,25 @@ # Template file for 'beancount' pkgname=beancount -version=2.3.0 -revision=3 +version=2.3.5 +revision=1 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-pytest python3-dateutil python3-ply python3-bottle python3-lxml python3-magic python3-BeautifulSoup4 python3-requests python3-chardet python3-google-api-python-client python3-oauth2client" +checkdepends="${depends} gnupg python3-google-auth-oauthlib python3-httplib2" short_desc="Double-entry accounting system based on plain text files" maintainer="Aluísio Augusto Silva Gonçalves " license="GPL-2.0-only" -homepage="http://furius.ca/beancount/" -distfiles="${PYPI_SITE}/b/beancount/beancount-${version}.tar.gz" -checksum=9a6d9692435007195aae29a20328fb11d0126ff03db66322a79a894b1f422712 +homepage="https://beancount.github.io/" +changelog="https://raw.githubusercontent.com/beancount/beancount/master/CHANGES" +distfiles="https://github.com/beancount/beancount/archive/refs/tags/${version}.tar.gz" +checksum=374e4e6a76684007b60aca95d76340cfe5bc46356150000b5f1df58db77fb90f + +pre_check() { + python3 setup.py build_ext --inplace +}