From c6bd3ea3c398c70cb35a9842c3313193c182988f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 10 Nov 2017 07:54:33 -0200 Subject: [PATCH] buku: update to 3.5 Closes #9054. --- srcpkgs/buku/template | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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