From 813f9f017216481b6a755fb982bace9cf985e46a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 26 Jul 2018 02:11:23 -0300 Subject: [PATCH] python-fishnet: update to 1.15.13. --- srcpkgs/python-fishnet/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-fishnet/template b/srcpkgs/python-fishnet/template index 5cb11fd28a8..789d6daba8d 100644 --- a/srcpkgs/python-fishnet/template +++ b/srcpkgs/python-fishnet/template @@ -1,6 +1,6 @@ # Template file for 'python-fishnet' pkgname=python-fishnet -version=1.15.12 +version=1.15.13 revision=1 noarch=yes wrksrc="fishnet-${version}" @@ -8,12 +8,17 @@ build_style=python-module pycompile_module="fishnet.py" hostmakedepends="python-setuptools python3-setuptools" depends="python-requests" +checkdepends="python3-requests" short_desc="Distributed Stockfish analysis for lichess.org (Python2)" maintainer="maxice8 " license="GPL-3.0-or-later" homepage="https://github.com/niklasf/fishnet" distfiles="https://github.com/niklasf/fishnet/archive/v${version}.tar.gz" -checksum=652e85ea5f6173be8a28870d4a7ccad2d3c257135ea04433fe11f51d9c3fa037 +checksum=549a1881672c62b3126cbc694381668ad0864b77ac0b20281a9d9e6b57e836e6 + +do_check() { + python3 setup.py test +} python3-fishnet_package() { noarch=yes