python-fishnet: update to 1.15.13.
This commit is contained in:
parent
751497fbd3
commit
813f9f0172
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user