diff --git a/srcpkgs/buku/template b/srcpkgs/buku/template index ebcbff3d737..c7f25d024cc 100644 --- a/srcpkgs/buku/template +++ b/srcpkgs/buku/template @@ -1,17 +1,25 @@ # Template file for 'buku' pkgname=buku -version=3.4 +version=3.5 revision=1 wrksrc=Buku-${version} noarch=yes python_version="3" +checkdepends="python3-pytest python3-beautifulsoup4 python3-requests python3-cryptography +python3-hypothesis" depends="python3 python3-requests" short_desc="A cmdline bookmark management utility" maintainer="Diogo Leal " license="GPL-3" homepage="https://github.com/jarun/Buku" distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz" -checksum=f5613889501d0605920add87b5e7015c958a1f6f57d23f1fb69e6bfb3e171353 +checksum=b758924b78a45d39e6d8e16915f2df17a7e7d5e184a876819c6aa612cd73fc05 + +do_check() { + # bukuDb requires unpackaged python-pytest-capturelog + # https://pypi.python.org/pypi/pytest-capturelog for the interested + pytest3 --ignore=tests/test_bukuDb.py +} do_install() { vbin buku.py buku