beancount: no rundepend on python3-pytest

This commit is contained in:
classabbyamp 2024-07-24 19:04:21 -04:00 committed by classabbyamp
parent ae8bb29dff
commit 45083d9066

View file

@ -1,16 +1,15 @@
# Template file for 'beancount' # Template file for 'beancount'
pkgname=beancount pkgname=beancount
version=2.3.6 version=2.3.6
revision=2 revision=3
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-dateutil python3-ply python3-bottle python3-lxml python3-magic
python3-BeautifulSoup4 python3-chardet python3-requests python3-google-api-python-client python3-BeautifulSoup4 python3-chardet python3-requests python3-google-api-python-client"
python3-magic"
checkdepends="${depends} python3-pytest gnupg" checkdepends="${depends} python3-pytest gnupg"
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>"