void-packages/srcpkgs/python-fishnet/template
2018-06-29 13:57:10 -03:00

26 lines
793 B
Bash

# Template file for 'python-fishnet'
pkgname=python-fishnet
version=1.15.11
revision=1
noarch=yes
wrksrc="fishnet-${version}"
build_style=python-module
pycompile_module="fishnet.py"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-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=33da1211d84b5832d7c9a92f9ed4427011ebdadf33b26e366d9d9698e6be420e
python3-fishnet_package() {
noarch=yes
pycompile_module="fishnet.py"
short_desc="${short_desc/Python2/Python3}"
depends="python3-requests"
pkg_install() {
vmove usr/lib/python3*
}
}