beancount: update to 2.3.6.
This commit is contained in:
parent
8a02f80119
commit
1553c13863
1 changed files with 5 additions and 7 deletions
|
@ -1,24 +1,22 @@
|
||||||
# Template file for 'beancount'
|
# Template file for 'beancount'
|
||||||
pkgname=beancount
|
pkgname=beancount
|
||||||
version=2.3.5
|
version=2.3.6
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_args="--pyargs beancount --ignore beancount/web/web_test.py
|
make_check_args="--pyargs beancount --ignore beancount/web/web_test.py
|
||||||
--deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory
|
--deselect beancount/scripts/bake_test.py::TestScriptBake::test_bake_directory
|
||||||
--deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files"
|
--deselect beancount/ingest/extract_test.py::TestScriptExtract::test_extract_no_files"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml
|
depends="python3-click python3-dateutil python3-regex"
|
||||||
python3-magic python3-BeautifulSoup4 python3-requests python3-chardet
|
checkdepends="${depends} python3-pytest python3-chardet python3-dateutil python3-bottle python3-lxml python3-ply python3-requests python3-BeautifulSoup4 python3-magic gnupg"
|
||||||
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"
|
short_desc="Double-entry accounting system based on plain text files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://beancount.github.io/"
|
homepage="https://beancount.github.io/"
|
||||||
changelog="https://raw.githubusercontent.com/beancount/beancount/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/beancount/beancount/master/CHANGES"
|
||||||
distfiles="https://github.com/beancount/beancount/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/beancount/beancount/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=374e4e6a76684007b60aca95d76340cfe5bc46356150000b5f1df58db77fb90f
|
checksum=d02819a18fcf2974287a8d2d0949a47b3d2bc4a1b27642cb0424e773207a03e5
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
python3 setup.py build_ext --inplace
|
python3 setup.py build_ext --inplace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue