From 0aae6a415ad3159880a08939ce3818b002ea9358 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 23 Dec 2022 01:23:49 +0530 Subject: [PATCH] python3-chess: update to 1.9.4. --- srcpkgs/python3-chess/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template index 640bcd645204..5cdcb89df7af 100644 --- a/srcpkgs/python3-chess/template +++ b/srcpkgs/python3-chess/template @@ -1,14 +1,19 @@ # Template file for 'python3-chess' pkgname=python3-chess -version=1.9.3 -revision=2 +version=1.9.4 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" +checkdepends="stockfish" short_desc="Pure Python3 chess library with move generation and validation" -maintainer="cipr3s " +maintainer="icp " license="GPL-3.0-or-later" homepage="https://github.com/niklasf/python-chess" changelog="https://raw.githubusercontent.com/niklasf/python-chess/master/CHANGELOG.rst" distfiles="https://github.com/niklasf/python-chess/archive/refs/tags/v${version}.tar.gz" -checksum=0fa325c1944b7781996ff66e3b5056a5e5d3c33c8200b9279493d8054a3a0502 +checksum=52650b90d75eda17f74cd4165dd905cecc64a8e4f070dc687dfabf5c04020f3c + +do_check() { + python3 test.py +}